// Begin Tell Your Friend
function tellyourfriend() {
	/*var features = "height=683,width=366,status=yes,scrollbars=yes,resizable=no,toolbar=no,menubar=no,location=no";
	window.open("", "tellfriendform", features);
	document.tafform.action         = "/promotions/TellYourFriend";
	document.tafform.website.value  = "en";
	document.tafform.referurl.value = window.location;
	document.tafform.target         = "tellfriendform";
	document.tafform.submit();*/
	var referUrl = window.location;
	var mailToValue = "mailto:?body=URL: "+referUrl;
	win = window.open(mailToValue, 'Visa');
}
// End Tell Your Friend