// JavaScript Document

//===============By Babar 16 June 2010 ============================
//For 301 Redirection
var hsting=window.location.hostname;
var the_chars=hsting.charAt(0)+hsting.charAt(1)+hsting.charAt(2);
if(the_chars=='www')
	var myw="";
else
	var myw="www."
	
//SSL Redirection
if(window.location.pathname !='/micard-signup.php' && window.location.pathname !='/reseller-member-cca-signup.php' && window.location.pathname !='/members-signup02-cca.php' && window.location.pathname !='/member-signup.php' && window.location.pathname !='/members-signup02.php' && window.location.pathname !='/reseller-member-signup.php' && window.location.pathname !='/signup_member.php' && window.location.pathname !='/members-center2.php' && window.location.pathname !='/member-signup-he.php')
{
	if (document.location.protocol != "http:")
	{
		var oldURL = myw + window.location.hostname + window.location.pathname+window.location.search;
		var newURL = "http://" + oldURL;
		window.location = newURL;
	}
	
	if (document.location.protocol == "http:" && myw !="")
	{
		var oldURL = myw + window.location.hostname + window.location.pathname+window.location.search;
		var newURL = "http://" + oldURL;
		window.location = newURL;
	}
}
//==================================================================


/******************* Company Logo AJAX *****************************/
var xmlHttp
var xmlHttp2
function CreateSession(name)
{
	xmlHttp=GetXmlHttpObject()
	if (xmlHttp==null)
	{
		alert ("Browser does not support HTTP Request")
		return
	}
	var url="GetLink.php"
	url+='?SE='+name
	xmlHttp.onreadystatechange=count
	xmlHttp.open("GET",url,true)
	xmlHttp.send(null)
}

function getCompany()
{

	xmlHttp=GetXmlHttpObject()
	if (xmlHttp==null)
	{
		alert ("Browser does not support HTTP Request")
		return
	}
	var url="GetLink.php"
	url+='?SE=load'
	xmlHttp.onreadystatechange=company
	xmlHttp.open("GET",url,true)
	xmlHttp.send(null)
}
function getCompany2()
{

	xmlHttp2=GetXmlHttpObject2()
	if (xmlHttp2==null)
	{
		alert ("Browser does not support HTTP Request")
		return
	}
	var url="GetLink.php"
	url+='?SE=load'
	xmlHttp2.onreadystatechange=company2
	xmlHttp2.open("GET",url,true)
	xmlHttp2.send(null)
}
function makeZero()
{
	alert(1);
	document.getElementById('logo').style.width = 166;
	document.getElementById('logo').style.hieght =129;
	document.getElementById('logo').style.background = "url(images/bg111_01.jpg) no-repeat";
	document.getElementById('arrow').style.width =77;
	document.getElementById('arrow').style.hieght =129;
	document.getElementById('arrow').style.background = "url(images/bg111_02.jpg) no-repeat";
	document.getElementById('saving').width = '75%';	
}
function GetValue()
{
	xmlHttp=GetXmlHttpObject()
	if (xmlHttp==null)
	{
		alert ("Browser does not support HTTP Request")
		return
	}
	var url="GetLink.php"
	url+='?SE=load'
	xmlHttp.onreadystatechange=count
	xmlHttp.open("GET",url,true)
	xmlHttp.send(null)
}
function showCompany()
{
	xmlHttp=GetXmlHttpObject()
	if (xmlHttp==null)
	{
		alert ("Browser does not support HTTP Request")
		return
	}
	var url="GetLink.php"
	url+='?SE=load'
	xmlHttp.onreadystatechange=showlogo
	xmlHttp.open("GET",url,true)
	xmlHttp.send(null)
}

function showlogo() 
{
		
	if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
	{
		var Response = xmlHttp.responseText;
		
		if(Response!='')
		{
			if(Response!='Benefitz Plus' && Response!='Affordable Benefitz')
			{
				//var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
				//document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
				try { var pageTracker = _gat._getTracker("UA-9370307-1");
				pageTracker._initData();
				pageTracker._trackPageview();} catch(err) {}
			}
			
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('TAG')!=null)
			{
				if(Response=='Benefitz Plus')
				{
					document.getElementById('TAG').innerHTML= '<img src="images/index_066_bplus.jpg" width="433" height="374">';
				}
				if(Response=='Affordable Benefitz')
				{
					document.getElementById('TAG').innerHTML= '<img src="images/index_066_bplus.jpg" width="433" height="374">';
				}
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			
			GetBullets();
		}
		if(Response=='MBPA-MFBA')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			
			try {
			var pageTracker = _gat._getTracker("UA-16727587-1");
			pageTracker._trackPageview();
			} catch(err) {}
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">Welcome to the MBPA-MFBA Savings Advantage program. As a member of MBPA-MFBA, you will receive Free Access to substantial savings through Your Rewards Mall and Dubli Auctioneer. Simply go to www.yourrewardsmall.com, enroll and begin saving at over 1000 National Merchants such as Target, Saks Fifth Avenue, Dick\'s Sporting Goods and many more.<br><br></p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p>Additional Savings<br>MBPA-MFBA members can purchase access to additional savings on over 300,000 brand name products and services by joining the Preferred Shopper\'s Edge or the Associated Benefit Advantage.  DON\'T HESITATE: Take the opportunity to save hundreds, even thousands of dollars each and every year. Simply click the Enroll Now button and start saving.</p><p>Have questions about our program? Please call a service representative at 1-877-799-3881 and they will answer any questions that you might have.<br>Don\'t hesitate! Enroll today and Start Saving.    <br><br></p>';
			}
			GetBullets();
		}
		/////////good Giving
		
		if(Response=='KJM Benefits')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			
			try {
			var pageTracker = _gat._getTracker("UA-16730102-1");
			pageTracker._trackPageview();
			} catch(err) {}
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">The organization is pleased  to provide this program to you and your family. The savings advantage plan has two components &ndash;<ul><li>a FREE Rewards Mall which saves you money on your internet shopping at over 1,000 retailers,AND</li><li>a number of  optional plans which you may participate in and gain additional savings based  on the types of goods and services you use on a periodic basis.</li></ul>Click on &ldquo;Enroll Now&rdquo; and  register for the Free Rewards Mall, there&rsquo;s no sign-up charge or any ongoing  fee for this program.&nbsp; Then, consider one  of the subscription plans which are also available.<br>You and your family members  are eligible for savings in the following categories:</p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p><br>  <p>Have questions about our program? Please call a service   representative at 1-877-799-3881 and they will answer any   questions that you might have. Don&rsquo;t hesitate! Enroll today and Start Saving.</p> <p class="innertext">&nbsp;</p>';
			}
			GetBullets();
		}
		
		if(Response=='Good Giving')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			
			try {
			var pageTracker = _gat._getTracker("UA-16727786-1");
			pageTracker._trackPageview();
			} catch(err) {}
			
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">The organization is pleased  to provide this program to you and your family. The savings advantage plan has two components &ndash;<ul><li>a FREE Rewards Mall which saves you money on your internet shopping at over 1,000 retailers,AND</li><li>a number of  optional plans which you may participate in and gain additional savings based  on the types of goods and services you use on a periodic basis.</li></ul>Click on &ldquo;Enroll Now&rdquo; and  register for the Free Rewards Mall, there&rsquo;s no sign-up charge or any ongoing  fee for this program.&nbsp; Then, consider one  of the subscription plans which are also available.<br>You and your family members  are eligible for savings in the following categories:</p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p><br>  <p>Have questions about our program? Please call a service   representative at 1-877-799-3881 and they will answer any   questions that you might have. Don&rsquo;t hesitate! Enroll today and Start Saving.</p> <p class="innertext">&nbsp;</p>';
			}
			GetBullets();
		}
//========================================DIVERSE LTD======================================================

		if(Response=='Diverse Ltd.')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			
			try {
			var pageTracker = _gat._getTracker("UA-16730101-1");
			pageTracker._trackPageview();
			} catch(err) {}
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">The organization is pleased  to provide this program to you and your family. The savings advantage plan has two components &ndash;<ul><li>a FREE Rewards Mall which saves you money on your internet shopping at over 1,000 retailers,AND</li><li>a number of  optional plans which you may participate in and gain additional savings based  on the types of goods and services you use on a periodic basis.</li></ul>Click on &ldquo;Enroll Now&rdquo; and  register for the Free Rewards Mall, there&rsquo;s no sign-up charge or any ongoing  fee for this program.&nbsp; Then, consider one  of the subscription plans which are also available.<br>You and your family members  are eligible for savings in the following categories:</p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p><br>  <p>Have questions about our program? Please call a service   representative at 1-877-799-3881 and they will answer any   questions that you might have. Don&rsquo;t hesitate! Enroll today and Start Saving.</p> <p class="innertext">&nbsp;</p>';
			}
			GetBullets();
		}
//==============================================================================================================
//===================================================Covenant Benefits Solutions================================
		if(Response=='Covenant Benefits Solutions')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			
			/*try {
			var pageTracker = _gat._getTracker("UA-16730102-1");
			pageTracker._trackPageview();
			} catch(err) {}*/
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">The organization is pleased  to provide this program to you and your family. The savings advantage plan has two components &ndash;<ul><li>a FREE Rewards Mall which saves you money on your internet shopping at over 1,000 retailers,AND</li><li>a number of  optional plans which you may participate in and gain additional savings based  on the types of goods and services you use on a periodic basis.</li></ul>Click on &ldquo;Enroll Now&rdquo; and  register for the Free Rewards Mall, there&rsquo;s no sign-up charge or any ongoing  fee for this program.&nbsp; Then, consider one  of the subscription plans which are also available.<br>You and your family members  are eligible for savings in the following categories:</p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p><br>  <p>Have questions about our program? Please call a service   representative at 1-877-799-3881 and they will answer any   questions that you might have. Don&rsquo;t hesitate! Enroll today and Start Saving.</p> <p class="innertext">&nbsp;</p>';
			}
			GetBullets();
		}
//==============================================================================================================
//========================================Urban League of Morris County=========================================
		if(Response=='Urban League of Morris County')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			
			try {
			var pageTracker = _gat._getTracker("UA-17122156-1");
			pageTracker._trackPageview();
			} catch(err) {}
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">The Urban League of Morris County is pleased to provide  this program to you and your family.&nbsp; The savings advantage plan has two  components &ndash;<ul><li>a  FREE Rewards Mall which saves you money on your internet shopping at over 1,000  retailers (and half of the cashback savings that you earn is donated to  the Urban League &ndash; THANK YOU)</li><li>two  optional plans which you may participate in and gain additional savings based  on the types of goods and services you use on&nbsp; periodic basis (and  the Urban League gets a donation for each of these programs that are selected &ndash; THANK YOU again)</li></ul>You and your family members  are eligible for savings in the following categories:</p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p><br>  <p>Have questions about our program? Please call a service   representative at 1-877-799-3881 and they will answer any   questions that you might have. Don&rsquo;t hesitate! Enroll today and Start Saving.</p> <p class="innertext">&nbsp;</p>';
			}
			GetBullets();
		}
//==============================================================================================================
//========================================Harry Esralew=========================================================
		if(Response=='Titan Industries')
		{
						document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
						document.getElementById('logos2').src = 'images/index_0111micard.jpg';
						document.getElementById('hrheading').innerHTML= '<img src="images/index_harry.jpg" width="543" height="48" alt="About MiCARD">';
						document.getElementById('hrheading2').src= 'images/index_harry2.jpg';
						
						document.getElementById('img').innerHTML='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="990" height="278" id="main" align="middle">'+
					'<param name="allowScriptAccess" value="sameDomain" />'+
					'<param name="movie" value="../images/alternative-he.swf" />'+
					'<PARAM NAME=FlashVars VALUE="userName='+domain+'"/>'+
					'<param name="wmode" value="Transparent">'+
					'<param name="quality" value="high" />'+					
					'<embed src="../images/alternative-he.swf" FlashVars="userName='+domain+'" quality="high"  width="990" height="278" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="Transparent" />'+
					'</object>'
					
						document.getElementById('TAG').innerHTML= '<span class="innertext" style="text-align:left; padding-left=15px;"><br /><strong>MiCARD holds:</strong><table width="525" border="0" cellpadding="1" cellspacing="0" class="copyright1" style="font-size=11px"><tr><td colspan="6" align="left" valign="top" class="normaltext2"><img src="images/1x1.gif" width="1" height="5"></td></tr><tr><td width="13" class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td width="183" class="innertext">Critical Medical Conditions</td><td width="10" class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td width="182" class="innertext">Physician Information</td><td width="7" class="innertext">&nbsp;</td><td width="118" class="innertext" >&nbsp;</td></tr><tr><td valign="top" class="innertext"><table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td height="11" valign="bottom" scope="col"><img src="../images/bullet.jpg" width="7" height="7"></td></tr></table></td><td valign="top" class="innertext">Personal Photo</td><td valign="top" class="innertext"><table width="10" border="0" cellspacing="0" cellpadding="0"><tr><th height="11" align="left" valign="bottom" scope="col"><img src="../images/bullet.jpg" width="7" height="7"></th></tr></table></td><td valign="top" class="innertext">Medication and Dosages</td><td class="innertext">&nbsp;</td><td class="innertext">&nbsp;</td></tr><tr><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Blood Type</td><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Allergies</td><td class="innertext">&nbsp;</td><td class="innertext">&nbsp;</td></tr><tr><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Insurance information</td><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Prescription Data</td><td class="innertext">&nbsp;</td><td class="innertext">&nbsp;</td></tr></table><p><strong>Peace of Mind</strong></p><p>Having accurate information about your medical  conditions, allergies, medications and other data can give medical responders a  critical advantage.&nbsp; Many doctors consider the first 60 minutes after a  trauma to be the &ldquo;golden hour,&rdquo; since treatments offered sooner can increase  their effectiveness. &nbsp;Your MiCARD ensures that needed data is available as  soon as the ambulance arrives.</p></span>';
						
						try {
						var pageTracker = _gat._getTracker("UA-17286094-1");
						pageTracker._trackPageview();
						} catch(err) {}
						
						
						
						if (document.getElementById('sponsertext')!=null)
						{
							document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
						}
						if (document.getElementById('Progname')!=null)
						{
							document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
						}
						if (document.getElementById('ProgDes')!=null)
						{
							document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
						}
						if (document.getElementById('ProgPlus')!=null)
						{
							document.getElementById('ProgPlus').innerHTML= Response;
						}
						if (document.getElementById('ProgSim')!=null)
						{
							document.getElementById('ProgSim').innerHTML= Response;
						}
						if (document.getElementById('level')!=null)
						{
							document.getElementById('level').value= Response;
						}
						if (document.getElementById('bullettop')!=null)
						{
							document.getElementById('bullettop').innerHTML= '<p class="innertext"><strong>Discover  MiCARD</strong><p>MiCARD is an  innovative system that makes it easy to update and carry your medical  records.&nbsp; The MiCARD system includes a secure, private web profile for  updating information, a small portable card with a color screen, and 24/7 phone  support for managing your MiCARD data and device.</p><p>MiCARD is an  affordable way to discover peace of mind, knowing that in an emergency,  caregivers and medical teams will have immediate access to accurate medical  data.</p><p>In an emergency,  doctors, nurses, EMTs, police and fire dept. personnel push the activation  buttons to instantly access medical information on a high-resolution  screen.&nbsp;No computer is needed to access your data during an emergency.</p></p>';
						}
						if (document.getElementById('bulletbottom')!=null)
						{
							document.getElementById('bulletbottom').innerHTML= '';
						}
						//GetBullets();
					}
//==============================================================================================================
//========================================Worksite Integrated Network===========================================
		if(Response=='Worksite Integrated Network')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			
			/*try {
			var pageTracker = _gat._getTracker("UA-16727786-1");
			pageTracker._trackPageview();
			} catch(err) {}*/
			
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">The organization is pleased  to provide this program to you and your family. The savings advantage plan has two components &ndash;<ul><li>a FREE Rewards Mall which saves you money on your internet shopping at over 1,000 retailers,AND</li><li>a number of  optional plans which you may participate in and gain additional savings based  on the types of goods and services you use on a periodic basis.</li></ul>Click on &ldquo;Enroll Now&rdquo; and  register for the Free Rewards Mall, there&rsquo;s no sign-up charge or any ongoing  fee for this program.&nbsp; Then, consider one  of the subscription plans which are also available.<br>You and your family members  are eligible for savings in the following categories:</p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p><p>Have questions about our program? Please call a service   representative at 1-877-799-3881 and they will answer any   questions that you might have. Don&rsquo;t hesitate! Enroll today and Start Saving.</p> <p class="innertext">&nbsp;</p>';
			}
			GetBullets();
		}
//==============================================================================================================
//========================================BeniMax===========================================
		if(Response=='BeniMax')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			document.getElementById('sacheading3').innerHTML= '<img src="images/index_benimax.jpg" alt="" width="433" height="48" border="0" usemap="#hrheading2Map"><map name="hrheading2Map"><area shape="rect" coords="7,2,257,45" href="beni-max/"><area shape="rect" coords="262,1,429,46" href="member-signup.php"></map>';
			/*try {
			var pageTracker = _gat._getTracker("UA-16727786-1");
			pageTracker._trackPageview();
			} catch(err) {}*/
			
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">The organization is pleased  to provide this program to you and your family. The savings advantage plan has two components &ndash;<ul><li>a FREE Rewards Mall which saves you money on your internet shopping at over 1,000 retailers,AND</li><li>a number of  optional plans which you may participate in and gain additional savings based  on the types of goods and services you use on a periodic basis.</li></ul>Click on &ldquo;Enroll Now&rdquo; and  register for the Free Rewards Mall, there&rsquo;s no sign-up charge or any ongoing  fee for this program.&nbsp; Then, consider one  of the subscription plans which are also available.<br>You and your family members  are eligible for savings in the following categories:</p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p><br>  <p>Have questions about our program? Please call a service   representative at 1-877-799-3881 and they will answer any   questions that you might have. Don&rsquo;t hesitate! Enroll today and Start Saving.</p> <p class="innertext">&nbsp;</p>';
			}
			GetBullets();
		}
//==============================================================================================================
//========================================Gotts & Associates ===================================================
		if(Response=='Gotts & Associates')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			
			/*try {
			var pageTracker = _gat._getTracker("UA-16727786-1");
			pageTracker._trackPageview();
			} catch(err) {}*/
			
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">The organization is pleased  to provide this program to you and your family. The savings advantage plan has two components &ndash;<ul><li>a FREE Rewards Mall which saves you money on your internet shopping at over 1,000 retailers,AND</li><li>a number of  optional plans which you may participate in and gain additional savings based  on the types of goods and services you use on a periodic basis.</li></ul>Click on &ldquo;Enroll Now&rdquo; and  register for the Free Rewards Mall, there&rsquo;s no sign-up charge or any ongoing  fee for this program.&nbsp; Then, consider one  of the subscription plans which are also available.<br>You and your family members  are eligible for savings in the following categories:</p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p><br>  <p>Have questions about our program? Please call a service   representative at 1-877-799-3881 and they will answer any   questions that you might have. Don&rsquo;t hesitate! Enroll today and Start Saving.</p> <p class="innertext">&nbsp;</p>';
			}
			GetBullets();
		}
//==============================================================================================================
//========================================Castle Benefits Consulting Group======================================
		if(Response=='Castle Benefits Consulting Group')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			
			/*try {
			var pageTracker = _gat._getTracker("UA-16727786-1");
			pageTracker._trackPageview();
			} catch(err) {}*/
			
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">The organization is pleased  to provide this program to you and your family. The savings advantage plan has two components &ndash;<ul><li>a FREE Rewards Mall which saves you money on your internet shopping at over 1,000 retailers,AND</li><li>a number of  optional plans which you may participate in and gain additional savings based  on the types of goods and services you use on a periodic basis.</li></ul>Click on &ldquo;Enroll Now&rdquo; and  register for the Free Rewards Mall, there&rsquo;s no sign-up charge or any ongoing  fee for this program.&nbsp; Then, consider one  of the subscription plans which are also available.<br>You and your family members  are eligible for savings in the following categories:</p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p><br>  <p>Have questions about our program? Please call a service   representative at 1-877-799-3881 and they will answer any   questions that you might have. Don&rsquo;t hesitate! Enroll today and Start Saving.</p> <p class="innertext">&nbsp;</p>';
			}
			GetBullets();
		}
//==============================================================================================================
//========================================Beni-Max===========================================
		if(Response=='Beni-Max')
		{
						document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
						document.getElementById('logos2').src = 'images/index_0111micard.jpg';						
						document.getElementById('hrheading').innerHTML= '<img src="images/index_harry.jpg" width="543" height="48" alt="About MiCARD">';
						document.getElementById('sacheading3').innerHTML= '<img src="images/index_beni-max.jpg" alt="" width="433" height="48" border="0" usemap="#hrheading2Map"><map name="hrheading2Map"><area shape="rect" coords="7,2,257,45" href="benimax/"><area shape="rect" coords="262,1,429,46" href="member-signup.php"></map>';
						
						document.getElementById('img').innerHTML='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="990" height="278" id="main" align="middle">'+
					'<param name="allowScriptAccess" value="sameDomain" />'+
					'<param name="movie" value="../images/alternative-he.swf" />'+
					'<PARAM NAME=FlashVars VALUE="userName='+domain+'"/>'+
					'<param name="wmode" value="Transparent">'+
					'<param name="quality" value="high" />'+					
					'<embed src="../images/alternative-he.swf" FlashVars="userName='+domain+'" quality="high"  width="990" height="278" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="Transparent" />'+
					'</object>'
					
						document.getElementById('TAG').innerHTML= '<span class="innertext" style="text-align:left; padding-left=15px;"><br /><strong>MiCARD holds:</strong><table width="525" border="0" cellpadding="1" cellspacing="0" class="copyright1" style="font-size=11px"><tr><td colspan="6" align="left" valign="top" class="normaltext2"><img src="images/1x1.gif" width="1" height="5"></td></tr><tr><td width="13" class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td width="183" class="innertext">Critical Medical Conditions</td><td width="10" class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td width="182" class="innertext">Physician Information</td><td width="7" class="innertext">&nbsp;</td><td width="118" class="innertext" >&nbsp;</td></tr><tr><td valign="top" class="innertext"><table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td height="11" valign="bottom" scope="col"><img src="../images/bullet.jpg" width="7" height="7"></td></tr></table></td><td valign="top" class="innertext">Personal Photo</td><td valign="top" class="innertext"><table width="10" border="0" cellspacing="0" cellpadding="0"><tr><th height="11" align="left" valign="bottom" scope="col"><img src="../images/bullet.jpg" width="7" height="7"></th></tr></table></td><td valign="top" class="innertext">Medication and Dosages</td><td class="innertext">&nbsp;</td><td class="innertext">&nbsp;</td></tr><tr><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Blood Type</td><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Allergies</td><td class="innertext">&nbsp;</td><td class="innertext">&nbsp;</td></tr><tr><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Insurance information</td><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Prescription Data</td><td class="innertext">&nbsp;</td><td class="innertext">&nbsp;</td></tr></table><p><strong>Peace of Mind</strong></p><p>Having accurate information about your medical  conditions, allergies, medications and other data can give medical responders a  critical advantage.&nbsp; Many doctors consider the first 60 minutes after a  trauma to be the &ldquo;golden hour,&rdquo; since treatments offered sooner can increase  their effectiveness. &nbsp;Your MiCARD ensures that needed data is available as  soon as the ambulance arrives.</p></span>';
						
					/*	try {
						var pageTracker = _gat._getTracker("UA-17286094-1");
						pageTracker._trackPageview();
						} catch(err) {}*/
						
						
						
						if (document.getElementById('sponsertext')!=null)
						{
							document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
						}
						if (document.getElementById('Progname')!=null)
						{
							document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
						}
						if (document.getElementById('ProgDes')!=null)
						{
							document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
						}
						if (document.getElementById('ProgPlus')!=null)
						{
							document.getElementById('ProgPlus').innerHTML= Response;
						}
						if (document.getElementById('ProgSim')!=null)
						{
							document.getElementById('ProgSim').innerHTML= Response;
						}
						if (document.getElementById('level')!=null)
						{
							document.getElementById('level').value= Response;
						}
						if (document.getElementById('bullettop')!=null)
						{
							document.getElementById('bullettop').innerHTML= '<p class="innertext"><strong>Discover  MiCARD</strong><p>MiCARD is an  innovative system that makes it easy to update and carry your medical  records.&nbsp; The MiCARD system includes a secure, private web profile for  updating information, a small portable card with a color screen, and 24/7 phone  support for managing your MiCARD data and device.</p><p>MiCARD is an  affordable way to discover peace of mind, knowing that in an emergency,  caregivers and medical teams will have immediate access to accurate medical  data.</p><p>In an emergency,  doctors, nurses, EMTs, police and fire dept. personnel push the activation  buttons to instantly access medical information on a high-resolution  screen.&nbsp;No computer is needed to access your data during an emergency.</p></p>';
						}
						if (document.getElementById('bulletbottom')!=null)
						{
							document.getElementById('bulletbottom').innerHTML= '';
						}
						//GetBullets();
					}
//==============================================================================================================
//========================================Grey Health & Wellness Ventures=======================================
		if(Response=='Grey Health & Wellness Ventures')
		{
						document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
						document.getElementById('logos2').src = 'images/index_0111micard.jpg';
						document.getElementById('hrheading').innerHTML= '<img src="images/index_harry.jpg" width="543" height="48" alt="About MiCARD">';
						document.getElementById('hrheading2').src= 'images/index_harry2.jpg';
						
						document.getElementById('img').innerHTML='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="990" height="278" id="main" align="middle">'+
					'<param name="allowScriptAccess" value="sameDomain" />'+
					'<param name="movie" value="../images/alternative-he.swf" />'+
					'<PARAM NAME=FlashVars VALUE="userName='+domain+'"/>'+
					'<param name="wmode" value="Transparent">'+
					'<param name="quality" value="high" />'+					
					'<embed src="../images/alternative-he.swf" FlashVars="userName='+domain+'" quality="high"  width="990" height="278" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="Transparent" />'+
					'</object>'
					
						document.getElementById('TAG').innerHTML= '<span class="innertext" style="text-align:left; padding-left=15px;"><br /><strong>MiCARD holds:</strong><table width="525" border="0" cellpadding="1" cellspacing="0" class="copyright1" style="font-size=11px"><tr><td colspan="6" align="left" valign="top" class="normaltext2"><img src="images/1x1.gif" width="1" height="5"></td></tr><tr><td width="13" class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td width="183" class="innertext">Critical Medical Conditions</td><td width="10" class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td width="182" class="innertext">Physician Information</td><td width="7" class="innertext">&nbsp;</td><td width="118" class="innertext" >&nbsp;</td></tr><tr><td valign="top" class="innertext"><table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td height="11" valign="bottom" scope="col"><img src="../images/bullet.jpg" width="7" height="7"></td></tr></table></td><td valign="top" class="innertext">Personal Photo</td><td valign="top" class="innertext"><table width="10" border="0" cellspacing="0" cellpadding="0"><tr><th height="11" align="left" valign="bottom" scope="col"><img src="../images/bullet.jpg" width="7" height="7"></th></tr></table></td><td valign="top" class="innertext">Medication and Dosages</td><td class="innertext">&nbsp;</td><td class="innertext">&nbsp;</td></tr><tr><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Blood Type</td><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Allergies</td><td class="innertext">&nbsp;</td><td class="innertext">&nbsp;</td></tr><tr><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Insurance information</td><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Prescription Data</td><td class="innertext">&nbsp;</td><td class="innertext">&nbsp;</td></tr></table><p><strong>Peace of Mind</strong></p><p>Having accurate information about your medical  conditions, allergies, medications and other data can give medical responders a  critical advantage.&nbsp; Many doctors consider the first 60 minutes after a  trauma to be the &ldquo;golden hour,&rdquo; since treatments offered sooner can increase  their effectiveness. &nbsp;Your MiCARD ensures that needed data is available as  soon as the ambulance arrives.</p></span>';
						
					/*	try {
						var pageTracker = _gat._getTracker("UA-17286094-1");
						pageTracker._trackPageview();
						} catch(err) {}*/
						
						
						
						if (document.getElementById('sponsertext')!=null)
						{
							document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
						}
						if (document.getElementById('Progname')!=null)
						{
							document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
						}
						if (document.getElementById('ProgDes')!=null)
						{
							document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
						}
						if (document.getElementById('ProgPlus')!=null)
						{
							document.getElementById('ProgPlus').innerHTML= Response;
						}
						if (document.getElementById('ProgSim')!=null)
						{
							document.getElementById('ProgSim').innerHTML= Response;
						}
						if (document.getElementById('level')!=null)
						{
							document.getElementById('level').value= Response;
						}
						if (document.getElementById('bullettop')!=null)
						{
							document.getElementById('bullettop').innerHTML= '<p class="innertext"><strong>Discover  MiCARD</strong><p>MiCARD is an  innovative system that makes it easy to update and carry your medical  records.&nbsp; The MiCARD system includes a secure, private web profile for  updating information, a small portable card with a color screen, and 24/7 phone  support for managing your MiCARD data and device.</p><p>MiCARD is an  affordable way to discover peace of mind, knowing that in an emergency,  caregivers and medical teams will have immediate access to accurate medical  data.</p><p>In an emergency,  doctors, nurses, EMTs, police and fire dept. personnel push the activation  buttons to instantly access medical information on a high-resolution  screen.&nbsp;No computer is needed to access your data during an emergency.</p></p>';
						}
						if (document.getElementById('bulletbottom')!=null)
						{
							document.getElementById('bulletbottom').innerHTML= '';
						}
						//GetBullets();
					}
//==============================================================================================================
//========================================Dr. Larry Shank=======================================================
		if(Response=='Dr. Larry Shank')
		{
						document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
						document.getElementById('logos2').src = 'images/index_0111micard.jpg';
						document.getElementById('hrheading').innerHTML= '<img src="images/index_harry.jpg" width="543" height="48" alt="About MiCARD">';
						document.getElementById('hrheading2').src= 'images/index_harry2.jpg';
						
						document.getElementById('img').innerHTML='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="990" height="278" id="main" align="middle">'+
					'<param name="allowScriptAccess" value="sameDomain" />'+
					'<param name="movie" value="../images/alternative-he.swf" />'+
					'<PARAM NAME=FlashVars VALUE="userName='+domain+'"/>'+
					'<param name="wmode" value="Transparent">'+
					'<param name="quality" value="high" />'+					
					'<embed src="../images/alternative-he.swf" FlashVars="userName='+domain+'" quality="high"  width="990" height="278" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="Transparent" />'+
					'</object>'
					
						document.getElementById('TAG').innerHTML= '<span class="innertext" style="text-align:left; padding-left=15px;"><br /><strong>MiCARD holds:</strong><table width="525" border="0" cellpadding="1" cellspacing="0" class="copyright1" style="font-size=11px"><tr><td colspan="6" align="left" valign="top" class="normaltext2"><img src="images/1x1.gif" width="1" height="5"></td></tr><tr><td width="13" class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td width="183" class="innertext">Critical Medical Conditions</td><td width="10" class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td width="182" class="innertext">Physician Information</td><td width="7" class="innertext">&nbsp;</td><td width="118" class="innertext" >&nbsp;</td></tr><tr><td valign="top" class="innertext"><table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td height="11" valign="bottom" scope="col"><img src="../images/bullet.jpg" width="7" height="7"></td></tr></table></td><td valign="top" class="innertext">Personal Photo</td><td valign="top" class="innertext"><table width="10" border="0" cellspacing="0" cellpadding="0"><tr><th height="11" align="left" valign="bottom" scope="col"><img src="../images/bullet.jpg" width="7" height="7"></th></tr></table></td><td valign="top" class="innertext">Medication and Dosages</td><td class="innertext">&nbsp;</td><td class="innertext">&nbsp;</td></tr><tr><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Blood Type</td><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Allergies</td><td class="innertext">&nbsp;</td><td class="innertext">&nbsp;</td></tr><tr><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Insurance information</td><td class="innertext"><img src="../images/bullet.jpg" width="7" height="7"></td><td class="innertext">Prescription Data</td><td class="innertext">&nbsp;</td><td class="innertext">&nbsp;</td></tr></table><p><strong>Peace of Mind</strong></p><p>Having accurate information about your medical  conditions, allergies, medications and other data can give medical responders a  critical advantage.&nbsp; Many doctors consider the first 60 minutes after a  trauma to be the &ldquo;golden hour,&rdquo; since treatments offered sooner can increase  their effectiveness. &nbsp;Your MiCARD ensures that needed data is available as  soon as the ambulance arrives.</p></span>';
						
					/*	try {
						var pageTracker = _gat._getTracker("UA-17286094-1");
						pageTracker._trackPageview();
						} catch(err) {}*/
						
						
						
						if (document.getElementById('sponsertext')!=null)
						{
							document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
						}
						if (document.getElementById('Progname')!=null)
						{
							document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
						}
						if (document.getElementById('ProgDes')!=null)
						{
							document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
						}
						if (document.getElementById('ProgPlus')!=null)
						{
							document.getElementById('ProgPlus').innerHTML= Response;
						}
						if (document.getElementById('ProgSim')!=null)
						{
							document.getElementById('ProgSim').innerHTML= Response;
						}
						if (document.getElementById('level')!=null)
						{
							document.getElementById('level').value= Response;
						}
						if (document.getElementById('bullettop')!=null)
						{
							document.getElementById('bullettop').innerHTML= '<p class="innertext"><strong>Discover  MiCARD</strong><p>MiCARD is an  innovative system that makes it easy to update and carry your medical  records.&nbsp; The MiCARD system includes a secure, private web profile for  updating information, a small portable card with a color screen, and 24/7 phone  support for managing your MiCARD data and device.</p><p>MiCARD is an  affordable way to discover peace of mind, knowing that in an emergency,  caregivers and medical teams will have immediate access to accurate medical  data.</p><p>In an emergency,  doctors, nurses, EMTs, police and fire dept. personnel push the activation  buttons to instantly access medical information on a high-resolution  screen.&nbsp;No computer is needed to access your data during an emergency.</p></p>';
						}
						if (document.getElementById('bulletbottom')!=null)
						{
							document.getElementById('bulletbottom').innerHTML= '';
						}
						//GetBullets();
					}
//==============================================================================================================
//===================================================My Utility Brokers================================
		if(Response=='My Utility Brokers')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="https://www.savingsadvantagecard.com/images/'+Response+'.jpg"></a>';
			
			try {
			var pageTracker = _gat._getTracker("UA-21080847-1");
			pageTracker._trackPageview();
			} catch(err) {}
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= "<p>MyUtilityBrokers.com is offering 2 powerful savings programs  designed to provide you and your family with significant discounts on a wide  variety of products and services you use every day.&nbsp; Choose from the  following programs and save: </p><p><strong>Savings Advantage Ultimate</strong><br> Save on all services provided in the Savings Advantage Plus  Program along with Identity Theft and The Expense Tracker, the voice or text  activated tool no business person should be without.&nbsp;&nbsp; Click on  Enroll Now and review a full benefit listing.</p><p><strong>Bonus Savings</strong><br>As an additional value, members that enroll in our programs  will receive $25 in complimentary dining certificates every month that you  participate in the program.&nbsp; That&rsquo;s right, participating members will  receive $300 in dining benefits each and every year.&nbsp; Don&rsquo;t delay.&nbsp;  Join now and take advantage of this complimentary offer.</p><p class='innertext'>&nbsp;</p>";
			}
			
			if (document.getElementById('BulletTable')!=null)
			{
			document.getElementById('BulletTable').innerHTML= '';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
			document.getElementById('bulletbottom').innerHTML= '';
			}
			
			
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			
			
		}
//==============================================================================================================

//===================================================Benevolent================================
		if(Response=='Benevolent')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="https://www.savingsadvantagecard.com/images/'+Response+'.jpg"></a>';
			
			/*try {
			var pageTracker = _gat._getTracker("UA-21080847-1");
			pageTracker._trackPageview();
			} catch(err) {}*/
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
				document.getElementById('bullettop').innerHTML= "<p>Benevolent is offering 2 powerful savings programs  designed to provide you and your family with significant discounts on a wide  variety of products and services you use every day.&nbsp; Choose from the  following programs and save:</p> <p><strong>Savings Advantage Plus</strong><br> Save on over 30 benefits ranging from Pet Care to Travel,  Auto Care, Roadside Assistance, Legal, Shopping and Fitness Services.&nbsp;  Join the millions of members that save hundreds, even thousands of dollars on  Movie Tickets, Theme Parks, Grocery Coupons, Restaurants and much, much  more.&nbsp; Click on Enroll Now review a full benefit listing.</p> <p><strong>Savings Advantage Ultimate</strong><br> Save on all services provided in the Savings Advantage Plus  Program along with Identity Theft and The Expense Tracker, the voice or text  activated tool no business person should be without.&nbsp;&nbsp; Click on  Enroll Now and review a full benefit listing.</p><p><strong>Bonus Savings</strong><br>As an additional value, members that enroll in our programs  will receive $25 in complimentary dining certificates every month that you  participate in the program.&nbsp; That&rsquo;s right, participating members will  receive $300 in dining benefits each and every year.&nbsp; Don&rsquo;t delay.&nbsp;  Join now and take advantage of this complimentary offer.</p><p class='innertext'>&nbsp;</p>";

			
			document.getElementById('BulletTable').innerHTML= '';
			document.getElementById('bulletbottom').innerHTML= '';
			
			
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			
			
		}
//==============================================================================================================
//===================================================Global Strategic Vision================================
		if(Response=='Global Strategic Vision')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="https://www.savingsadvantagecard.com/images/'+Response+'.jpg"></a>';
			
			/*try {
			var pageTracker = _gat._getTracker("UA-21080847-1");
			pageTracker._trackPageview();
			} catch(err) {}*/
			

			document.getElementById('logos2').src = 'images/platinum-plan.jpg';
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response;
			}
			
		if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= "<p>Global Strategic Vision is offering a powerful savings program  designed to provide you and your family with significant discounts on a wide  variety of products and services you use every day.&nbsp; Choose from the  following programs and save: </p><p><strong>R2010 Platinum Plan</strong><br> Save on all services provided in the R2010 Platinum Plan along with Identity Theft and The Expense Tracker, the voice or text  activated tool no business person should be without.&nbsp;&nbsp; Click on  Enroll Now and review a full benefit listing.</p><p class='innertext'>&nbsp;</p>";
			}
			
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+", providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" will save you money. Why not give it a try? We know you'll be glad you did. Just complete the form below to get started";
			}
			
			if (document.getElementById('BulletTable')!=null)
			{
				document.getElementById('BulletTable').innerHTML= '';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '';
			}
			if (document.getElementById('isrem')!=null)
			{
				document.getElementById('isrem').innerHTML= '';
			}
			if (document.getElementById('isrem2')!=null)
			{
				document.getElementById('isrem2').innerHTML= '';
			}
			if (document.getElementById('isrem3')!=null)
			{
				document.getElementById('isrem3').innerHTML= '';
			}
			
			if (document.getElementById('privlast')!=null)
			{
				document.getElementById('privlast').innerHTML= 'At Benefit Alternative, your business is important to us, and we promise to do our best to safeguard your financial assets and personal and financial information about you.  If at any time we can help you further, please contact us by <a href="contactus.php">clicking here</a>';
			}
			
			
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			
			
		}
//==============================================================================================================


//===================================================Global Strategic Expense Tracker================================
		if(Response=='Global Strategic Expense Tracker')
		{
			
			Response='Global Strategic Vision';
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="https://www.savingsadvantagecard.com/images/'+Response+'.jpg"></a>';
			
			/*try {
			var pageTracker = _gat._getTracker("UA-21080847-1");
			pageTracker._trackPageview();
			} catch(err) {}*/
			
			
			document.getElementById('logos2').src = 'images/expense-tracker.jpg';
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response;
	
			}
			
			
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('bullettop').innerHTML= "<p>The Expense Tracker is the leader in helping individuals,  sales people and business owners manage their expenses through a proprietary  system that allows access by Voice, Text or Online.  TET is easy to use and provides an efficient  way to track both household and business expenditures.  Know exactly how your spending decisions  affect the amount of money left at the end of each month or each year.</p><p>Imagine being able to leave a meeting and in seconds submit  your mileage and other expenses via Voice or Text and have them spread sheeted  to Excel for easy access.  Then the Voice  and Text information is stored on a secured server for up to 7 years in case  you ever have to provide the information for audits or any other reason.  JOIN NOW.   The Expense Tracker has you covered with a wide array of dynamic tools  to assist you in building your business and personal finances to the next level.</p>";
			}
			
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+", providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" will save you money. Why not give it a try? We know you'll be glad you did. Just complete the form below to get started";
			}
			
			if (document.getElementById('BulletTable')!=null)
			{
				document.getElementById('BulletTable').innerHTML= '';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '';
			}	
			if (document.getElementById('isrem')!=null)
			{
				document.getElementById('isrem').innerHTML= '';
			}
			if (document.getElementById('isrem2')!=null)
			{
				document.getElementById('isrem2').innerHTML= '';
			}
			if (document.getElementById('isrem3')!=null)
			{
				document.getElementById('isrem3').innerHTML= '';
			}
			
			if (document.getElementById('privlast')!=null)
			{
				document.getElementById('privlast').innerHTML= 'At Benefit Alternative, your business is important to us, and we promise to do our best to safeguard your financial assets and personal and financial information about you.  If at any time we can help you further, please contact us by <a href="contactus.php">clicking here</a>';
			}
			
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			
			
		}
//==============================================================================================================

//===================================================Global Strategic Voice on the Go================================
		if(Response=='Global Strategic Voice on the Go')
		{
			Response='Global Strategic Vision';
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="https://www.savingsadvantagecard.com/images/'+Response+'.jpg"></a>';
			
			/*try {
			var pageTracker = _gat._getTracker("UA-21080847-1");
			pageTracker._trackPageview();
			} catch(err) {}*/
			
			document.getElementById('logos2').src = 'images/voice-on-the-go.jpg';
			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
			
				document.getElementById('bullettop').innerHTML= "<p><strong>Voice on the GO</strong></p><p>Join the millions of people that e-mail, text and call by  using voice commands from any mobile phone, even while driving.  That's right, you can send and receive your  e-mail and text messages while never taking your eyes off the road or your hands  off the wheel.</p><p><strong>Key Benefits</strong></p><ul><li>Listen to and Delete e-mail by Voice<strong></strong></li><li>Compose e-mail – Forward and Reply by Voice<strong></strong></li><li>Compose Texts by Voice<strong></strong></li><li>Call Contacts by Voice<strong></strong></li></ul><p><strong>Features</strong></p><ul><li>Works on <strong>ALL </strong>mobile phones, both Smartphone and Basic feature phones including  Blackberry, IPhone, Android, Nokia, Samsung and Windows Mobile<strong></strong></li><li>Works on any Bluetooth device, Wire-headset,  Speakerphone or In-car Kit<strong></strong></li><li>No voice training required<strong></strong></li><li>Works with <strong>ANY</strong> carrier network<strong></strong></li><li>Local access numbers worldwide</li></ul><p class='innertext'>&nbsp;</p>";
			}
			
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+", providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" will save you money. Why not give it a try? We know you'll be glad you did. Just complete the form below to get started";
			}
			
			if (document.getElementById('BulletTable')!=null)
			{
				document.getElementById('BulletTable').innerHTML= '';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '';
			}
			if (document.getElementById('isrem')!=null)
			{
				document.getElementById('isrem').innerHTML= '';
			}
			if (document.getElementById('isrem2')!=null)
			{
				document.getElementById('isrem2').innerHTML= '';
			}
			if (document.getElementById('isrem3')!=null)
			{
				document.getElementById('isrem3').innerHTML= '';
			}
			if (document.getElementById('privlast')!=null)
			{
				document.getElementById('privlast').innerHTML= 'At Benefit Alternative, your business is important to us, and we promise to do our best to safeguard your financial assets and personal and financial information about you.  If at any time we can help you further, please contact us by <a href="contactus.php">clicking here</a>';
			}
			
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			
			
		}
//==============================================================================================================





		///////////////////
		if(Response=='Bradenton Herald')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			try {
			var pageTracker = _gat._getTracker("UA-16727699-1");
			pageTracker._trackPageview();
			} catch(err) {}
			
			
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">Welcome to the Bradenton Herald Savings Advantage program. As a member of Bradenton Herald, you will receive Free Access to substantial savings through Your Rewards Mall and Dubli Auctioneer. Simply go to www.yourrewardsmall.com, enroll and begin saving at over 1000 National Merchants such as Target, Saks Fifth Avenue, Dick\'s Sporting Goods and many more.<br><br></p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p>Additional Savings<br>Bradenton Herald members can purchase access to additional savings on over 300,000 brand name products and services by joining the Preferred Shopper\'s Edge or the Associated Benefit Advantage.  DON\'T HESITATE: Take the opportunity to save hundreds, even thousands of dollars each and every year. Simply click the Enroll Now button and start saving.</p><p>Have questions about our program? Please call a service representative at 1-877-799-3881 and they will answer any questions that you might have.<br>Don\'t hesitate! Enroll today and Start Saving.    <br><br></p>';
			}
			GetBullets();
		}
		if(Response=='Benefitz Plus')
		{
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			try {
			var pageTracker = _gat._getTracker("UA-11946875-1");
			pageTracker._trackPageview();
			} catch(err) {}

			
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">The Benefitz Plus Savings Advantage Program is a powerful savings program designed to provide you and your family with significant discounts and on a wide variety of easily accessed everyday products and services. Our members and their families enjoy savings in the following categories:<br><br></p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p><br>Benefitz Plus Savings Advantage Premium<br>As an additional value, members who enroll in the Benefitz Plus Savings Advantage Premium will receive a complimentary $25.00 dining certificate every month that they participate in the program. That’s right, participating members will receive $300.00 in free dining certificates each and every year. Join now and take advantage of this complimentary gift.</p><p>Have questions about our program? Please call a service representative at 1-877-799-3881 and they will answer any questions that you might have. Don’t hesitate! Enroll today and Start Saving.<br><br></p>';
			}
			if (document.getElementById('Proginfo')!=null)
			{
				
				document.getElementById('Proginfo').innerHTML="<p><U><U><br>Program Information<br /></U></U>Benefitz Plus<br />             Phone:&nbsp;215-938-8999<br>Fax:&nbsp; 267-722-8426<br> <br><U>Customer</U><U> Service &amp; Fulfillment   Center<br /> </U>Phone:&nbsp;215-938-8999<br>Fax:&nbsp; &nbsp;&nbsp; 267-722-8426<br />Email: <a title='blocked::mailto:administration@benefitalternative.com' href='mailto:customerservice@benefitalternative.com' class='text001whit-arial-11pt'>customerservice@benefitalternative.com<br /></a></p></p>";
			}
			if (document.getElementById('salesInfo')!=null)
			{
				document.getElementById('salesInfo').innerHTML="<U><br>Sales<br /></U>Phone:&nbsp;215-938-8999<br>Fax:&nbsp; 267-722-8426<br />   Email: <a title='blocked::mailto:customerservice@benefitalternative.com' href='mailto:customerservice@benefitalternative.com' class='text001whit-arial-11pt'>customerservice@benefitalternative.com</a> <br> <br> <br><br><U>Partner Marketing &amp; Affiliate   Relations<br /></U>Phone:&nbsp;215-938-8999<br>      Fax:&nbsp; 267-722-8426<br />Email: <a title='blocked::mailto:customerservice@benefitalternative.com' href='mailto:customerservice@benefitalternative.com' class='text001whit-arial-11pt'>customerservice@benefitalternative.com<br /></a>";
			}
			GetBullets();
		}
		
		if(Response=='Affordable Benefitz')
		{
			try {
			var pageTracker = _gat._getTracker("UA-16727697-1");
			pageTracker._trackPageview();
			} catch(err) {}
			
			
			document.getElementById('logo').innerHTML = '<a href="https://www.savingsadvantagecard.com/"><img src="images/'+Response+'.jpg"></a>';
			if (document.getElementById('sponsertext')!=null)
			{
				document.getElementById('sponsertext').innerHTML= '…Sponsored by '+ Response;
			}
			if (document.getElementById('Progname')!=null)
			{
				document.getElementById('Progname').innerHTML= Response+' Savings Advantage Card Program';
			}
			if (document.getElementById('ProgDes')!=null)
			{
				document.getElementById('ProgDes').innerHTML= "Congratulations and thank you for your interest in the "+Response+" Savings Advantage Card, providing our members the opportunity to save hundreds   or even thousands of dollars per year. "+Response+" Savings Advantage saves members money on dining, shopping, travel, entertainment,   auto care, recreation and much more. Whether you travel, shop online or simple   like to enjoy a good movie the "+Response+" Savings Advantage   will save you money. Why not give it a try? We know you'll be glad you did. Just   complete the form below to get started";
			}
			if (document.getElementById('ProgPlus')!=null)
			{
				document.getElementById('ProgPlus').innerHTML= Response;
			}
			if (document.getElementById('ProgSim')!=null)
			{
				document.getElementById('ProgSim').innerHTML= Response;
			}
			if (document.getElementById('level')!=null)
			{
				document.getElementById('level').value= Response;
			}
			if (document.getElementById('bullettop')!=null)
			{
				document.getElementById('bullettop').innerHTML= '<p class="innertext">The Affordable Benefitz Savings Advantage Program is a powerful savings program designed to provide you and your family with significant discounts and on a wide variety of easily accessed everyday products and services. Our members and their families enjoy savings in the following categories:<br><br></p>';
			}
			if (document.getElementById('bulletbottom')!=null)
			{
				document.getElementById('bulletbottom').innerHTML= '<p><br>Affordable Benefitz Savings Advantage Premium<br>As an additional value, members who enroll in the Affordable Benefitz Savings Advantage Premium will receive a complimentary $25.00 dining certificate every month that they participate in the program. That’s right, participating members will receive $300.00 in free dining certificates each and every year. Join now and take advantage of this complimentary gift.</p><p>Have questions about our program? Please call a service representative at 1-877-799-3881 and they will answer any questions that you might have. Don’t hesitate! Enroll today and Start Saving.<br><br></p>';
			}
			GetBullets();
		}
	
		if(Response=='')
		{
			document.getElementById('logo').style.width = '1% >';
			if (document.getElementById('sponsertext')!=null)
			{
			document.getElementById('sponsertext').innerHTML= ''+ Response;
			}
		
		}
	}
}
function GetBullets()
{
	xmlHttp=GetXmlHttpObject()
	if (xmlHttp==null)
	{
		alert ("Browser does not support HTTP Request")
		return
	}
	var url="GetBullet.php"
	url+='?SE=load'
	xmlHttp.onreadystatechange=showBullet
	xmlHttp.open("GET",url,true)
	xmlHttp.send(null)
}

function showBullet() 
{
	if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
	{
		var Response = xmlHttp.responseText;
		if (document.getElementById('BulletTable')!=null)
			{
				document.getElementById('BulletTable').innerHTML = Response;
			}
	}
}

function count() 
{
	if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
	{
		var Response = xmlHttp.responseText;
		if(Response=='test')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="images/optimus.jpg" style="margin-left:10px;"><img src="images/index_0111.jpg" width="562" height="54">';
		}
		else
		if(Response=='ABC Company')
		{
			document.getElementById('ajaxlogo').innerHTML='<img src="images/abc.jpg" style="margin-left:10px;"><img src="images/index_0111.jpg" width="562" height="54">';
		}
	}
	if (xmlHttp.readyState==3)
	{
		
	}
	
}

function company() 
{
	if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
	{
		var Response = xmlHttp.responseText;
		
			if (document.getElementById('company')!=null){		
			document.getElementById('company').innerHTML = Response+" ";
			}
	}
	if (xmlHttp.readyState==3)
	{
		
	}
	
}

function company2() 
{
	if (xmlHttp2.readyState==4 || xmlHttp2.readyState=="complete")
	{
		var Response = xmlHttp2.responseText;
			if (document.getElementById('company1')!=null){
			document.getElementById('company1').innerHTML =  Response;		
			}
			if (document.getElementById('company2')!=null){
			document.getElementById('company2').innerHTML =  Response;		
			}
			if (document.getElementById('company3')!=null){
			document.getElementById('company3').innerHTML =  Response;		
			}
			if (document.getElementById('company44')!=null){
			document.getElementById('company44').innerHTML =  Response;		
			}
	}
	if (xmlHttp2.readyState==3)
	{
		
	}
	
}
function getmission()
{

	xmlHttp=GetXmlHttpObject()
	if (xmlHttp==null)
	{
		alert ("Browser does not support HTTP Request")
		return
	}
	var url="GetLink.php"
	url+='?SE=load'
	xmlHttp.onreadystatechange=missioncomp
	xmlHttp.open("GET",url,true)
	xmlHttp.send(null)
}
function missioncomp() 
{
	if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
	{
		var Response = xmlHttp.responseText;
			if (document.getElementById('company')!=null){		
			document.getElementById('company').innerHTML =  Response;
			}
			if (document.getElementById('company1')!=null){
			document.getElementById('company1').innerHTML =  Response;		
			}
			if (document.getElementById('company2')!=null){
			document.getElementById('company2').innerHTML =  Response;		
			}
			if (document.getElementById('company3')!=null){
			document.getElementById('company3').innerHTML =  Response;		
			}
			if (document.getElementById('company44')!=null){
			document.getElementById('company44').innerHTML =  Response;		
			}
	}
	if (xmlHttp.readyState==3)
	{
		
	}
	
}
//**** END **** Send Mail ****************************************/
// JavaScript Document
function GetXmlHttpObject()
{
	var xmlHttp=null;
	try{
		// Firefox, Opera 8.0+, Safari
		xmlHttp=new XMLHttpRequest();
	}
	catch (e){
		// Internet Explorer
		try{
			xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
		}
		catch (e){
			xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
		}
	}
	return xmlHttp;
}
function GetXmlHttpObject2()
{
	var xmlHttp2=null;
	try{
		// Firefox, Opera 8.0+, Safari
		xmlHttp2=new XMLHttpRequest();
	}
	catch (e){
		// Internet Explorer
		try{
			xmlHttp2=new ActiveXObject("Msxml2.XMLHTTP");
		}
		catch (e){
			xmlHttp2=new ActiveXObject("Microsoft.XMLHTTP");
		}
	}
	return xmlHttp2;
}


