<!-- Begin

var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3ND PARAGRAPH
var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "150"		// SIDEBAR WIDTH

// NUDGE SPACER

document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');


document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA


   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Facebook<br></legend>');

document.write('<br><center>');

document.write('<a href="http://www.facebook.com/cooltraxs" target="_blank">Like us on facebook</a><p>Tel: 0115 8547379<br />Or Mob: 07747060528<br></p>');

document.write('</center>');

document.write('</fieldset>');

document.write('<br><br>');

}
// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Twitter Page<br></legend>');

document.write('<br><center>');

document.write('<a href="https://twitter.com/cooltraxs" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @cooltraxs</a>');


document.write('</center>');

document.write('</fieldset>');

document.write('<br><br>');

}
// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Hough & Ward<br></legend>');

document.write('<br><center>');

document.write('<a href="http://www.hwexpress.co.uk" target="_blank">Hough and Ward</a><br>operate a modern fleet of vehicles in sizes from small vans to 44 tonnes trucks and even larger ');document.write('if required. We can provide you with any type of vehicle including specialist vehicles, hi-habs, tail lifts and tankers.');
 

document.write('</center>');

document.write('</fieldset>');

document.write('<br><br>');

}

// END RIGHT SIDEBAR AREA PARAGRAPH 3
document.write('</td></tr></table>');

// -- END -->
