function emailpage(){
var strBody = "Check out : "+window.location.href;
var strSubject = "Check www.healthandfitnessdepot.com for fitness and nutritional products!";
window.location = "mailto:?subject="+strSubject+"&body="+strBody;
}
//-->

