

function isteac_homepage(){
 var uri = new String(window.location);
 if (uri.indexOf('index.php') == -1 ) {
  if ( uri.charAt( uri.length - 1 ) != "/" )
    window.location += "/projects/isteac/";
	else
	  window.location += "projects/riskcycle/";
 }
}