var strFooter = "";


strFooter += '<table border="0" cellpadding="0" cellspacing="0">';
strFooter += '<tr>';
strFooter += '<td width="30" height="29">&nbsp;</td>';
strFooter += '<td height="29" width="380" valign="top" class="navtext"> ';
strFooter += '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
strFooter += '<a href="index.html" onMouseOver="window.status=\'L Squared Studio HOME\'; return true" onMouseOut="window.status=\'\'"> home</a> | ';
strFooter += '<a href="l_contact.html" onMouseOver="window.status=\'L Squared Studio CONTACT\'; return true" onMouseOut="window.status=\'\'">contact</a> | ';
strFooter += '<a href="l_services.html" onMouseOver="window.status=\'SERVICES.\'; return true" onMouseOut="window.status=\'\'">services</a>';
strFooter += '</td>';
strFooter += '<td width="311" height="29" valign="top" class="navtext2"><div align="right"> ';
//strFooter += '<a href="l_active.html" onMouseOver="window.status=\'ACTIVE.flash.video\'; return true" onMouseOut="window.status=\'\'">active</a> | ';
strFooter += '<a href="l_print.html" onMouseOver="window.status=\'PRINT.ads.brochures.cards.signage\'; return true" onMouseOut="window.status=\'\'">print</a> | ';
strFooter += '<a href="l_stills.html" onMouseOver="window.status=\'STILLS.photography.35mm.digital\'; return true" onMouseOut="window.status=\'\'">photography</a> | ';
strFooter += '<a href="l_web.html" onMouseOver="window.status=\'WEB.world.wide\'; return true" onMouseOut="window.status=\'\'">web</a> | ';
strFooter += '<a href="l_square.html" onMouseOver="MM_swapImage(\'square\',\'\',\'images/sq_black.gif\',1);window.status=\'SQUARE\'; return true" ';
strFooter += 'onMouseOut="MM_swapImgRestore();window.status=\'\'">';
strFooter += '<img src="images/sq_white.gif" name="square" border="0" id="square"></a></div>';
strFooter += '</td>';
strFooter += '<td width="60" height="29">&nbsp;</td>';
strFooter += '</tr>';
strFooter += '</table>';

document.write(strFooter);
