function showClock(obj){
	document.write('<embed src="http://www.clocklink.com/clocks/'
		+ obj.clockfile
		+ '?TimeZone=' + obj.TimeZone
		+ '" width="' + obj.width
		+ '" height="' + obj.height
		+ '" wmode="' + obj.wmode
		+ '" type="application/x-shockwave-flash">'
	);
}
function showBanner(BannerLink){
	document.write(BannerLink);
}
