<!-- 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 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

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

document.write('We will support all aspects of the recruitment cycle and ensure you reach your goals in one piece. <a href="contact.htm">Contact us...</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="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

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

document.write('Our office in Brisbane will combine the knowledge of the UK marketplace with support from local Australian experienced healthcare recruiters across the whole of Australia. <a href="contact.htm">Contact us...</a><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('Our Next Venue Dates<br></legend>');

document.write('</a><br><br>');
document.write('Please click on red links to book.</a><br><br>');


document.write('<a href="contact.htm">BIRMINGHAM</a><br>');
document.write('EVENT: BDTA Dental Showcase </a><br>');
document.write('LOCATION: NEC </a><br><br>');
document.write('DATE: Thursday 20 to Saturday 22 Oct 2011</a><br>');
document.write('TIME: See venue guide</a><br><br>');
document.write('<a href="http://www.dentalshowcase.com/"target="_blank">VENUE WEBSITE</a><br><br><br>');

document.write('<a href="contact.htm">DUBLIN</a><br>');
document.write('Meeting times available 9am - 12:30pm </a><br>');
document.write('LOCATION: Maldron Hotel Parnell Square </a><br>');
document.write('Granby Row, Parnell Square D1 Dublin </a><br><br>');
document.write('DATE: Sunday 23 Oct 2011</a><br>');
document.write('<a href="mailto:res.parnellsquare@maldronhotels.com">HOTEL EMAIL</a><br><br><br>');

document.write('Further details TBC </a><br>');
document.write('Dec 2011 & Jan 2012 </a><br><br><br>');



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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3

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


// -- END -->
