<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// color was 666666 and also 1E47DB
var color		= "0d253f"	// HEADER BACKGROUND COLOR (EDIT IN THE css FILE)
var flashheight		= "55"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS)

var showdate		= "no"		// SHOW THE DATE ON THE PAGE
var stripes	 	= "no"		// SHOW STRIPE UNDER THE FLASH


// COPYRIGHT 2009 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


//
// 4Dec09 removing flash from header

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td align="left" class="headercolor">');
document.write('<br/><div style="font-size:x-large;font-weight:bold;font-family:Calibri;margin-left:15px;color:#FFFFFF;text-align:left" >Medical Bill Helper</div>');
document.write('<div style="font-size:large;font-weight:normal;width:440px;font-style:italic;font-family:Calibri;margin-left:20px;color:#FFFFFF" >');

document.write('</td><td align="right" valign="bottom" class="headercolor">' );

document.write('<div style="float:left;font-size:large;margin-right:40px;font-weight:normal;font-style:italic;font-family:Calibri;margin-left:20px;color:#FFFFFF" >Lowering medical costs one bill at a time');


document.write('<div style="float:right;font-size:large;width:90px;margin-right:0px;font-weight:normal;font-style:italic;font-family:Calibri;margin-left:20px;color:#FFFFFF" >');



document.write('</td></tr></table>');





//  End -->