var bPageIsLoaded = false;


function randomAdvert()

{

var chosenImage=new Array()

chosenImage[1]="http://www.westerntowing.co.uk/acatalog/Caravan_Covers_Ad.gif"
chosenImage[2]="http://www.westerntowing.co.uk/acatalog/right--3.gif"
chosenImage[3]="http://www.westerntowing.co.uk/acatalog/Security_Ad.gif"
chosenImage[4]="http://www.westerntowing.co.uk/acatalog/right--5.gif"
chosenImage[5]="http://www.westerntowing.co.uk/acatalog/right--6.gif"
chosenImage[6]="http://www.westerntowing.co.uk/acatalog/right-Knott_SS.gif"
chosenImage[7]="http://www.westerntowing.co.uk/acatalog/right-Alko_SS.gif"
chosenImage[8]="http://www.westerntowing.co.uk/acatalog/Cargo_net_Ad.gif"

var chosenLink=new Array()

chosenLink[1]="http://www.westerntowing.co.uk/acatalog/Caravan_Covers.html"
chosenLink[2]="http://www.westerntowing.co.uk/acatalog/Bak-Rak.html"
chosenLink[3]="http://www.westerntowing.co.uk/acatalog/Trailer_Caravan_Security.html"
chosenLink[4]="http://www.westerntowing.co.uk/acatalog/LED_lamps.html"
chosenLink[5]="http://www.westerntowing.co.uk/acatalog/Trailer_Cover_Quote_mm.html"
chosenLink[6]="http://www.westerntowing.co.uk/acatalog/Detachable_type_for_Knott_Brakes.html"
chosenLink[7]="http://www.westerntowing.co.uk/acatalog/Detachable_type_for_Al_ko_Brakes_mushroom.html"
chosenLink[8]="http://www.westerntowing.co.uk/acatalog/Trailer_covers.html"
var chosenAltCopy=new Array()

chosenAltCopy[1]="Caravan_Covers"
chosenAltCopy[2]="Bak-Rak"
chosenAltCopy[3]="Trailer &amp; Caravan Security"
chosenAltCopy[4]="LED lamps"
chosenAltCopy[5]="Trailer Cover Quote"
chosenAltCopy[6]="Stainless Steel Knott Bowden Cables"
chosenAltCopy[7]="Stainless Steel Al-ko Bowden Cables"
chosenAltCopy[8]="Cargo Net"

var getRan=Math.floor(Math.random()*chosenImage.length)
if (getRan==0)
getRan=1

document.write('<a href=\"'+chosenLink[getRan]+'\" title=\"'+chosenAltCopy[getRan]+'\"><img src=\"'+chosenImage[getRan]+'\" alt=\"'+chosenAltCopy[getRan]+'\"/><\/a>')

}






function randomContent()

{

var chosenCopy=new Array()

chosenCopy[1]="Very well pleased, I will look forward of doing business with you again, Thanks again...John"
chosenCopy[2]="Fast service with no fuss!! would recomend."
chosenCopy[3]="Many thanks for the speedy delivery.  An unparalleled service."
chosenCopy[4]="I was astonished to receive my order less than 24 hours after I ordered it - fantastic! Many thanks for great service"
chosenCopy[5]="very clear and easy to use website and i was very pleased with the speed of your response i will definatley use your company again"
chosenCopy[6]="Extremely quick delivery - very impressive. Will buy further accessories from your site in future as your prices are good, the site is easy to use and free delivery was a bonus!"
chosenCopy[7]="Delivery was very fast and i am vey happy with the product.It was great value for money.Many Thanks."
chosenCopy[8]="Super fast delivery, thank you.  Item arrived just as described, well packegaed and very quickly. A very friendly, efficent service.A pleasure doing business with you. Thank you again."
chosenCopy[9]="Thank you very much for the speedy service. Item was received next day. Price was good too. I would certainly recommend you."
chosenCopy[10]="I just wanted to say thank you for this excellent service, only orderd yesterday lunch and received it this morning. Again excellent service AAA+++++, I will certainly come back. Elias S"

var getRan=Math.floor(Math.random()*chosenCopy.length)
if (getRan==0)
getRan=1

document.write(chosenCopy[getRan])
}



<!--
	function closeInformation() 
	{
		if (document.getElementById) 
		{ // DOM3 = ie5, NS6
			document.getElementById('WTAinfo').style.display = 'none';
		}
		else 
		{
			if (document.layers) 
			{ // Netscape 4
				document.WTAinfo.display = 'none';
			}
			else 
			{ // ie 4
				document.all.WTAinfo.style.display = 'none';
			}
		}
	}
	function showInformation() 
	{
		if (document.getElementById) 
		{ // DOM3 = ie5, NS6
			document.getElementById('WTAinfo').style.display = 'block';
		}
		else 
		{
			if (document.layers) 
			{ // Netscape 4
				document.WTAinfo.display = 'block';
			}
			else 
			{ // ie 4
				document.all.WTAinfo.style.display = 'block';
			}
		}
	}
-->