<!--
function rightHeader_DoFScommand(command, args){


if(command == "bookmarkSite"){

	if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
	//alert(document.location);

		vLocation=document.location;
		vTitle="Goprint homepage";

		if (document.all){
		window.external.AddFavorite(vLocation,vTitle);
		}
	}else{
	alert("Your browser is does not support ");
	}

}

}
//-->
