var color			= "8899FF"
var flashheight		= "50"
var flashwidth		= "800"
var stripes	 		= "yes"

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td ALIGN="left">');

document.write('<img src="images\\toplogo.jpg" border="0" width="800" height="110"><br>');

document.write('</td></tr></table>');

   if (stripes == "yes") {
document.write('<img src="images\\stretchbar.jpg" width="800" height="28"><br>');
}
