﻿function displayE(){
e1 = "ilto:";
e2 = "@";
document.write( "<a id='elink' href='ma"+e1+"info"+e2+"rh-dg"+".com'>"+"info"+e2+"rh-dg"+".com</a>" );

}

function transIn ()
{
	new Effect.Appear('container',
			{ delay: 0.0,
			  duration: 0.75, 
			  from: 0.0, to: 1.0 });
}

function transOut (nextPage)
{
	new Effect.Fade('container',
			{ duration: 0.5,
			  afterFinish: window.location = nextPage } );
}


/*=== Google Analytics ===*/

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try 
{
	var pageTracker = _gat._getTracker("UA-6701893-1");
	pageTracker._trackPageview();
} 
catch(err) {}

/*========================*/
