<!-- 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="http://www.judigraphics.com/picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://aipp.com.au"target="blank"><img src="http://www.judigraphics.com/picts/AIPP_Accredited_Logo.jpg" border="0" ></a><br>');
document.write('</center>');
document.write('<br><br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Magazine<br></legend>');

document.write('Many people ask for Tutorials on my work. ');

document.write('I now contribute to a great online Magazine called Home Photography. ');

document.write('This magazine is available for free by subscribing via their website.<a href="http://www.homephotography.ca"target="blank" title="Website."></a> ');

document.write('<a href="http://www.homephotography.ca"target="blank"><img src="picts/coverthumb.jpg" border="0" alt="image" class="Galborder"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Books<br></legend>');

document.write('My latest book has just been released.  Be one of the first to get your hands on one.   <a href="http://www.judigraphics.com/books.htm" target="blank">here...</a><br>');

document.write('<a href="http://www.judigraphics.com/books.htm"target="blank"><img src="http://www.judigraphics.com/picts/2008YBthumb.jpg" border="0" class="borders"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3






// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Podcasts for Digital Photographers<br></legend>');

document.write('A variety of Photographic Subjects are discussed on downloadable podcasts.  Now available   <a href="http://www.photoproradio.com">here...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1























document.write('</td></tr></table>');


// -- END -->
