// JavaScript Document

function forgottenPassword() {
	var newAlert = new customAlert({ title : "Forgotten Password" });
	newAlert.dataSource({ url: "/forgottenpassword.asp", container: newAlert });
}


function ccCharges() {
	var newAlert = new customAlert({ title : "No Credit Card Charges!" });
	newAlert.dataSource({ url: "/cc.asp", container: newAlert });
}

