<!--

dom = (document.getElementById) ? true : false;
ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false;
ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false;
ns4 = (document.layers && !dom) ? true : false;
ie4 = (document.all && !dom) ? true : false;
opr=  navigator.userAgent.indexOf("Opera")!=-1
nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false;

var wipe_imgs=new Array(
	'dwc_btn.gif'
);
if (document.images) {
	var theImgs=new Array();
	for (var i=0;i<wipe_imgs.length;i++) {
		theImgs[i]=new Image();
		theImgs[i].src=wipe_imgs[i];
	}
}

var wipe_array=new Array(
	'<span class="wipe1" title="With HIS Stripes We ARE healed"><center><img border="0" src="OpenBar.gif" width="667" height="5"><BR><img border="0" src="Spacer.gif" width="42" height="12"><br><img border="7" src="ZION-Banner.jpg" style="border-style:double; border-color: #FFFF00" title="ZION SEVEN" width="305" height="140"><BR>ZEBRA INDUSTRIES<br>(OROGENESIS NOVA) LTD<br>PRESENTS<br><img border="0" src="OpenBar.gif" width="667" height="5"></span>',3500,
	'<span class="wipe3" title="With HIS Stripes We ARE healed"><CENTER><img border="0" src="OpenBar.gif" width="667" height="5"><br><img border="0" src="Spacer.gif" width="42" height="12"><br><img border="7" src="ZION-Start.jpg" style="border-style:double; border-color: #FFFFFF" title="SION" width="178" height="176"><BR>THE ZION CORPORATION WEBSITE<br><img border="0" src="OpenBar.gif" width="667" height="5"></span>',3500,
	'<span class="wipe2" title="With HIS Stripes We ARE healed"><CENTER><img border="0" src="OpenBar.gif" width="667" height="5"><br>A DAZZLING CREATIVE<BR>DISPLAY SITE<BR><img border="0" src="Spacer.gif" width="42" height="12"><br><img border="7" src="cool-very.gif" style="border-style:double; border-color:  #FF00FF" title="AWESOME DESIGN" width="100" height="100"><br><img border="0" src="Spacer.gif" width="42" height="12"><br><img border="0" src="OpenBar.gif" width="667" height="5"></span>',3500,
	'<span class="wipe3" title="With HIS Stripes We ARE healed"><center><img border="0" src="OpenBar.gif" width="667" height="5"><br>DYNAMICALLY POWERED BY<br><img border="7" src="ZION-Master-Word.jpg" style="border-style:double; border-color: aqua" title="THE ZION CORPORATION" width="277" height="82"><br><img border="0" src="Spacer.gif" width="42" height="12"><br><img border="0" src="OpenBar.gif" width="667" height="5"></center></span>',3500
);

var wipe_final=new Array('Click here',2500);


var wipe_in_delay=2000;			// delay before each wipe in
var wipe_out_delay=5200;		// delay before each wipe out
// wipe out speed (wipe-in time is divided by this number)
var wipe_out_dv=2.5;	// 2 to 4 recommended
var dest_delay=20000;			// delay before going to destination url

// destination url, where to go at end of wipes
function setDest(){
   window.location = "reloader.htm";
   
   }


if (opr||nodyn)
setDest()

function initDynLyrs() {
	// non-capable browsers skip this and go to your url
	if (nodyn) setDest();
	positionBotmRt('skipDiv');
	wipeLyr1 = new dynObj('wipeDiv1');
	wipeLyr1.centerIn(window);
	wipeLyr1.show();
	//wipeLyr2 = new dynObj('wipeDiv2');
	//wipeLyr2.centerIn(window);
	doWipes();
}

window.onload=initDynLyrs;
//-->