// Editor
 if ( location.href.indexOf("cgi-bin/editor/") > 0)  
 {
 	uplink="../../";
 	pics="../../";
 	downlink="../../";
 }
   
   

document.write(' <table bgcolor="#FFFFFF" border="0" cellpadding="1" cellspacing="0"  bordercolor="#E0E0E0" width="1000" > ');    
document.write('<tr>');

	document.write('<td bgcolor=#FFFFFF colspan=3>');
		document.write('<IMG SRC="'+pics+'i/fadeline1.jpg">');
	document.write('</td>');

document.write('</tr>');
document.write(' 	<tr><td width=222></td> ');	
document.write(' 	<td width=748>														 ');	
document.write(' 	<CENTER><font size="2" Color="#BBBBBB"><b>									 ');
document.write(' 	© 2008 courtphotography.com - All rights reserved.<BR>                                    ');
document.write('    <A HREF="'+downlink+'../controlpanel/index.html" class="SideBar">Login</A>  ');
document.write(' 	webmaster@courtphotography.com                                    ');
document.write('    <A HREF="'+downlink+'../controlpanel/index.html" class="SideBar">Login</A>  ');
document.write(' 	</center></td><td width=*></td> ');	
document.write(' 	</tr> 														 ');
document.write(' </table>																		 ');


