//
// leftcompanyinfo.js
// script custom created for AquamarineDesign
//

//
// 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 leftcompanyinfo =
'<IMG SRC="images/sl_topper.gif" WIDTH="159" HEIGHT="25" BORDER="0"><BR><A HREF="ci_main.html"><IMG SRC="images/sl_aboutindigo.gif" WIDTH="159" HEIGHT="20" BORDER="0"></A><BR><A HREF="ci_team.html"><IMG SRC="images/sl_team.gif" WIDTH="159" HEIGHT="20" BORDER="0"></A><BR><A HREF="ci_ecoprinting.html"><IMG SRC="images/sl_ecoprinting.gif" WIDTH="159" HEIGHT="20" BORDER="0"></A><BR><A HREF="ci_fsc-certified.html"><IMG SRC="images/sl_fsc-certification.gif" WIDTH="159" HEIGHT="20" BORDER="0"></A><BR><A HREF="ci_community.html"><IMG SRC="images/sl_community.gif" WIDTH="159" HEIGHT="34" BORDER="0"></A><BR><A HREF="ci_streamcleanup.html"><IMG SRC="images/sl_streamcleanup.gif" WIDTH="159" HEIGHT="34" BORDER="0"></A><BR><A HREF="ci_mission.html"><IMG SRC="images/sl_mission.gif" WIDTH="159" HEIGHT="20" BORDER="0"></A><BR><A HREF="ci_feedback.html"><IMG SRC="images/sl_feedback.gif" WIDTH="159" HEIGHT="20" BORDER="0"></A><BR><A HREF="ci_contactinfo.html"><IMG SRC="images/sl_contactinfo.gif" WIDTH="159" HEIGHT="20" BORDER="0"></A><BR><A HREF="ci_faq.html"><IMG SRC="images/sl_faq.gif" WIDTH="159" HEIGHT="20" BORDER="0"></A><BR><IMG SRC="images/sl_under.gif" WIDTH="159" HEIGHT="3" BORDER="0"><BR><IMG SRC="images/left-strip2.gif" WIDTH="159" HEIGHT="520" BORDER="0">';

// Use this command if using the big block of text
document.write(leftcompanyinfo);



////////////////////////////////////////////

