var pageTracker=""; var recentHash=""; var initHash=""; if(location.hash)window.location.href=location.hash.slice(1); if (navigator.appName.indexOf("Microsoft Internet")==-1) { window.setInterval(function pollHash() { if (window.location.hash==recentHash) return; recentHash = window.location.hash; if(recentHash=="")swfobject.getObjectById("cmsswf").CM2Key(initHash); else swfobject.getObjectById("cmsswf").CM2Key(recentHash.slice(2)); }, 500); } function goBack(ukey){ if(location.hash.slice(1)!="/"+ukey&&location.hash.slice(1)){ location.hash = "/"+ukey; if(pageTracker) pageTracker._trackPageview("/"+ukey); swfobject.getObjectById("cmsswf").CM2Key(ukey); } } function CM2_Keyword(ukey){ recentHash = "#/"+ukey; location.hash = "/"+ukey; document.title = ""; if(pageTracker) pageTracker._trackPageview("/"+ukey); swfobject.getObjectById("cmsswf").CM2Key(ukey); if (navigator.appName.indexOf("Microsoft Internet")!=-1) document.getElementById('histID').src = "/history.php?ukey="+ukey; }