function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_findObj(n, d) {
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_showHideLayers() 
{
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
obj.visibility=v; }
}
function getOffsetLeft (el) 
{
var ol = el.offsetLeft;
while ((el = el.offsetParent) != null)
ol += el.offsetLeft;
return ol;
}
function getOffsetTop (el) 
{
var ot = el.offsetTop;
while((el = el.offsetParent) != null)
ot += el.offsetTop;
return ot;
}
function findCoordinates(table) 
{
var tableLeft = getOffsetLeft(table);
var tableTop = getOffsetTop(table);
document.getElementById('Flash').style.left= tableLeft;
document.getElementById('Flash').style.top= 202;
}

function lib_bwcheck()
{
this.ver=navigator.appVersion
this.agent=navigator.userAgent
this.dom=document.getElementById?1:0
this.opera5=this.agent.indexOf("Opera 5")>-1
this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; 
this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
this.ie=this.ie4||this.ie5||this.ie6
this.mac=this.agent.indexOf("Mac")>-1
this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
this.ns4=(document.layers && !this.dom)?1:0;
this.ns7=(this.dom && parseInt(this.ver) >= 5) ?1:0;
this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5)
return this
}
/* Splash Screen Script Start here  */
function splashmovie()
{
document.write("<div id='Flash' style='position: absolute; width: 685px; top: 335px; left: 0px; visibility: hidden; display: none; z-index: 103; text-align: center;'>");
document.writeln("<script type='text/javascript'>AC_FL_RunContent('codebase','http:\/\/download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','685','height','335','title','Logo Jeez','wmode','transparent','src','/images/promo/hm-flash','quality','high','id','swfmovie','pluginspage','http:\/\/www.macromedia.com/go/getflashplayer','movie','/images/promo/hm-flash' ); \/\/end AC code<\/script>");
document.writeln("<noscript><object id='swfmovie' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='685' height='335' title='Logo Jeez'>");
document.writeln("<param name='movie' value='/images/promo/hm-flash.swf' />");
document.writeln("<param name='quality' value='high' />");
document.writeln("<param name='wmode' value='transparent' />");
document.writeln("</object></noscript></div>");



var bw=new lib_bwcheck()
if (!(bw.ie5||bw.ie6))
{
MM_showHideLayers('Flash','','hide')
}
}
 /* Splash Screen Script End here  */

var bookmarkurl="http://www.LogoJeez.com"
var bookmarktitle="Logo Jeez" 
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

// Declaring the Variable(s)
var i = 1;

// Number of Banner Images and their sources
banner1= new Image();
banner1.src = "/images/ban-250-1.gif";
banner2 = new Image();
banner2.src = "/images/ban-250-1.gif";

// Create an array for restoring the banner Links
links = new Array
links[1] = "/logos/money-back.aspx"
links[2] = "/logos/money-back.aspx"

// Set the description for the banner images
description = new Array
description[1] = "100% Money Back Guarantee"
description[2] = "100% Money Back Guarantee"

// How many seconds till the next rotation
function startTime()
{
	var time= new Date();
	hours= time.getHours();
	mins= time.getMinutes();
	secs= time.getSeconds();
	closeTime=hours*3600+mins*60+secs;
	closeTime+=3;	
	Timer();
}

function Timer()
{
	var time= new Date();
	hours= time.getHours();
	mins= time.getMinutes();
	secs= time.getSeconds();
	curTime=hours*3600+mins*60+secs
	if (curTime>=closeTime)
		{
		// The number 2 is the amount of banners that you have
		if (i < 2)
			{
			i++;
			document.banner.src = eval("banner" + i + ".src");
			}
		else
			{
			i = 1;
			document.banner.src = eval("banner" + i + ".src");
			}
		startTime();
		}
	else
		{
			window.setTimeout("Timer()",1000)
		}
}

// This function send the link
function clickLink()
	{
		top.location = links[i]
	}

// This function displays the description of the Banner on Status Bar
function descript()
	{
		window.status = description[i]
	}
	
<!-- Begin Browser Information
var navName = navigator.appName ;
var brVer = navigator.userAgent; var brNum; var reg = new RegExp('/');
function verNumIE() {
   var brVerId = brVer.indexOf('MSIE');
   brNum = brVer.substr(brVerId,8);
}
function verNumOt() {
   var brVerId = brVer.search(reg);
   brNum = brVer.substring(brVerId+1);
}
//  End -->