<!-- Begin HEADER OPTIONS CODE

// NOTE: If you use a ' add a slash before it like this \'

// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var color		= "000000"	// HEADER BACKGROUND COLOR
var linecolor		= "000000"	// COLOR OF LINE UNDER FLASH
var lineheight		= "1"		// HEIGHT OF LINE UNDER FLASH




// COPYRIGHT 2005 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="120%" bgcolor="#'+color+'"><tr><td>');
document.write('<img src="logo-fp.jpg" border="0"><br>');
document.write('</td></tr><tr><td bgcolor="#'+linecolor+'" colspan="2" height="1" align="right" >');
document.write('<img src="/spacer.gif" HEIGHT="'+lineheight+'" WIDTH="10"><br>');
document.write('</tr></td></table>');

//  End -->