// NOTE: If you use a ' add a slash before it like this \'

//document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="197"><tr><td class="menu-top-border">');

// START LINKS //

// END LINKS //

// FLASH CHANGER OPTIONS

var bordercolor		= "00000"	// BORDER COLOR

// RANDOM PICTURE AREA

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
images = new Array(4);
images[0] = "<img src='sidebar_images/outside4.jpg'></a>";
images[1] = "<img src='sidebar_images/outside4.jpg'></a>";
images[2] = "<img src='sidebar_images/outside4.jpg'></a>";
images[3] = "<img src='sidebar_images/outside4.jpg'></a>";
index = Math.floor(Math.random() * images.length);
document.write(images[index]);

document.write('</td></tr></table>')

document.write('<br><center><TABLE bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="#" onClick="window.print()"><IMG SRC="picts/print.gif" border="0"><font color="#000000">Print This Page</font><br>')
document.write('</td></tr></table>')

document.write('</td></tr></table></DIV><br>');
