<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW A 2nd SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW A 3rd SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// 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('WebSite 24 Hour<br></legend>');

document.write('Complete Web Solution in 24 hours. <br><br>Includes: <br>2 x Domain Names (one with domain forwarding pointer), Email, Web Site Hosting and a 10 page web site (and its expandable) for only £160<br><br> Simply email us your web site content and we will do the rest. <br><br>If you are impressed with the site we build you (we believe you will be), please tell your friends, if not please tell us and we will spend an extra 2 hours improving it.<br><br><a href="contact.htm">WebSite for £160 click this link to contact us now...</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="https://www.securepaynet.net/gdshop/rhp/default.asp?prog%5Fid=networkmagic&ci=7648&currencyType=GBP"><img src="flash/image1.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br><br>');
}




// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

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

document.write('If you prefer to build your own website then select from over 90 Pre-Built Templates<br><br> These powerful automated templates provide an expandable web solution including over 60 Flash Animation introductions, or upload your own. Also add music, forums, RSS feeds, guestbooks and much more all from £1.90 per month<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// SMALL PICTURE AREA 2

   if (showimage_2 == "yes") {

document.write('<br><center>');
document.write('<a href="https://www.securepaynet.net/gdshop/hosting/hosting_build_website.asp?prog_id=networkmagic&ci=1806&"><img src="flash/image3.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



// SMALL PICTURE AREA 3

   if (showimage_3 == "yes") {

document.write('<br><center>');
document.write('<a href="https://www.securepaynet.net/gdshop/rhp/default.asp?prog_id=networkmagic&ci=1767&"><img src="picts/verifiedsecure.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



document.write('</td></tr></table>');


// -- END -->