Name="Sponsor Needed!";					//title (company name) of the cell
Img="../../images/Logos/Sponsors/sponsor.jpg";	//url to logo image
Link="../../sponsor_rates.htm";			//link to webpage
Information="Pro/Users of the Carolinas is currently looking for event Sponsors!  This is your chance to let your company network and stand out, allowing others to discover the services and products your company has to offer.  If you would like to be an event Sponsor or help with our upcoming event please goto our Sponsor Rates page by clicking the image above or following the links at the bottom of the page.";	//information about sponsor








//this code does not change************************************************************************************************************************************************
	document.write("<center><table border='1' cellspacing='0' width='300' bordercolor='#072F84' style='border-collapse: collapse' cellpadding='0'>");		//*
	document.write("<tr><td width='100%' bgcolor='#072F84'><p style='margin: 0 5; '><font size='2' color='#FFFFFF'>");						//*
	document.write(Name);																		//*
	document.write("</font></td></tr><tr><td width='100%' align='center'><p style='margin: 0 5'><a href='");							//*
	document.write(Link+"'>");																	//*
	document.write("<font size='2'><img src='"+Img+"' border='0' width='223'></font></a></p><p style='margin: 0 5' align='justify'><font size='2'>");		//*
	document.write(Information);																	//*
	document.write("</font></td></tr></table></center>");														//*
//*************************************************************************************************************************************************************************
