function AbenityFundraiserLogin(program_username){
	document.write('<div id="abenity_fundraiser_login" style="position: relative; width: 722px; padding: 3px; background-color: #305078; font-family: Arial,sans-serif"><div id="abenity_fundraiser_heading" style="height: 40px; padding-top: 14px; color: #FFF;"><div style="font-size: 15px; font-weight: bold;">Register for Thousands of Additional Discounts and Over $4,500 in Savings!</div>');
	if(program_username !== undefined){
	  document.write('<div style="font-size: 12px;"><a href="http://www.abenity.com/'+program_username+'" style="text-decoration: underline; color: #FFF">Log in often to view new discounts</a></div>');
	}else{
	  document.write('<div style="font-size: 12px;"><a href="http://discounts.abenity.com" style="text-decoration: underline; color: #FFF">Log in often to view new discounts</a></div>');
	}
	document.write('</div><div style="position: absolute; top: 0; right: 0;"><form id="abenity_fundraiser_login_form" action="http://discounts.abenity.com/process/fundraiser-registration.php" method="POST"><table><tr><td colspan="2"><label for="abenity_registration_code" style="color: #FFF; font-size: 12px; font-weight: bold;">Enter your registration code:</label></td></tr><tr><td><input type="text" name="abenity_registration_code" size="12" /></td><td><input type="submit" name="submit" value="Submit" /></td></tr></table></form></div><div><img src="http://assets.abenity.com/dp/external/images/fundraiser-login.jpg" width="722" height="48" alt="" /></div></div>');
}
