//
// aeu06spons.js
// script used to include navigation bar in Pulver pages
//

//
// Remember that you can't have newlines in your variables
// text must be surrounded by apostrophes (')
// if you have an apostrophe in your variable, 
//  escape it by putting a backslash in front of it
//  like the below example...
//   var example = 'Patti\'s hair is so fun!';
//


///////////////////////////////////////////

var aeu06spons =
'<center><table border="0" cellspacing="0" cellpadding="0"><tr><td WIDTH="14"><IMG SRC="images/spon_topleft.gif" WIDTH="14" HEIGHT="21" BORDER="0"></td><td  background="images/spon_bgtop.gif"><IMG SRC="images/spon_prem2.gif" WIDTH="154" HEIGHT="21" BORDER="0"></td><td WIDTH="15"><IMG SRC="images/spon_topright.gif" WIDTH="15" HEIGHT="21" BORDER="0"></td></tr><tr><td background="images/spon_bgleft.gif"><IMG SRC="images/spon_bgleft.gif" WIDTH="14" HEIGHT="15" BORDER="0"></td><td bgcolor="#FFFFFF" align="center"><A HREF="http://www.verizon.com" TARGET="_blank"><IMG SRC="images/sponsors/sp_verizon.gif" WIDTH="165" HEIGHT="75" BORDER="0"></A></td><td background="images/spon_bgright.gif"><IMG SRC="images/spon_bgright.gif" WIDTH="15" HEIGHT="8" BORDER="0"></td></tr><tr><td><IMG SRC="images/spon_botleft.gif" WIDTH="14" HEIGHT="14" BORDER="0"></td><td background="images/spon_bgbot.gif"><IMG SRC="images/spon_bgbot.gif" WIDTH="11" HEIGHT="14" BORDER="0"></td><td><IMG SRC="images/spon_botright.gif" WIDTH="15" HEIGHT="14" BORDER="0"></td></tr></table><P><BR><table border="0" cellspacing="0" cellpadding="0"><tr><td WIDTH="14"><IMG SRC="images/spon_topleft.gif" WIDTH="14" HEIGHT="21" BORDER="0"></td><td  background="images/spon_bgtop.gif"><IMG SRC="images/spon_plat.gif" WIDTH="154" HEIGHT="21" BORDER="0"></td><td WIDTH="15"><IMG SRC="images/spon_topright.gif" WIDTH="15" HEIGHT="21" BORDER="0"></td></tr><tr><td background="images/spon_bgleft.gif"><IMG SRC="images/spon_bgleft.gif" WIDTH="14" HEIGHT="15" BORDER="0"></td><td bgcolor="#FFFFFF" align="center"><A HREF="http://www.siemens.com/" TARGET="_blank"><IMG SRC="images/sponsors/sp_siemens.gif" WIDTH="120" HEIGHT="55" BORDER="0"></A></td><td background="images/spon_bgright.gif"><IMG SRC="images/spon_bgright.gif" WIDTH="15" HEIGHT="8" BORDER="0"></td></tr><tr><td><IMG SRC="images/spon_botleft.gif" WIDTH="14" HEIGHT="14" BORDER="0"></td><td background="images/spon_bgbot.gif"><IMG SRC="images/spon_bgbot.gif" WIDTH="11" HEIGHT="14" BORDER="0"></td><td><IMG SRC="images/spon_botright.gif" WIDTH="15" HEIGHT="14" BORDER="0"></td></tr></table><P><BR><table border="0" cellspacing="0" cellpadding="0"><tr><td WIDTH="14"><IMG SRC="images/spon_topleft.gif" WIDTH="14" HEIGHT="21" BORDER="0"></td><td  background="images/spon_bgtop.gif"><IMG SRC="images/spon_gold.gif" WIDTH="154" HEIGHT="21" BORDER="0"></td><td WIDTH="15"><IMG SRC="images/spon_topright.gif" WIDTH="15" HEIGHT="21" BORDER="0"></td></tr><tr><td background="images/spon_bgleft.gif"><IMG SRC="images/spon_bgleft.gif" WIDTH="14" HEIGHT="15" BORDER="0"></td><td bgcolor="#FFFFFF" align="center"><A HREF="http://www.cirpack.com/" TARGET="_blank"><IMG SRC="images/sponsors/sp_cirpak.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="http://www.ecitele.com/" TARGET="_blank"><IMG SRC="images/sponsors/sp_eci.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A></td><td background="images/spon_bgright.gif"><IMG SRC="images/spon_bgright.gif" WIDTH="15" HEIGHT="8" BORDER="0"></td></tr><tr><td><IMG SRC="images/spon_botleft.gif" WIDTH="14" HEIGHT="14" BORDER="0"></td><td background="images/spon_bgbot.gif"><IMG SRC="images/spon_bgbot.gif" WIDTH="11" HEIGHT="14" BORDER="0"></td><td><IMG SRC="images/spon_botright.gif" WIDTH="15" HEIGHT="14" BORDER="0"></td></tr></table></center>';

// Use this command if using the big block of text
document.write(aeu06spons);


