<!-- ##BEGIN SCROLLING -->
<!--
var speed=50 
var pause=2500 
var timerID=null 
var bannerRunning=false
var ar=new Array()
ar[0]="WELCOME !     -     This is MSelectrical Website (www.MSelectrical.co.uk)      -     WELCOME !   "
ar[1]="Do you need a website Designed (and fast)? - Wish to state your presence on the www? - No problem !   "
ar[2]="Web2Setup.co.uk  -  Designing your website   -  Web2Setup.co.uk "
ar[3]="New Design or Re-newed site - Site Relocation - Maintenance - Artwork - Logos - S. Engine Optimization"
ar[4]="Free first consultation  -  Web2setup.co.uk !"
ar[5]="Working websites from under £. 100 ! - Professional look at affordable prices !"
var currentMessage=0
var offset=0
function stopBanner(){if (bannerRunning)
clearTimeout(timerID)
bannerRunning=false
}
function startBanner(){stopBanner()
showBanner()
}
function showBanner(){var text=ar[currentMessage]
if (offset <text.length){if (text.charAt(offset)==" ")
offset++
var partialMessage=text.substring(0, offset+1)
window.status=partialMessage
offset++
timerID=setTimeout("showBanner()", speed)
bannerRunning=true
}else{offset=0
currentMessage++
if (currentMessage==ar.length)
currentMessage=0
timerID=setTimeout("showBanner()", pause)
bannerRunning=true
}}
// -->
<!--
startBanner();// -->

