<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "5b709b"		// HEADER BACKGROUND COLOR
var flashheight		= "100"			// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"			// WIDTH OF THE FLASH (IN PIXELS)



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td ALIGN="LEFT">');
document.write('<img src="/picts/lastframe.jpg" alt="Logo" width="'+flashwidth+'" height="'+flashheight+'" border="0">');
document.write('</td></tr></table>');

//  End -->