/****************************************
*****************************************
**
** javascript for 
** Hoergerate Espig
**
** created by David Donath
** last modified: 06.03.2008 18:00Uhr
** last modified by David Donath
** status: alpha
**
*****************************************
*****************************************/

/* Emailcodierung Start */
function aeffchen() { document.write('&#64;'); }
function puenktchen() { document.write('&#46;'); }
/* Emailcodierung Ende */


/*****************************************
** goToURL function
*****************************************/
function goToURL(url) {
	document.location = url;
}
