document.write("<img src=\"http://cgi.nch.com.au/cgi-bin/ct.exe" + window.location.search);
if (window.location.search == "") document.write("?n"); 
document.write("&referrer=" + escape(document.referrer).replace(/\+/g, '%2C').replace(/\"/g,'%22').replace(/\'/g, '%27') + "\" border=0>");
document.write('<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>');
document.write('<script src="http://www.nch.com.au/js/google.js" type="text/javascript"></script>');
defaultStatus="Press Ctrl+D to bookmark this page in your favorites list";

//Remove rightmenu if iPhone
if( navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) ) {
	getElementByClass('rightmenu');
}
var allHTMLTags = new Array();
function getElementByClass(theClass) {
var allHTMLTags=document.getElementsByTagName("*");
for (i=0; i<allHTMLTags.length; i++) {
if (allHTMLTags[i].className==theClass) {
allHTMLTags[i].style.display='none';
   }
   }
   }
   
