document.writeln('<nobr><div id="allpage769683" style="cursor: hand;width: 600; height: 500;position: absolute;background:#000000;border: 3px solid #FFFFFF;z-index: 90;visibility:hidden;" onMousedown="initializedrag769683(event)" onMouseup="stopdrag769683()" onSelectStart="return false">');
document.writeln('<TABLE BORDER=0 CELLPADDING=5 CELLSPACING=5 BGCOLOR="#000000" WIDTH=600><TR>'); document.writeln('<TD VALIGN=CENTER ALIGN=RIGHT BGCOLOR="#000000"><B><A HREF="javascript:closeWin769683();" style="text-decoration: none;color: #FFFFFF;">CLOSE</A></B></TD>'); document.writeln('</TR>'); document.writeln('</TABLE>');
document.writeln('<div align="center">'); document.writeln('<div id="temppage769683" style="position: absolute;visibility:hidden;">'); document.writeln('<TABLE BORDER=1 BORDERCOLOR=#FFFFFF CELLPADDING=2 CELLSPACING=0><TR><TD ALIGN=CENTER BGCOLOR="#000000"><FONT COLOR="#FFFFFF"><B>One Moment Please...</B></FONT></TD></TR></TABLE>'); document.writeln('</div>'); document.writeln('<iframe src="" width=595 height=430 name="dataframe769683"></iframe>'); document.writeln('</div>'); document.writeln('<div align="CENTER"><FONT COLOR="#FFFFFF">Web Business Pro Solution</FONT></div>'); document.writeln('</div></nobr>');
var aOpen769683 = 0; var timerID769683 = 0; function startTimer769683() { window.status = "Free Download"; timerID769683 = setTimeout("startTimer769683()", 100); }
function stopTimer769683() { window.status = ""; clearTimeout(timerID769683); }
function closeStatus769683()
{ if (document.layers)
{ document.layers.temppage769683.visibility = "hidden"; }
else if (document.all)
{ document.all.temppage769683.style.visibility = "hidden"; }
else if (document.getElementById)
{ document.getElementById("temppage769683").style.visibility = "hidden"; }
}
function showStatus769683()
{ closeStatus769683(); if (document.layers)
{ document.layers.temppage769683.visibility = "visible"; }
else if (document.all)
{ document.all.temppage769683.style.visibility = "visible"; }
else if (document.getElementById)
{ document.getElementById("temppage769683").style.visibility = "visible"; }
myTimer769683 = setTimeout('closeStatus769683();', 2000); }
function showWin769683() { var wipeIn = "in corner"; var speed = "1500"; if (aOpen769683 == 0)
{ showStatus769683(); window.frames['dataframe769683'].location.href = "http://www.web-business-pro-solution.com/Recommends/Expired-Domain-Sniffer"; aOpen769683 = 1; }
document.getElementById("allpage769683").style.display=''; document.getElementById("allpage769683").style.width=initialwidth769683 = 600 + "px"; document.getElementById("allpage769683").style.height=initialheight769683 = 500 + "px"; document.getElementById("allpage769683").style.left="30px"; document.getElementById("allpage769683").style.top=ns6769683 ? window.pageYOffset*1+30+"px" : iecompattest769683().scrollTop*1+30+"px"; if (document.layers)
{ document.layers.allpage769683.visibility = "visible"; if (wipeIn != "")
{ wipeLyr = new dynObj('allpage769683'); wipeLyr.wipe("in corner",100,speed); }
}
else if (document.all)
{ document.all.allpage769683.style.visibility = "visible"; if (wipeIn != "")
{ wipeLyr = new dynObj('allpage769683'); wipeLyr.wipe("in corner",100,speed); }
}
else if (document.getElementById)
{ document.getElementById("allpage769683").style.visibility = "visible"; if (wipeIn != "")
{ wipeLyr = new dynObj('allpage769683'); wipeLyr.wipe("in corner",100,speed); }
}
}
function closeWin769683() { closeStatus769683(); var wipeOut = "out center"; var speed = "1500"; if (document.layers)
{ if (wipeOut != "")
{ wipeLyr = new dynObj('allpage769683'); wipeLyr.wipe("out center",100,speed); }
else
{ document.layers.allpage769683.visibility = "hidden"; }
}
else if (document.all)
{ if (wipeOut != "")
{ wipeLyr = new dynObj('allpage769683'); wipeLyr.wipe("out center",100,speed); }
else
{ document.all.allpage769683.style.visibility = "hidden"; }
}
else if (document.getElementById)
{ if (wipeOut != "")
{ wipeLyr = new dynObj('allpage769683'); wipeLyr.wipe("out center",100,speed); }
else
{ document.getElementById("allpage769683").style.visibility = "hidden"; }
}
}
var dragapproved769683 = false; var minrestore769683 = 0; var initialwidth769683,initialheight769683; var ie5769683 = document.all&&document.getElementById; var ns6769683 = document.getElementById&&!document.all; function iecompattest769683(){ return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function drag_drop769683(e){ if (ie5769683 && dragapproved769683 && event.button==1){ document.getElementById("allpage769683").style.left=tempx769683 + event.clientX - offsetx769683 + "px"; document.getElementById("allpage769683").style.top=tempy769683 + event.clientY - offsety769683 + "px"; }
else if (ns6769683 && dragapproved769683){ document.getElementById("allpage769683").style.left=tempx769683 + e.clientX - offsetx769683 + "px"; document.getElementById("allpage769683").style.top=tempy769683 + e.clientY - offsety769683 + "px"; }
}
function initializedrag769683 (e){ offsetx769683 = ie5769683 ? event.clientX : e.clientX; offsety769683 = ie5769683 ? event.clientY : e.clientY; tempx769683 = parseInt(document.getElementById("allpage769683").style.left); tempy769683 = parseInt(document.getElementById("allpage769683").style.top); dragapproved769683 = true; document.getElementById("allpage769683").onmousemove = drag_drop769683; }
function stopdrag769683(){ dragapproved769683 = false; document.getElementById("allpage769683").onmousemove=null; document.getElementById("allpage769683").style.display=""; }
dynObj.prototype.getClipValues = function() { if (typeof this.css.clip != "undefined") { var clipVal = new Array(); if (typeof this.css.clip.top != "undefined") { clipVal[0] = this.css.clip.top; clipVal[1] = this.css.clip.right; clipVal[2] = this.css.clip.bottom; clipVal[3] = this.css.clip.left; } else { clipVal = this.css.clip.slice(5,-1).split(' '); for (var i=0; i<4; i++) { clipVal[i] = parseInt(clipVal[i]); }
}
return clipVal; }
else return false; }
dynObj.prototype.clipBy = function(top,rt,btm,lft) { if (typeof this.css.clip != "undefined") { if (typeof this.css.clip.top != "undefined") { this.css.clip.top += top; this.css.clip.right += rt; this.css.clip.bottom += btm; this.css.clip.left += lft; } else { var clipVal = this.getClipValues(); this.css.clip = "rect(" + Number(clipVal[0]+top) + "px, " + Number(clipVal[1]+rt)  + "px, " + Number(clipVal[2]+btm) + "px, " + Number(clipVal[3]+lft) + "px)"; }
}
}
dynObj.prototype.clipTo = function(top,rt,btm,lft) { if (typeof this.css.clip != "undefined") { if (typeof this.css.clip.top != "undefined") { this.css.clip.top = top; this.css.clip.right = rt; this.css.clip.bottom = btm; this.css.clip.left = lft; } else { this.css.clip = "rect("+top+"px, "+rt+"px, "+btm+"px, "+lft+"px)"; }
}
}
dynObj.prototype.centerIn = function(outer) { var outWd, outHt, inWd, inHt, x, y; if (eval(outer)==window) { outWd=getWinWidth(); outHt=getWinHeight(); } else { outWd=outer.width; outHt=outer.height; }
inWd=this.width; inHt=this.height; x=Math.round((outWd-inWd)/2); y=Math.round((outHt-inHt)/2); this.shiftTo(x,y); }
function getWidth(obj,id) { var wd=0; if (document.getElementById||document.all) { var elem; if (id)        elem = (document.getElementById)? document.getElementById(id): document.all[id]; else elem = obj; if (elem.offsetWidth) wd = elem.offsetWidth; } else if (obj.document) wd = obj.document.width; return wd; }
function getHeight(obj,id) { var ht=0; if (document.getElementById||document.all) { var elem; if (id)        elem = (document.getElementById)? document.getElementById(id): document.all[id]; else elem = obj; if (elem.offsetHeight) ht = elem.offsetHeight; } else if (obj.document) ht = obj.document.height; return ht; }
function getWinWidth() { var winWd = 0; if (document.documentElement && document.documentElement.clientWidth)
winWd = document.documentElement.clientWidth; else if (document.body && document.body.clientWidth)
winWd = document.body.clientWidth; else if (document.body && document.body.offsetWidth)
winWd = document.body.offsetWidth; else if (window.innerWidth) winWd = window.innerWidth-18; return winWd; }
function getWinHeight() { var winHt = 0; if (window.innerHeight) winHt = window.innerHeight-18; else if (document.documentElement && document.documentElement.clientHeight)
winHt = document.documentElement.clientHeight; else if (document.body && document.body.clientHeight)
winHt = document.body.clientHeight; return winHt; }
function getScrollY() { var sy = 0; if (document.documentElement && document.documentElement.scrollTop)
sy = document.documentElement.scrollTop; else if (document.body && document.body.scrollTop)
sy = document.body.scrollTop; else if (window.pageYOffset)
sy = window.pageYOffset; else if (window.scrollY)
sy = window.scrollY; return sy; }
function getScrollX() { var sx = 0; if (document.documentElement && document.documentElement.scrollLeft)
sx = document.documentElement.scrollLeft; else if (document.body && document.body.scrollLeft)
sx = document.body.scrollLeft; else if (window.pageXOffset)
sx = window.pageXOffset; else if (window.scrollX)
sx = window.scrollX; return sx; }
function dynObj(id,x,y,w,h) { this.el = (document.getElementById)? document.getElementById(id): (document.all)? document.all[id]: (document.layers)? getLyrRef(id,document): null; if (!this.el) return null; this.doc = (document.layers)? this.el.document: this.el; this.css = (this.el.style)? this.el.style: this.el; var px = (document.layers||window.opera)? "": "px"; this.x = x || 0; if (x) this.css.left = this.x+px; this.y = y || 0; if (y) this.css.top = this.y+px; this.width = w? w: (this.el.offsetWidth)? this.el.offsetWidth: (this.css.clip.width)? this.css.clip.width: 0; this.height = h? h: (this.el.offsetHeight)? this.el.offsetHeight: (this.css.clip.height)? this.css.clip.height: 0; if (w){ (document.layers)? this.css.clip.width=w+px: this.css.width=w+px;}
if (h){ (document.layers)? this.css.clip.height=h+px: this.css.height=h+px;}
this.obj = id + "_dynObj"; eval(this.obj + "=this"); }
dynObj.prototype.show = function () { this.css.visibility = "visible"; }
dynObj.prototype.hide = function () { this.css.visibility = "hidden"; }
dynObj.prototype.shiftTo = function (x,y) { if (x!=null) this.x=x; if (y!=null) this.y=y; if (this.css.moveTo) { this.css.moveTo(Math.round(this.x),Math.round(this.y)); } else { this.css.left=Math.round(this.x)+"px"; this.css.top=Math.round(this.y)+"px"; }
}
dynObj.prototype.shiftBy = function (x,y) { this.shiftTo(this.x+x,this.y+y); }
dynObj.prototype.writeLyr = function (cntnt) { if (typeof this.doc.innerHTML!="undefined") { this.doc.innerHTML = cntnt; } else if (document.layers) { this.doc.write(cntnt); this.doc.close(); }
}
dynObj.prototype.setBgClr = function (bg) { if (document.layers) this.doc.bgColor=bg; else this.css.backgroundColor=bg; }
function getLyrRef(lyr,doc) { if (document.layers) { var theLyr; for (var i=0; i<doc.layers.length; i++) { theLyr = doc.layers[i]; if (theLyr.name == lyr) return theLyr; else if (theLyr.document.layers.length > 0)
if ((theLyr = getLyrRef(lyr,theLyr.document)) != null)
return theLyr; }
return null; }
}
var wipe_halt = false; dynObj.prototype.wipe=function(which,delay,wipeTime,fn) { if (wipe_halt||this.wiping) return; this.wipeTime=wipeTime||1000; this.delay=delay||100; this.fn=fn; switch (which) { case "in right" :
this.clipTo(0,0,this.height,0); this.show(); setTimeout(this.obj+".wipe_in_rt()",this.delay); break; case "in center" :
this.vCenter = Math.ceil(this.height/2); this.hCenter = Math.ceil(this.width/2); this.clipTo(this.vCenter,this.hCenter,this.vCenter,this.hCenter); this.show(); setTimeout(this.obj+".wipe_in_center()",this.delay); break; case "in corner" :
this.clipTo(0,0,0,0); this.show(); setTimeout(this.obj+".wipe_in_corner()",this.delay); break; case "in top" :
this.clipTo(0,0,0,0); this.show(); setTimeout(this.obj+".wipe_in_top()",this.delay); break; case "out center" :
this.vCenter = Math.ceil(this.height/2); this.hCenter = Math.ceil(this.width/2); setTimeout(this.obj+".wipe_out_center()",this.delay); break; case "out left" :
setTimeout(this.obj+".wipe_out_left()",this.delay); break; case "out right" :
setTimeout(this.obj+".wipe_out_right()",this.delay); break; case "out middle" :
this.dest=Math.ceil(this.width/2); setTimeout(this.obj+".wipe_out_mid()",this.delay); break; case "out corner" :
setTimeout(this.obj+".wipe_out_corner()",this.delay); break; case "out top" :
setTimeout(this.obj+".wipe_out_top()",this.delay); break; case "out bottom" :
setTimeout(this.obj+".wipe_out_bottom()",this.delay); break; case "out top left" :
setTimeout(this.obj+".wipe_out_top_left()",this.delay); break; default:
alert("Oops! Check choices again."); }
this.wipeStart = new Date().getTime()+this.delay; this.per = Math.PI/(2*this.wipeTime); }
dynObj.prototype.wipe_in_rt=function() { this.wiping = true; var clipVal = this.getClipValues(); var elapsed = (new Date().getTime())-this.wipeStart; if (elapsed<this.wipeTime) { var inc = this.width*((1/this.wipeTime)*elapsed); this.clipTo(0,inc,this.height,0); setTimeout(this.obj+".wipe_in_rt()",35); } else { this.clipTo(0,this.width,this.height,0); this.wiping = false; if (this.fn) eval(this.fn); }
}
dynObj.prototype.wipe_in_center=function() { this.wiping = true; var clipVal = this.getClipValues(); var elapsed = (new Date().getTime())-this.wipeStart; if (elapsed<this.wipeTime) { var vinc = this.vCenter*((1/this.wipeTime)*elapsed); var hinc = this.hCenter*((1/this.wipeTime)*elapsed); this.clipTo(this.vCenter-vinc,this.hCenter+hinc,this.vCenter+vinc,this.hCenter-hinc); setTimeout(this.obj+".wipe_in_center()",35); } else { this.clipTo(0,this.width,this.height,0); this.wiping = false; if (this.fn) eval(this.fn); }
}
dynObj.prototype.wipe_in_corner=function() { this.wiping = true; var clipVal = this.getClipValues(); var elapsed = (new Date().getTime())-this.wipeStart; if (elapsed<this.wipeTime) { var vinc = this.height*((1/this.wipeTime)*elapsed); var hinc = this.width*((1/this.wipeTime)*elapsed); this.clipTo(0,hinc,vinc,0); setTimeout(this.obj+".wipe_in_corner()",35); } else { this.clipTo(0,this.width,this.height,0); this.wiping = false; if (this.fn) eval(this.fn); }
}
dynObj.prototype.wipe_in_top=function() { this.wiping = true; var clipVal = this.getClipValues(); var elapsed = (new Date().getTime())-this.wipeStart; if (elapsed<this.wipeTime) { var inc = this.height*((1/this.wipeTime)*elapsed); this.clipTo(0,this.width,inc,0); setTimeout(this.obj+".wipe_in_top()",35); } else { this.clipTo(0,this.width,this.height,0); this.wiping = false; if (this.fn) eval(this.fn); }
}
dynObj.prototype.wipe_out_center=function() { this.wiping = true; var clipVal = this.getClipValues(); var elapsed = (new Date().getTime())-this.wipeStart; if (elapsed<this.wipeTime) { var vinc = this.vCenter*((1/this.wipeTime)*elapsed); var hinc = this.hCenter*((1/this.wipeTime)*elapsed); this.clipTo(vinc,this.width-hinc,this.height-vinc,hinc); setTimeout(this.obj+".wipe_out_center()",35); } else { this.clipTo(this.vCenter,this.hCenter,this.vCenter,this.hCenter); this.wiping = false; if (this.fn) eval(this.fn); }
}
dynObj.prototype.wipe_out_left=function() { this.wiping = true; var clipVal = this.getClipValues(); var elapsed = (new Date().getTime())-this.wipeStart; if (elapsed<this.wipeTime) { var inc = this.width*((1/this.wipeTime)*elapsed); this.clipTo(0,this.width-inc,this.height,0); setTimeout(this.obj+".wipe_out_left()",35); } else { this.clipTo(0,0,this.height,0); this.wiping = false; if (this.fn) eval(this.fn); }
}
dynObj.prototype.wipe_out_right=function() { this.wiping = true; var clipVal = this.getClipValues(); var elapsed = (new Date().getTime())-this.wipeStart; if (elapsed<this.wipeTime) { var inc = this.width*((1/this.wipeTime)*elapsed); this.clipTo(0,this.width,this.height,inc); setTimeout(this.obj+".wipe_out_right()",35); } else { this.clipTo(0,this.width,this.height,this.width); this.wiping = false; if (this.fn) eval(this.fn); }
}
dynObj.prototype.wipe_out_mid=function() { this.wiping = true; var clipVal = this.getClipValues(); var elapsed = (new Date().getTime())-this.wipeStart; if (elapsed<this.wipeTime) { var inc = -this.dest*Math.cos(this.per*elapsed)+this.dest; this.clipTo(0,this.width-inc,this.height,inc); setTimeout(this.obj+".wipe_out_mid()",35); } else { this.clipTo(0,this.dest,this.height,this.dest); this.wiping = false; if (this.fn) eval(this.fn); }
}
dynObj.prototype.wipe_out_corner=function () { this.wiping = true; var clipVal = this.getClipValues(); var elapsed = (new Date().getTime())-this.wipeStart; if (elapsed<this.wipeTime) { var vinc = -this.height*Math.cos(this.per*elapsed)+this.height; var hinc = -this.width*Math.cos(this.per*elapsed)+this.width; this.clipTo(vinc,this.width,this.height,hinc); setTimeout(this.obj+".wipe_out_corner()",35); } else { this.clipTo(this.height,this.width,this.height,this.width); this.wiping = false; if (this.fn) eval(this.fn); }
}
dynObj.prototype.wipe_out_top=function() { this.wiping = true; var clipVal = this.getClipValues(); var elapsed = (new Date().getTime())-this.wipeStart; if (elapsed<this.wipeTime) { var inc = this.height*((1/this.wipeTime)*elapsed); this.clipTo(0,this.width,this.height-inc,0); setTimeout(this.obj+".wipe_out_top()",35); } else { this.clipTo(0,this.width,this.height,this.width); this.wiping = false; if (this.fn) eval(this.fn); }
}
dynObj.prototype.wipe_out_bottom=function() { this.wiping = true; var clipVal = this.getClipValues(); var elapsed = (new Date().getTime())-this.wipeStart; if (elapsed<this.wipeTime) { var inc = this.height*((1/this.wipeTime)*elapsed); this.clipTo(inc,this.width,this.height,0); setTimeout(this.obj+".wipe_out_bottom()",35); } else { this.clipTo(0,this.width,this.height,this.width); this.wiping = false; if (this.fn) eval(this.fn); }
}
dynObj.prototype.wipe_out_top_left=function () { this.wiping = true; var clipVal = this.getClipValues(); var elapsed = (new Date().getTime())-this.wipeStart; if (elapsed<this.wipeTime) { var vinc = -this.height*Math.cos(this.per*elapsed)+this.height; var hinc = -this.width*Math.cos(this.per*elapsed)+this.width; this.clipTo(0,this.width-hinc,this.height-vinc,0); setTimeout(this.obj+".wipe_out_top_left()",35); } else { this.clipTo(0,0,0,0); this.wiping = false; if (this.fn) eval(this.fn); }
}
document.writeln('<A HREF="javascript:showWin769683();" onMouseover="startTimer769683();" onMouseout="stopTimer769683();">Free Download</A>');