<!-- &Igrave;&Ccedil;&Yacute;&Ccedil; &Oacute;&szlig;&Ntilde;&Egrave;&Ecirc; &aacute;&Yacute;&Ecirc;&Iacute; &Otilde;&Yacute;&Iacute;&Eacute; &Ccedil;&Ouml;&Ccedil;&Yacute;&Eacute; &Ccedil;&aring;&Iuml;&Ccedil;&Aacute; &Yacute;&iacute; &auml;&Ccedil;&Yacute;&ETH;&Eacute; &Otilde;&Ucirc;&iacute;&Ntilde;&Eacute;
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=250,left = 199.5,top = 196.5');");
}
// &auml;&aring;&Ccedil;&iacute;&Eacute; &Ccedil;&aacute;&Igrave;&Ccedil;&Yacute;&Ccedil; &Oacute;&szlig;&Ntilde;&Egrave;&Ecirc; -->
///////////////////////////////////////////////////////////////////
/*Site Logo Script (Geocities Watermark)
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and TOS, visit http://www.9alat.com/ */
///////////////////////////////////////////////////////////////////

//edit the below 5 steps

// 1) substitute 116 and 42 with the width and height of your logo image, respectively
var logowidth=190
var logoheight=80
var logoimage=new Image(logowidth,logoheight)

// 2) change the image path to reflect the path of your logo image
logoimage.src="http://69.39.226.154/chat/guests.aspx"

// 3) Change url below to the target URL of the logo
var logolink=""

// 4) change the alttext variable to reflect the text used for the "alt" attribute of the image tag
var alttext=">>>>>>><<<<<<<"

// 5) Finally, below variable determines the duration the logo should be visible after loading, in seconds. If you'd like the logo to appear for 20 seconds, for example, enter 20. Entering a value of 0 causes the logo to be perpectually visible. 
var visibleduration=40

// Optional parameters
var Hoffset=0 //Enter logo's offset from left edge of window (edit only if you don't like the default offset)
var Voffset=0 //Enter logo's offset from bottom edge of window (edit only if you don't like the default offset)

///////////////////////////Do not edit below this line/////////////////////////

var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1

var watermark_obj=ie? document.all.watermarklogo : document.getElementById? document.getElementById("watermarklogo") : document.watermarklogo

function insertimage(){
if (ie||document.getElementById)
watermark_obj.innerHTML='<IFRAME align=top marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no src="'+logoimage.src+'" width="'+logowidth+'" height="'+logoheight+'" border=0 alt="'+alttext+'"></IFRAME>'
else if (document.layers){
watermark_obj.document.write('<IFRAME src="'+logoimage.src+'" width="'+logowidth+'" height="'+logoheight+'" border=0 alt="'+alttext+'"></IFRAME>')
watermark_obj.document.close()
}
}

function positionit(){
var dsocleft=ie? document.body.scrollLeft : pageXOffset
var dsoctop=ie? document.body.scrollTop : pageYOffset
var window_height=ie? document.body.clientHeight : window.innerHeight

if (ie||document.getElementById){
watermark_obj.style.left=parseInt(dsocleft)+5+Hoffset
watermark_obj.style.top=parseInt(dsoctop)+parseInt(window_height)-logoheight-Voffset
}
else if (document.layers){
watermark_obj.left=dsocleft+5+Hoffset
watermark_obj.top=dsoctop+window_height-logoheight-Voffset
}
}

function hidewatermark(){
if (document.layers)
watermark_obj.visibility="hide"
else
watermark_obj.style.visibility="hidden"
clearInterval(watermarkinterval)
}

function beingwatermark(){
watermarkinterval=setInterval("positionit()",50)
insertimage()
if (visibleduration!=0)
setTimeout("hidewatermark()",visibleduration*5000)
}

if (ie||document.getElementById||document.layers)
window.onload=beingwatermark

