// JavaScript Document
//<script  type="text/javascript">
	function popup(){
		window.open('tell_a_friend.php', 'tellafriend_script',
		'scrollbars=1,statusbar=1,resizable=1,width=380,height=210');
	}
