<!-- 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_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Edition 541<br>1st September 2010</legend>');

document.write('Published and Online every Wednesday, 52 weeks of the year.<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('<img src="picts/la_bahia_front.jpg" width="175" height="304" class="borders"><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('Office Hours<br></legend>');

document.write('Office open to the public:<br>Monday:<br>14h - 18h,<br>Wednesday & Friday:<br>16h - 18h<br>Telephone: 971 348 271<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;608 898 994<br>Telephone and email enquires<br>accepted seven days a week.<br><A HREF="mailto:editor@theibizasun.com">enquiries@theibizasun.com</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_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Back Issues<br></legend>');

document.write('Read Back Issues of<br>The Ibiza Sun <a href="back_issues.html">HERE</a>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3




// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Your Free Copy<br></legend>');

document.write('Find your FREE copy of<br>The Ibiza Sun <a href="free_paper.html">HERE</a>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4





document.write('</td></tr></table>');


// -- END -->