function forward2friend(_url){
	//alert(_url);
   window.open('/friend/forward.asp?URL=' + _url,'Forward2Friend','top=250,left=250,width=500,height=330,location=no,status=no,toolbar=no,resize=yes');
 }

