// JavaScript Document

fsnd_statistics = new Image(1,1);
fsnd_single_page = new Image(1,1);
fsnd_statistics.src = "http://counter.fsnd.de/add_stats.php?id=81&pwd=johannes"+"&refer="+escape(document.referrer)+"&scrd="+screen.colorDepth+"&scrw="+screen.width+"&doc_url="+document.URL;
fsnd_single_page.src = "http://counter.fsnd.de/single_page.php?id=81&pwd=johannes&url="+document.URL;

var init = false;
function startup()
{
	//location.hash = 'currentPage';
}

function ie_reload()
{
	//alert("reload for IE");
	if( init )
	{
		//location.reload(true);
		//window.history.go(0);
		//window.location.replace(window.location.href); 
		init = false;
	}
}

/* mail functions */
function checkemail( pEmail )
{
  if( pEmail.indexOf('@') == -1) 
  {
    return false;
  }
  if(pEmail.indexOf('.') == -1) 
  {
    return false;
  }
  return true;
}
