// Creating Power - Script to Display the Current Date

function returnDate() {
	var mydate = new Date();
	var dayofweek = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");
	var months = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
	var myYear = mydate.getYear();
	if (myYear < 1000) myYear += 1900;
	document.write(dayofweek[mydate.getDay()] + ", " + months[mydate.getMonth()] + " " + mydate.getDate() + " "  + myYear);
}

function protect1() {
	document.getElementById("prot1").innerHTML='<a href="mailto:info@creatingpower.com">info@creatingpower.com</a>'
}

function protect2() {
	document.getElementById("prot2").innerHTML='<a href="mailto:info@creatingpower.com">info@creatingpower.com</a>'
}

function protect3() {
	document.getElementById("prot3").innerHTML='<a href="mailto:returns@creatingpower.com">returns@creatingpower.com</a>'
}

function protect4() {
	document.getElementById("prot4").innerHTML='<a href="mailto:ecourse@creatingpower.com">ecourse@creatingpower.com</a>'
}

document.write('');

document.write('');

document.write('');

document.write('');
document.write('');

document.write('');

document.write('');

document.write('');

document.write('');

document.write('');

document.write('');
