<!-- 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('<center>Jeremy Irons on TV<br></legend>');



document.write('<a href="http://www.locatetv.com/person/jeremy-irons/6764" target="_blank"><img src="http://www.locatetv.com/person/jeremy-irons/6764/205x103_standard.gif" alt="Jeremy Irons at LocateTV.com" title="Click to see LocateTV results for Jeremy Irons. Always up to date, always relevant to you." border="0"/></a>');



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

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



}

// END RIGHT SIDEBAR AREA PARAGRAPH 1















// SMALL PICTURE AREA


   if (showimage == "yes") {


document.write ('<center><a href="http://twitter.com/jeremyironsorg" target="_blank"><img src="follow-us-on-twitter-logo.jpg" alt="JeremyIrons.Org on Twitter" title="JeremyIrons.Org on Twitter" border="0"/></a>');

document.write ('<center><a href="http://community.livejournal.com/jeremyirons/" target="_blank"><img src="lj_banner-150x75-2.jpg" alt="JeremyIrons.Org Livejournal Community" title="JeremyIrons.Org Livejournal Community" border="0"/></a>');


document.write ('<center><a href="http://www.facebook.com/group.php?gid=44588421234#/pages/Jeremy-IronsOrg-Website/35987033858" target="_blank"><img src="facebook-001.jpg" alt="Jeremy Irons on Facebook" title="Jeremy Irons on Facebook" border="0"/></a>');




document.write ('<center><a href="http://www.myspace.com/jeremyironsorg" target="_blank"><img src="add-us-beard-logo-small.jpg" alt="Jeremy Irons on Myspace" title="Jeremy Irons on Myspace" border="0"/></a>');


document.write ('<center><a href="http://www.youtube.com/group/jeremyironsorg" target="_blank"><img src="youtube.jpg" alt="JeremyIrons.Org Group on YouTube" title="JeremyIrons.Org Group on YouTube" border="0"/></a>');




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

}















// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA



   if (paragraph_2 == "no") {



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


document.write( '<center><a href="http://homepage.ntlworld.com/corky.h/touchstone.htm" target="_blank"><img src="Touchstone/touchstone-wintercoast-album-cover-small.jpg" alt="Buy the new Touchstone album featuring Jeremy Irons on 1st June!" title="Buy the new Touchstone album featuring Jeremy Irons on 1st June" border="0"/></a>');



document.write('');






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



}

// END RIGHT SIDEBAR AREA PARAGRAPH 2









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





// -- END -->