function SendToFriend(){
	var thisURL = window.location.href;
	var winLocation = 'Notification/ReferThePage.aspx?url=' + thisURL;
	window.open(winLocation,"ReferThePage","status=0,toolbar=0,height=250,width=350"); 
}