document.write("<A href='javascript:forward()'><IMG SRC='http://www.fpp.co.uk/online/std/dings/email_to_friend.gif' border=0></A>");function forward(){	// get meta description content from this page to pass to PHP script	if(document.getElementsByName('description'))	{		var obj = document.getElementsByName('description');		var desc = obj[0].content;	}	// get url of this page to pass to PHP script	var mypage = window.location;	// create window open string	mystr = "http://fpp.co.uk/forward/forward.php?page=" + mypage + "&desc=" + desc;	// create window attribute string	var win_attrib = 'resizable=yes, status=no, scrollbars=yes, toolbar=no, menubar=no, width=620, height=500, top=30, left=50';	// now lets open the window	window.open(mystr, "", win_attrib);}