function emailafriend()
{
var emailbody = "Here is a page from the Broward College website you should take a look at: "+window.location;
var emailsubject = "Take a look at this page on the Broward College website";
window.location = "mailto:?subject="+emailsubject+"&body="+emailbody;
}

