<!-- 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 showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "140"		// 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.reddragondarts.com/pages/1337/Request-Brochure/"><img src="logos/red_dragon_140x140-1.jpg" border="2" class="borders"></a>');
document.write('</center>');
document.write('<br>');
}





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=6,0,0,0" WIDTH="140" HEIGHT="140" >');
document.write('<id="Yourfilename" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="banner_ads/SAZZ-ad.swf">'); 
document.write('<PARAM NAME=quality VALUE=high>'); 
document.write('<PARAM NAME=bgcolor VALUE=#333399>'); 
document.write('<EMBED src="banner_ads/SAZZ-ad.swf" quality=high bgcolor=#333399 WIDTH="140" HEIGHT="140" NAME="Yourfilename" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>'); 
document.write('</OBJECT>'); 
document.write('</center>');




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

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






// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {


document.write('<fieldset><legend>');
document.write('Tickets/Forms<br></legend><br>');
document.write('<a href="invitations/2010/BritishTeenage2010.pdf">British Teenage 2010<br><br>');
document.write('<a href="BritIntl2010Tickets.pdf">British Internationals 2010<br><br>');
document.write('<a href="invitations/2010/Festival of Darts 2010.pdf">BDO British Int. Open 2010<br><br>');
document.write('</fieldset>');
document.write('<a href=""><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<br>');
document.write('<fieldset><legend>');
document.write('Notice<br></legend>');
document.write('If you would like to place an advertisement on this site please contact us using the link at the bottom of this page.<br>');
document.write('</fieldset>');
document.write('<br><br>');
document.write('<a href=""><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3





// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://www.agfisonline.com/"><img src="logos/SportAccord2.jpg" alt= "HOME" border="0" /> </a><br>')
document.write('</center>');
document.write('<br>');
}




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


// -- END -->