//
// ces07spons.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 ces07spons =
'<!--GOLD SPONSORS--><table border="0" cellpadding="0" cellspacing="0"><tr><td WIDTH="17" HEIGHT="32"><IMG SRC="images/sp_topleft.gif" WIDTH="17" HEIGHT="32" BORDER="0"></td><td background="images/sp_bgtop.gif"><IMG SRC="images/sp_gold.gif" WIDTH="230" HEIGHT="32" BORDER="0"></td><td><IMG SRC="images/sp_topright.gif" WIDTH="13" HEIGHT="32"></td></tr><tr><td height="100%" background="images/sp_bgleft.gif"><IMG SRC="images/sp_bgleft.gif" WIDTH="17" HEIGHT="12" BORDER="0"></td><td align="center"><A HREF="http://www.csr.com/"><IMG SRC="images/sponsors/sp_csr.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="http://www.dalcomtelecom.com"><IMG SRC="images/sponsors/sp_dalcom.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="http://www.jangl.com"><IMG SRC="images/sponsors/sp_jangl.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="http://www.polycom.com"><IMG SRC="images/sponsors/sp_polycom.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A></td><td background="images/sp_bgright.gif"><IMG SRC="images/sp_bgright.gif" WIDTH="13" HEIGHT="12" BORDER="0"></td></tr><tr><td><IMG SRC="images/sp_botleft.gif" WIDTH="17" HEIGHT="12" BORDER="0"></td><td background="images/sp_bgbot.gif"><IMG SRC="images/sp_bgbot.gif" WIDTH="17" HEIGHT="12" BORDER="0"></td><td><IMG SRC="images/sp_botright.gif" WIDTH="13" HEIGHT="12" BORDER="0"></td></tr></table><P><!--PREM MEDIA SPONSORS--><table border="0" cellpadding="0" cellspacing="0"><tr><td WIDTH="17" HEIGHT="32"><IMG SRC="images/sp_topleft.gif" WIDTH="17" HEIGHT="32" BORDER="0"></td><td background="images/sp_bgtop.gif"><IMG SRC="images/sp_premiummedia.gif" WIDTH="230" HEIGHT="32" BORDER="0"></td><td><IMG SRC="images/sp_topright.gif" WIDTH="13" HEIGHT="32"></td></tr><tr><td height="100%" background="images/sp_bgleft.gif"><IMG SRC="images/sp_bgleft.gif" WIDTH="17" HEIGHT="12" BORDER="0"></td><td align="center"><A HREF="http://www.vonmag.com"><IMG SRC="images/sponsors/sp_vonmag.gif" WIDTH="95" HEIGHT="45" BORDER="0"></A></td><td background="images/sp_bgright.gif"><IMG SRC="images/sp_bgright.gif" WIDTH="13" HEIGHT="12" BORDER="0"></td></tr><tr><td><IMG SRC="images/sp_botleft.gif" WIDTH="17" HEIGHT="12" BORDER="0"></td><td background="images/sp_bgbot.gif"><IMG SRC="images/sp_bgbot.gif" WIDTH="17" HEIGHT="12" BORDER="0"></td><td><IMG SRC="images/sp_botright.gif" WIDTH="13" HEIGHT="12" BORDER="0"></td></tr></table><P><BR><BR>';

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


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


