function getPage() 
{
	var found = false;
	var sURL = window.document.URL.toString();

	var sPath = window.location.pathname;
	var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
	
	if (sPage=="index.php" || sPage == "") {
		document.write('');return;
	}
		
	if (found == false) {
		document.write('<table align="right" valing="middle" border="0" cellpadding="0" cellspacing="0" width="160" height="100"> <tr> <td> <script type="text/javascript"> google_ad_client = "pub-0527842491411283"; google_ad_width = 160; google_ad_height = 90; google_ad_format = "160x90_0ads_al_s"; google_ad_channel ="photography"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "0066CC"; google_color_text = "000000"; google_color_url = "008000"; </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </td> </tr> </table>');return;
	}
	
}
