<!-- 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 paragraph_5 	= "yes"		// SHOW THE 5TH 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('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 2012.<br>');

if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/johnny_wilkinson.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><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('Important<br>');

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

document.write('CEE Worldwide subscribe to the CRB Code Of Practice. We realise that in this changing world it is neccesary to move with the times and CRB checks will we feel only increase. We have therefore adopted the code of practice to be able to better serve clients and acts.<br>');

if (showimage == "yes") {

document.write('<br><br><center>');
document.write('<a href="http://www.cee-worldwide.com/pdf/CRB_Code_Of_Practice.pdf" Target="blank">The Code</a><br>');
document.write('</center>');
document.write('<br><br>');
}
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2










// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

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

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

document.write('This is important information for anyone considering registering with an entertainment agency. This information is published by the UK Government and we strongly suggest that you read it.<br>');

if (showimage == "yes") {

document.write('<br><br><center>');
document.write('<a href="http://www.direct.gov.uk/en/Employment/Understandingyourworkstatus/Agencyworkersandemploymentagencies/DG_173262" Target="blank">Learn More</a><br>');
document.write('</center>');
document.write('<br><br>');
}
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2









// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "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 3


// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

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

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

document.write('We Now Have our own custom Alexa Toolbar. Download our custom toolbar now.');

if (showimage == "yes") {

document.write('<br><br><center>');
document.write('<a href="http://download.alexa.com/?amzn_id=ceeworentage-20" target="_blank">CEE Worldwide Entertainment Agency Toolbar</a><br>');
document.write('</center>');
document.write('<br><br>');
}
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4







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


// -- END -->