var flashinstalled = 0;
if (navigator.mimeTypes && navigator.mimeTypes.length) {
	x = navigator.mimeTypes['application/x-shockwave-flash'];
	if (x && x.enabledPlugin) flashinstalled = 2;
	else flashinstalled = 1;
}
cookies = document.cookie;
if (cookies.indexOf('flash_ok=')==-1) {
	expiration = new Date((new Date()).getTime()+7*24*60*60*1000);
	document.cookie = 'flash_ok='+flashinstalled+
	'; expires='+expiration.toGMTString()+
	'; path=/; domain=.reisen.ch';
}
with(document) {
writeln('<TABLE border=0 cellpadding=0 cellspacing=0>');
write('<TR><TD width=120 height=60 bgcolor=white>');
write(unescape('%3C%21--%20BEGINN%20des%20zanox-affiliate%20HTML-Code%20--%3E%0D%0A%3C%21--%20%28%20Der%20HTML-Code%20darf%20im%20Sinne%20der%20einwandfreien%20Funktionalit%E4t%20nicht%20ver%E4ndert%20werden%21%20%29%20--%3E%0D%0A%3CA%20href%3D%22http%3A%2F%2Fad.zanox.com%2Fppc%2F%3F4231343C464007144T%22%20target%3D%27_blank%27%3E%3Cimg%20src%3D%22http%3A%2F%2Fad.zanox.com%2Fppv%2F%3F4231343C464007144%22%20align%3D%22bottom%22%20width%3D%22120%22%20height%3D%2260%22%20border%3D%220%22%20hspace%3D%221%22%20alt%3D%22Logo%22%3E%3C%2Fa%3E%0D%0A%3C%21--%20ENDE%20des%20zanox-affiliate%20HTML-Code%20--%3E%0D%0A'));
writeln('</TD></TR></TABLE>');
}
