
function loadHeader(){
	swfobject.embedSWF("swf/header.swf", "content", "200", "93", "6.0.0", "swf/expressInstall.swf", {}, {}, {id: 'flash'});	
}

function addCopyright() {
	var currentYear =  new Date();
	var thisYear = currentYear.getFullYear();
	document.write("This site and all contents are Copyright &copy; " + thisYear + " by <a href=\"mailto:brentscleansweep@msn.com\">Brent's Clean Sweep, LLC.</a><br />Site design by <a href=\"http://toonotron.com\" target = \"_blank\"><span id=\"copyrightLink\">Toonotron Interactive Design.</a>");
}	
