function mailFriend(){
	var BodyContent = 'Hi Friend,\n\nCheck out this link: '+location.href+'\n\n\n<<YOUR MESSAGE GOES HERE>>'
	location.href='mailto:?SUBJECT=Check out this page at www.gv.com.sg&BODY='+escape(BodyContent);
}