// JavaScript Document
	//scroller width
	var swidth=130

	//scroller height
	var sheight=80

	//background color 
	var sbcolor='#ffffff'

	//scroller's speed
	var sspeed=2

	var msg=''

	//Your messages go below:

				
	msg='<table width=100% border=0 cellspacing=0 cellpadding=0>'+


        

                       
'<tr><td width=90% valign=top><a class=NewsHeader href=http://www.ukpoolstore.co.uk target=_blank><b><u>Wed Apr  23,  2008</b></u></a></td></tr>'+		
'<tr><td valign=top class=NewsLinks>The UKPOOLSTORE now offers a next day 3pm delivery service and you can now track your order status online and with updates to your mobile phone, just add your mobile number when checking out txt cost is 10p.</td></tr>'+			
'<tr><td height=20> </td></tr>'+

'<tr><td width=90% valign=top><a class=NewsHeader href=http://www.ukpoolstore.co.uk target=_blank><b><u>Wed Mar  19,  2008</b></u></a></td></tr>'+		
'<tr><td valign=top class=NewsLinks>The UKPOOLSTORE opens new indoor spa display centre, Try before you buy in our wet test paradise.</td></tr>'+			
'<tr><td height=20> </td></tr>'+

'<tr><td width=90% valign=top><a class=NewsHeader href=http://www.ukpoolstore.co.uk target=_blank><b><u>Mon Jun  18,  2007</b></u></a></td></tr>'+		
'<tr><td valign=top class=NewsLinks>The UKPOOLSTORE listens to your feedback - you can now pay using PROTX,WORLDPAY or PAYPAL.</td></tr>'+			
'<tr><td height=20> </td></tr>'+

'<tr><td width=90% valign=top><a class=NewsHeader href=http://www.ukpoolstore.co.uk target=_blank><b><u>Mon Jun  4,  2007</b></u></a></td></tr>'+		
'<tr><td valign=top class=NewsLinks>We have now opened our new warehouse which provides new offices as well as added storage, this allows us to ship most of our products direct from stock! - We also have a new dispatch desk allowing us to process your orders even quicker.</td></tr>'+
'<tr><td height=20> </td></tr>'+

		'<tr><td width=90% valign=top><a class=NewsHeader href=http://www.ukpoolstore.co.uk target=_blank><b><u>Fri Feb  9,  2007</b></u></a></td></tr>'+
                '<tr><td valign=top class=NewsLinks>We are 10! - We have been trading for 10 years, 1997 - 2007, Look out for our 10th Anniversary special offers.</td></tr>'+
                '<tr><td height=20> </td></tr>'+

			
	
		 '<tr><td width=90% valign=top><a class=NewsHeader href=http://www.ukpoolstore.co.uk target=_blank><b><u>Mon Aug  7,  2006</b></u></a></td></tr>'+
                        '<tr><td valign=top class=NewsLinks>Live Help Support now available from the UKPOOLSTORE, available during office hours to answer all your queries about your swimming pools and spas - click for help and chat live with a member of our team.</td></tr>'+
                        '<tr><td height=20> </td></tr>'+


		 '<tr><td width=90% valign=top><a class=NewsHeader href=http://www.ukpoolstore.co.uk/acatalog/index.html target=_blank><b><u>Tue Aug  1,  2006</b></u></a></td></tr>'+
                        '<tr><td valign=top class=NewsLinks>Products have been flying off the shelves, we are constantly updating the website to keep product availability current - if in doubt please check when ordering.</td></tr>'+
                        '<tr><td height=20> </td></tr>'+


		'<tr><td width=100% valign=top><a class=NewsHeader href=http://www.ukpoolstore.co.uk/acatalog/feedback.htm target=_blank><b><u>Mon Jul 31,  2006</b></u></a></td></tr>'+
                        '<tr><td valign=top class=NewsLinks>We appreciate feedback from our customers so today we have launched the feedback system to allow you to send us your comments and allow us to improve our service to you.</td></tr>'+
                        '<tr><td height=20> </td></tr>'+


		'<tr><td width=100% valign=top><a class=NewsHeader href=http://www.ukpoolstore.co.uk target=_blank><b><u>Mon May  8,  2006</b></u></a></td></tr>'+
                        '<tr><td valign=top class=NewsLinks>Summer stock is now in, the website has been updated - check out the special offers and new product lines for this summer!</td></tr>'+
                        '<tr><td height=20> </td></tr>'+

                

		'<tr><td width=100% valign=top><a class=NewsHeader href=http://www.ukpoolstore.co.uk/forums target=_blank><b><u>Mon Jul 26,  2004</b></u></a></td></tr>'+
                        '<tr><td valign=top class=NewsLinks>Another fantastic solution from the UKPOOLSTORE. Today we have launched our Forums, an invaluable resource for swimming pools and spa information, JOIN NOW FOR FREE!</td></tr>'+
                        '<tr><td height=20></td></tr>'+


		'<tr><td width=100% valign=top><a class=NewsHeader href=http://www.ukpoolstore.co.uk target=_blank><b><u>Mon Jun  7,  2004</b></u></a></td></tr>'+
                        '<tr><td valign=top class=NewsLinks>New branch opened at Notcutts garden centre - Check out our brand new display site featuring 12 spas and three pools always on display.</td></tr>'+
                        '<tr><td height=20> </td></tr>'+

                

                        





	'</table>';

	//End of your messages


	//-- end Parameters-->
	//-- begin: Scroller's Algorithm -->

	var resumesspeed=sspeed
	function start(){
	if (document.all) iemarquee(slider);
	else if (document.getElementById)
	ns6marquee(document.getElementById('slider'));
	else if(document.layers)
	ns4marquee(document.slider1.document.slider2);
	}
	function iemarquee(whichdiv){
	iediv=eval(whichdiv)
	iediv.style.pixelTop=sheight
	iediv.innerHTML=msg 
	sizeup=iediv.offsetHeight
	ieslide()
	}
	function ieslide(){
	if (iediv.style.pixelTop>=sizeup*(-1)){
	iediv.style.pixelTop-=sspeed
	setTimeout("ieslide()",100)
	}
	else{
	iediv.style.pixelTop=sheight
	ieslide()
	}
	}
	function ns4marquee(whichlayer){
	ns4layer=eval(whichlayer)
	ns4layer.top=sheight
	ns4layer.document.write(msg)
	ns4layer.document.close()
	sizeup=ns4layer.document.height
	ns4slide()
	}
	function ns4slide(){
	if (ns4layer.top>=sizeup*(-1)){
	ns4layer.top-=sspeed
	setTimeout("ns4slide()",100)
	}
	else{
	ns4layer.top=sheight
	ns4slide()
	}
	}
	function ns6marquee(whichdiv){
	ns6div=eval(whichdiv)
	ns6div.style.top=sheight
	ns6div.innerHTML=msg
	sizeup=ns6div.offsetHeight
	ns6slide()
	}
	function ns6slide(){
	if (parseInt(ns6div.style.top)>=sizeup*(-1)){
	ns6div.style.top=parseInt(ns6div.style.top)-sspeed
	setTimeout("ns6slide()",100)
	}
	else{
	ns6div.style.top=sheight
	ns6slide()
	}
	}
