function ReferAFriend()
{
	var sUrl = "../main/ReferAFriend.aspx?page=" + escape(document.location.href);
	var o = OpenCenteredPopup(sUrl,'ReferAFriend',500,320,'status=yes','yes');
}


