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" width="200%" height="38"><br>');

document.write('</td></tr></table>');

   if (stripes == "yes") {
document.write('<img src="images\stretchbar.jpg" width="100%" height="28"><br>');
}



//  End -->