// -------------------------------------------------------
// guestlst.js version 1.0 is copyright Felgall Pty Ltd,
// 18th August 2004
// use of this script without the permission
// of Felgall Pty Ltd is not permitted
// no changes are required in this module
// ------------------------------------------------------
var DH = 0;var an = 0;var al = 0;var ai = 0;if (document.getElementById) {ai = 1; DH = 1;}else {if (document.all) {al = 1; DH = 1;} else { browserVersion = parseInt(navigator.appVersion); if ((navigator.appName.indexOf('Netscape') != -1) && (browserVersion == 4)) {an = 1; DH = 1;}}} function fd(oi,ws) {if (ws == 1) {if (ai) {return (document.getElementById(oi).style);}
else {if (al) {return (document.all[oi].style);} else {if (an) {return (document.layers[oi]);}};}} else {if (ai) {return (document.getElementById(oi));} else {if (al) {return (document.all[oi]);} else {if (an) {return (document.layers[oi]);}};}}}
function hide(id) {
hd = fd(id,1);hd.visibility = "hidden";hd.zIndex = 0;}
function showAd(oi,tm) {ds = fd(oi,1); ds.visibility = "visible"; setTimeout("hide('"+oi+"')",tm * 1000);}