	function test(param)
		{
		var arr=document.img4.src;var srcval; srcval=arr;
		if(srcval.indexOf('goodies/TAFriend/images/TAFriend.gif')>=0)
		{
		alert("This is only a preview page and hence no emails will be sent.");
		return false;
		}	
		MM_openBrWindow('http://tucowswsb.onlinesitedesigner.com//swiz/goodies/send_mail_friend.jsp?lang=en&loc='+document.location.href,'send','scrollbars=yes,resizable=yes,width=465,height=435');
		}
	function MM_openBrWindow(theURL,winName,features)
		{
		window.open(theURL,winName,features);
		}