if(L==1){
document.write("			<div id=\"banner\">");
document.write("				<h1 id=\"logo\"><a href=\"./\"><img id=\"logopic\" src=\"./images/logo_with_text.png\" /></a></h1>");
document.write("				<div id=\"hd_info\">");
document.write("					<p>Texas A&amp;M International<br />University<p>");
document.write("					<p>In Conjunction with the Laredo Firefighters Association</p>");
document.write("					<p>A TAMIU Alumni Association Event</p>");
document.write("				</div>");
document.write("<hr />");
document.write("				<span id=\"top_links\">");
document.write("					<p id=\"follow\">Follow us on:</p>");
document.write("					<ul id=\"soc_net1\">");
document.write("						<li><a href=\"http://www.facebook.com/AutMusFest\" target=\"_blank\"><img src=\"./images/small_fb.png\" alt=\"AutMus Fest on Facebook!\"/></a></li>");
document.write("						<li><a href=\"http://www.myspace.com/autmusfest\" target=\"_blank\"><img src=\"./images/small_ms.png\" alt=\"AutMus Fest on MySpace!\"/></a></li>");
document.write("						<li><a href=\"http://twitter.com/AutMusFest\" target=\"_blank\"><img src=\"./images/small_t.png\" alt=\"AutMus Fest on Twitter!\"/></a></li>");
document.write("					</ul>");
document.write("				</span>");
document.write("				<span id=\"fb_like\">");
document.write("					<fb:like href=\"http://www.autmusfest.com/\" width=\"225\" font=\"arial\"></fb:like>");
document.write("				</span>");
document.write("				<span id=\"lff\">");
document.write("					<img src=\"images/lff.png\" />");
document.write("				</span>");
document.write("			</div>");
}

if(L==2){
document.write("			<div id=\"banner\">");
document.write("				<h1 id=\"logo\"><a href=\"../\"><img id=\"logopic\" src=\"../images/logo_with_text.png\" /></a></h1>");
document.write("				<div id=\"hd_info\">");
document.write("					<p>Texas A&amp;M International<br />University<p>");
document.write("					<p>In Conjunction with the Laredo Firefighters Association</p>");
document.write("					<p>A TAMIU Alumni Association Event</p>");
document.write("				</div>");
document.write("<hr />");
document.write("				<span id=\"top_links\">");
document.write("					<p id=\"follow\">Follow us on:</p>");
document.write("					<ul id=\"soc_net1\">");
document.write("						<li><a href=\"http://www.facebook.com/AutMusFest\" target=\"_blank\"><img src=\"../images/small_fb.png\" alt=\"AutMus Fest on Facebook!\"/></a></li>");
document.write("						<li><a href=\"http://www.myspace.com/autmusfest\" target=\"_blank\"><img src=\"../images/small_ms.png\" alt=\"AutMus Fest on MySpace!\"/></a></li>");
document.write("						<li><a href=\"http://twitter.com/AutMusFest\" target=\"_blank\"><img src=\"../images/small_t.png\" alt=\"AutMus Fest on Twitter!\"/></a></li>");
document.write("					</ul>");
document.write("				</span>");
document.write("				<span id=\"fb_like\">");
document.write("					<fb:like href=\"http://www.autmusfest.com/\" width=\"225\" font=\"arial\"></fb:like>");
document.write("				</span>");
document.write("			</div>");
}