function contactLarosas() {
	// getURL ("mailto:kingston.fung@devstudios.com?subject=test&body=test   \ntbody");
	var msgbody = "";
	msgbody += "Thank you for taking the time to contact us regarding your organization's event.%0A%0APlease provide us with the following information:%0A%0A"; 
	
	msgbody += "The name of your organization%0A";
	msgbody += "The purpose or goal of your event%0A";
	msgbody += "The date and location of your event%0A";
	msgbody += "The number of people attending your event%0A";
	msgbody += "Specifically what type of donation you are requesting%0A";
	msgbody += "A contact person, daytime phone number, e-mail address or street/city/state address where they can be reached%0A%0A";
	msgbody += "We review donation requests every other week, so you will know whether or not we can help out within two weeks from when we receive your request.%0A%0A";
	msgbody += "-----------------------------------------------------------------------------------------------%0A";
	msgbody += "Please enter your information here:%0A%0A";
	
	window.open ("mailto:donations@larosas.com?subject=Donation Request&body=" + msgbody);
	// alert (msgbody);
	
	// window.open ("mainteance.html", "newWin", "height=200, width=500");
}
