          //enter the message you wish to be shown, including html tagsvar message='<b><font color=000000 size=5>E-mail <a href="mailto:office@paphos-homes.com">HERE</a> now or call our Office Mob +357 99 622232 for your enquiries</font></b>'//enter a color name to be used as the background color of the messagevar backgroundcolor="yellow"//enter 0 for always display, 1 for a set period, 2 for random display modevar displaymode=0//if displaymode is set to display for a set period, enter the period below (1000=1 sec)var displayduration=10000//enter 0 for non-flashing message, 1 for flashingvar flashmode=1//if above is set to flashing, enter the flash-to color belowvar flashtocolor="lightgreen"///////////////do not edit below this line////////////////////////////////////////function regenerate(){window.location.reload()}var which=0function regenerate2(){if (document.layers)setTimeout("window.onresize=regenerate",400)}function display2(){if (document.layers){if (topmsg.visibility=="show")topmsg.visibility="hide"elsetopmsg.visibility="show"}else if (document.all){if (topmsg.style.visibility=="visible")topmsg.style.visibility="hidden"elsetopmsg.style.visibility="visible"setTimeout("display2()",Math.round(Math.random()*10000)+10000)}}function flash(){if (which==0){if (document.layers)topmsg.bgColor=flashtocolorelsetopmsg.style.backgroundColor=flashtocolorwhich=1}else{if (document.layers)topmsg.bgColor=backgroundcolorelsetopmsg.style.backgroundColor=backgroundcolorwhich=0}}if (document.all){document.write('<span id="topmsg" style="position:absolute;visibility:hidden">'+message+'</span>')}function logoit(){document.all.topmsg.style.left=document.body.scrollLeft+document.body.clientWidth/2-document.all.topmsg.offsetWidth/2document.all.topmsg.style.top=document.body.scrollTop+document.body.clientHeight-document.all.topmsg.offsetHeight-4}function logoit2(){topmsg.left=pageXOffset+window.innerWidth/2-topmsg.document.width/2topmsg.top=pageYOffset+window.innerHeight-topmsg.document.height-5setTimeout("logoit2()",90)}function setmessage(){document.all.topmsg.style.left=document.body.scrollLeft+document.body.clientWidth/2-document.all.topmsg.offsetWidth/2document.all.topmsg.style.top=document.body.scrollTop+document.body.clientHeight-document.all.topmsg.offsetHeight-4document.all.topmsg.style.backgroundColor=backgroundcolordocument.all.topmsg.style.visibility="visible"if (displaymode==1)setTimeout("topmsg.style.visibility='hidden'",displayduration)else if (displaymode==2)display2()if (flashmode==1)setInterval("flash()",1000)window.onscroll=logoitwindow.onresize=new Function("window.location.reload()")}function setmessage2(){topmsg=new Layer(window.innerWidth)topmsg.bgColor=backgroundcolorregenerate2()topmsg.document.write(message)topmsg.document.close()logoit2()topmsg.visibility="show"if (displaymode==1)setTimeout("topmsg.visibility='hide'",displayduration)else if (displaymode==2)display2()if (flashmode==1)setInterval("flash()",1000)}if (document.layers)window.onload=setmessage2else if (document.all)window.onload=setmessage