<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "no"		// SHOW 1ST SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var movedown		= "2"		// SIDEBAR SPACE FROM TOP
var sidewidth		= "200"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "100"		// ADD EXTRA HEIGHT TO ALL PAGES WITH A SIDEBAR


document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="'+sidewidth+'"><br>');




// 1ST NOTES AREA

   if (showarea_1 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Give us a buzz:</span></legend>');

document.write('You can reach us at (904)568-1685. We are always available to help you answer any questions you may have. Your event is our top priority. ');
document.write('<br><br>');
document.write('<br><br>');
document.write('</fieldset>');
document.write('<br><br>');
document.write('<br><br>');
document.write('<!-- Start Client Area Code --><a href="http://www.partiesrus.djintelligence.com/client">Client Area Login</a><!-- End Client Area Code -->');
document.write('<br><br>');
document.write('<br><br>');
document.write('<!-- Start Referral Program Code --><a href="http://www.partiesrus.djintelligence.com/referral">Automatically Refer our Services to Friends, Relatives, or Co-Workers</a><!-- End Referral Program Code -->');
document.write('<br><br>');
document.write('<br><br>');
document.write('<!-- Start Satisfaction Survey Code --><a href="http://www.partiesrus.djintelligence.com/survey">How Did We Do? Take Our Event Satisfaction Survey</a><!-- End Satisfaction Survey Code -->');
document.write('<br><br>');
document.write('<br><br>');
document.write('<!-- Start Instant Answers Code --><a href="http://www.partiesrus.djintelligence.com/answers">Have a Question? Get Instant Answers by Phone</a><!-- End Instant Answers Code -->');
document.write('<br><br>');
document.write('<br><br>');
document.write('Quench Your Thirst and Your Appetite! Click below for more Info.');
document.write('<a href="http://www.mynuvitae.com/janster"><img src="http://www.jaxpartiesrus.com/picts/nuvitae.jpg" border="0"></a>');
document.write('<br><br>');
}

// END FIRST TEXT AREA


   









// IMAGE AREA

   if (showimage_1 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="borders">');
document.write('<IMG SRC="picts/sidebar.jpg" border="0" width="150" height="100"><br>');
document.write('</td></tr></table><br>');
}






// 2ND NOTES AREA
   if (showarea_2 == "yes") {

document.write('<fieldset class="sidebarfield"><legend>');

document.write('<span class="sidebartitle">Optional Notes:</span></legend>');

document.write('This area is for notes or links. Edit the sidebar.js to update this text or switch this off. ');

document.write('<a href="about.htm">More...</a>');

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

document.write('<br><br>');
}
// END SECOND TEXT AREA





document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="130"><br>');



//  End -->