<!-- 
//---------------------------------------------------------
// Bild-Animation	für KAKTUS Coiffure Winterthur
// 
// Link			zur harologie.gif
// Author		SPYROD
// Datum		15.04.2002
// Funktion		image link (untergeordnet)
//---------------------------------------------------------

	var	$harologi	=	eval(["'HÅROLOGI news'"]);
	var	$leer		=	eval(["' '"]);
	var	$bild		=	eval(['"images/logos/harologie2.gif"']);
	var	$alternate	=	eval(['">> Hier klicken um HÅROLOGI-NEWS anzuschauen..."']);
	var	$pfad		=	eval(["'fenster/h_body.htm'"]);
	var 	$breite		=	eval(["'360'"]);
	var 	$hoehe		=	eval(["'480'"]);

	var	$target		=	eval([' target="_self"']);
	var	$href		=	eval(['href="JavaScript:fenster('+$pfad+', '+$breite+ ', ' +$hoehe+ ')"']);

if (navigator.userAgent.indexOf("MSIE 4.0; Mac") == -1 ) 
{
    init();

    document.write('<div id="moving">');

    document.write('<a ');
	document.write($href +$target);
	document.write('onmouseover="window.status='+$harologi+';return true"');
	document.write('onmouseout="window.status='+$leer+';return true"');
	document.write('>');
	document.write('<img src='+$bild+' width="149" height="56" border=0 alt='+$alternate+'>');
    document.write('</a>');
    document.write('</div>');

    animieren();
}

// -->
