<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// 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="0" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');




// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://www.puredarts.co.uk/"><img src="Logos/Tommys140x140.gif" alt= "Tommys Darts" border="0" /> </a><br>');
document.write('</center>');
document.write('');
document.write('<br>');
}





// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="140" height="280">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="http://www.dartse.com/banners/dartse_banner140x280_new2.swf" />');
document.write('<param name="menu" value="false" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="http://www.dartse.com/banners/dartse_banner140x280_new2.swf"');
document.write('menu="false" quality="high" bgcolor="#ffffff" width="140" height="280"');
document.write('id="Poker-Dart-Pty-Ltd-banner-embed" allowScriptAccess="sameDomain"');
document.write('type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('<a href="http://www.dartse.com/"> </a><br>');
document.write('<noembed><div><a href="http://www.poker-dart.com" target="_blank"><img src="');
document.write('http://www.poker-dart.com/images/banners/CardDarts.jpg" border="0" alt="Poker-Dart Pty Ltd" id="Poker-Dart-Pty-Ltd-banner-150" width="140" height="280" /></a></div></noembed>');
document.write('</embed>');
document.write('<br>');
document.write('</object>');

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

  







// SMALL PICTURE AREA

   if (showimage == "yes") {


document.write('<center>');
document.write('<a href="http://www.worlddartstv.com/"><img src="Logos/rotating_earth.gif" alt= "World Darts TV" border="0"></a><br>');
document.write('</center>');
document.write('');
}






// END RIGHT SIDEBAR AREA PARAGRAPH 2');













// SMALL PICTURE AREA

   






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


// -- END -->