function send_to_friend(){
	var theurl=location.href;
	if(theurl=="")
	{
		theurl="ilottery.ca";
	}
	var theloc="send_to_friendpage.php?theurl="+theurl
	location.href=theloc;
}