var pollWindow = null;
var picWindow = null;
function newwindow(thewin)
{	
	if (! pollWindow || pollWindow.closed)
	{
  pollWindow = window.open("/recommend.asp?link="+window.location+"&title="+document.title,"tcgrec","menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,width=650,height=780");
	}else
	{
		pollWindow.focus();
	}
}
function addBookmark(title,url) {
if (window.sidebar) { 
	window.sidebar.addPanel(title, url,""); 
	} 
else
	if( document.all ) {
		window.external.AddFavorite( url, title);
		} 
	else 
		if( window.opera && window.print ) {
		return true;
		}
}
document.write("<li><a target=_top href=\"javascript: newwindow();\">Recommend this page to friends</a></li>"+"\n"+
			  "<li><a target=_top href=\"javascript:addBookmark('ChinaTour360.Com','http://www.chinatour360.com');\">Add to my favorite</a></li>")
