<!-- 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 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('Cookie<br> Use<br></legend>');

document.write('This web site complies with the <strong>European e-Privacy Directive</strong>.<br>');

document.write('This site does not at this time use any cookies to function, nor does it use any third party cookies to supply services such as advertising or analytics.<br>');

document.write('The blog which is a subdomain uses cookies, you can find out more by viewing our <a href="http://www.cee-worldwide.com/privacy.htm" target="_blank">privacy policy</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

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

document.write('CEE Worldwide Entertainment Agency are proud to announce that we have secured with Greene King PLC to supply all entertainment for them at Twickenham RFU. This is for all England International matches played there including the Six Nations Championships until 2010.<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA









// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

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

document.write('We Now Use PayPal. Contact Us To Learn More About Making Payments.<p> Due to requests from acts that we represent CEE Worldwide Entertainment Agency has set up a payments system with PayPal. This will allow acts to pay their commission easily without resorting to the post.</p><br>');

if (showimage == "yes") {

document.write('<br><center>');
document.write('<img  src="https://www.paypal.com/en_GB/i/bnr/bnr_paymentsBy_150x60.gif" border="0" alt="CEE Worldwide Entertainment Agency PayPal" height="60" width="150"><br>');
document.write('</center>');
document.write('<br><br>');
}
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
