
// Cross browser scrolling text script distributed by hypergurl.com http://www.hypergurl.com



//change the scrollers width (in pixels)
var scrollerwidth=160
//change the scrollers height
var scrollerheight=375
//change the scrollers scroll speed (larger is faster)
var speed=1
//change the scrollers contents
var scrollercontents='<center><font face="Arial" color="green" size="1">We personally provide<br><br><font color="blue">PRIVATE INVESTIGATORS,<br>PROCESS SERVERS,<br>CERTIFICATED BAILIFFS,<br>DETECTIVES<br>and<br>ENQUIRY AGENTS</font><br><br>for all<br><br><font color="red">DIVORCE PROCEEDINGS,<br>INJURY CLAIMS,<br>PEACE OF MIND ENQUIRIES,<br>INSURANCE FRAUD,<br>INVESTIGATIONS,<br>PROCESS SERVICE,<br>SURVEILLANCE<br>and<br>TRACING</font><br><br>for the whole of<br><br><font size="+2" color="blue">CUMBRIA</font><br><br>including<br><br><font size="+1" color="blue">AMBLESIDE<br>BARROW<br>BRAMPTON<br>CARLISLE<br>KENDAL<br>KESWICK<br>MARYPORT<br>PENRITH<br>WHITEHAVEN<br>WINDERMERE<br>and<br>WORKINGTON</font><br><br>All other areas of<br>the UK are covered<br>by reliable agents<br>recommended by<br><br><font color="blue">Alexander Legal Services</font><br><br>Please contact us via<br>our contact page at<br><br><a href="http://www.ALSxUK.freeserve.co.uk/Bailiff-Detective-Investigator-Services/contact_us.html">CONTACT DETAILS PAGE</a><br><br>or at<br><br><font color="blue">Chrisandy House<br>Priory Road<br>St. Bees<br><b>WHITEHAVEN</b><br>Cumbria<br>CA27 0HB</font><br><br><font color="green">Telephone:</font><br><font color="red">0845 1260759</font><br><br><font color="green">Fax:</font><br><font color="red">01946 821818</font><br><br><font color="green">Mobile:</font><br><font color="red">07770 820726</font><br><br><font color="green">Mobile Fax:</font><br><font color="red">07968 240768</font><br><br><font color="blue">PROCESS SERVERS,<br>PRIVATE INVESTIGATORS,<br>CERTIFICATED BAILIFFS<br>and<br>DETECTIVES AGENCY</font><br><br>for<br><br><font size="+1"><b>CONFIDENTIAL SERVICES</b></font><br><br>in<br><br><font color="red">SURVEILLANCE,<br>RENT RECOVERY<br>SERVICE OF DOCUMENTS<br>and<br>INVESTIGATIONS</font><br><br>covering<br><br><font size="+1" color="blue">CUMBRIA</font><br><br>and the<br><br><font size="+1" color="blue">NORTH WEST</font><br><br><br>We personally provide<br><br><font color="blue">PRIVATE INVESTIGATORS,<br>PROCESS SERVERS,<br>CERTIFICATED BAILIFFS,<br>DETECTIVES<br>and<br>ENQUIRY AGENTS</font><br><br>for all<br><br><font color="red">DIVORCE PROCEEDINGS,<br>INJURY CLAIMS,<br>PEACE OF MIND ENQUIRIES,<br>INSURANCE FRAUD,<br>INVESTIGATIONS,<br>PROCESS SERVICE,<br>SURVEILLANCE<br>and<br>TRACING</font><br><br>for the whole of<br><br><font size="+2" color="blue">CUMBRIA</font><br><br>including<br><br><font size="+1" color="blue">AMBLESIDE<br>BARROW<br>BRAMPTON<br>CARLISLE<br>KENDAL<br>KESWICK<br>MARYPORT<br>PENRITH<br>WHITEHAVEN<br>WINDERMERE<br>and<br>WORKINGTON</font><br><br>All other areas of<br>the UK are covered<br>by reliable agents<br>recommended by<br><br><font color="blue">Alexander Legal Services</font><br><br>Please contact us via<br>our contact page at<br><br><a href="http://www.ALSxUK.freeserve.co.uk/Bailiff-Detective-Investigator-Services/contact_us.html">CONTACT DETAILS PAGE</a><br><br>or at<br><br><font color="blue">Chrisandy House<br>Priory Road<br>St. Bees<br><b>WHITEHAVEN</b><br>Cumbria<br>CA27 0HB</font><br><br><font color="green">Telephone:</font><br><font color="red">0845 1260759</font><br><br><font color="green">Fax:</font><br><font color="red">01946 821818</font><br><br><font color="green">Mobile:</font><br><font color="red">07770 820726</font><br><br><font color="green">Mobile Fax:</font><br><font color="red">07968 240768</font><br><br><font color="blue">PROCESS SERVERS,<br>PRIVATE INVESTIGATORS,<br>CERTIFICATED BAILIFFS<br>and<br>DETECTIVES AGENCY</font><br><br>for<br><br><font size="+1"><b>CONFIDENTIAL SERVICES</b></font><br><br>in<br><br><font color="red">SURVEILLANCE,<br>RENT RECOVERY<br>SERVICE OF DOCUMENTS<br>and<br>INVESTIGATIONS</font><br><br>covering<br><br><font size="+1" color="blue">CUMBRIA</font><br><br>and the<br><br><font size="+1" color="blue">NORTH WEST</font></font></font></center>'

if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+scrollerwidth+';height:'+scrollerheight+'">'+scrollercontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializescroller()
}
}

function intializescroller(){
document.vscroller01.document.vscroller02.document.write(scrollercontents)
document.vscroller01.document.vscroller02.document.close()
thelength=document.vscroller01.document.vscroller02.document.height
scrollit()
}

function scrollit(){
if (document.vscroller01.document.vscroller02.top>=thelength*(-1)){
document.vscroller01.document.vscroller02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.vscroller01.document.vscroller02.top=scrollerheight
scrollit()
}
}

window.onload=regenerate2




