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('<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="542" height="126" valign="top" align="left"><div id="flashcontent"><strong>You need to upgrade your Flash Player</strong> </div>  <script type="text/javascript"> 	var so = new SWFObject("banner.swf", "sotester", "542", "126", "7", "#FFFFFF", true); so.addVariable("flashVarText", "this is passed in via FlashVars"); so.write("flashcontent");   </script></td>  </tr> </table>');return;
	}
	
	
}
