// JavaScript Document



function please() {
	
/*window.alert('hello');

var height =  document.getElementById("main_content").offsetHeight;

alert(height+"px");*/
	
// Make side gradients go full length of document
var height = document.getElementById("main_content").offsetHeight;
if (height > 1000) {
document.getElementById("left_content_bg").style.height=height+"px";
document.getElementById("right_content_bg").style.height=height+"px";
}


// Value of website text box to http://
document.contact.website.value="http://";


var IE = /*@cc_on!@*/false;

if(IE) {
	document.getElementById("contact_right").style.marginTop="-622px";
}




				

		
				
			

}







