//
// ********************************************************************
// *** This script produces the top of all pages on this site       ***
// *** ------------------------------------------------------------ ***
// ********************************************************************
//
document.write(''
+ '<table width="100%" cellpadding="0" cellspacing="0" border="0">'
+ '    <tr>'
+ '        <td height="1" colspan="6" bgcolor="#000000"> <!--"#899ead"--></td>'
+ '    </tr>'
+ '    <tr>'
+ '        <td height="60" align="center" valign="middle" colspan="6">'
+ '            <table width="100%" border="0" cellpadding="0" cellspacing="0">'
+ '                <tr>'
+ '                    <td valign="middle" class="head" width="20%" align="left"><a href="/index.html"><img src="/images/ccg-cs-logo.gif" border="0" vspace="4" alt="CCG... Where Every Image is Picture Perfect!"></a></td>'
+ '                    <td valign="middle" class="head" width="5%" align="left"><a href="'+prodURL+'photocart/index.php?do=photocart&viewGallery=1014"><img src="/images/index_image1.jpg" border="0" hspace="2" alt="The North Shore of Lake Superior..." ></a></td>'
+ '                    <td valign="middle" class="head" width="5%" align="left"><a href="'+prodURL+'photocart/index.php?do=photocart&viewGallery=1014"><img src="/images/index_image2.jpg" border="0" hspace="2" alt="&quot;Cochise\'s Head&quot; in the Chiricahua Mountains..." ></a></td>'
+ '                    <td valign="middle" class="head" width="5%" align="left"><a href="'+prodURL+'photocart/index.php?do=photocart&viewGallery=1010"><img src="/images/index_image3.jpg" border="0" hspace="2" alt="Moon Flower in Whitnall Park - Milwaukee" ></a></td>'
+ '                    <td valign="middle" class="head" width="5%" align="left"><a href="/photography/wedding.html"><img src="/images/index_image4.jpg" border="0" hspace="2" alt="Weddings and Portraits..." ></a></td>'
+ '                    <td valign="middle" class="head" width="40%" align="center"><br></td>'
+ '                    <td valign="middle" class="head" width="20%" align="center"><a href="' + prodURL + 'photocart/index.php?do=photocart&action=cart"><img src="/images/view-your-cart.jpg" border="0" alt="View your shopping cart..."></a><br><img src="/images/logo_ccVisa.gif" border="0" hspace="1" vspace="7" align="center"><img src="/images/logo_ccMC.gif" border="0" hspace="1" vspace="7" align="center"><img src="/images/logo_ccAmex.gif" border="0" hspace="1" vspace="7" align="center"><img src="/images/logo_ccDiscover.gif" border="0" hspace="1" vspace="7" align="center"><img src="/images/PayPal_mark_37x23.gif" border="0" hspace="1" vspace="7" align="center"></td>'
+ '                </tr>'
+ '            </table>'
+ '        </td>'
+ '    </tr>'
+ '    <tr>'
+ '        <td height="1" colspan="6" bgcolor="#899ead"></td>'
+ '    </tr>'
+ '    <tr>'
+ '        <td height="24" valign="middle" colspan="6" class="navlink">'
+ '            <table width="100%" border="0" cellpadding="0" cellspacing="0">'
+ '                <tr>'
+ '                    <td width="55%" align="right">&nbsp;</td>'
+ '                    <td width="42%" align="right">'
+ '			   <a class="navlink" href="' + rootURL + 'about/book-us.html" alt="Book Us"><img src="/images/book-us.jpg" border="0" width="145" height="22"></a><img src="/images/spacer.gif" border="0" width="15" height="0">'
+ '                        <a class="navlink" href="' + rootURL + 'about/contact.html" alt="Contact Us"><img src="/images/contact-us.jpg" border="0" width="75" height="22"></a><img src="/images/spacer.gif" border="0" width="5" height="0">'
+ '                    </td>'
+ '                    <td width="3%" align="right">&nbsp;</td>'
+ '                </tr>'
+ '            </table>'
+ '        </td>'
+ '    </tr>'
+ '    <tr>'
+ '        <td height="1" colspan="6" bgcolor="#899ead"></td>'
+ '    </tr>'
+ '</table>'
+ '<!--end of top of page-->');
