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=75 height=60 bgcolor=white>');
write(unescape('%3CA%20href%3D%22http%3A%2F%2Fad.reisen.ch%2Fclick.php%3Flink%3Dhttp%253A%252F%252Fwww.reiseliteratur.ch%252Findex.php%253F_CSS%253D2%2526_AFFID%253DHFccv2yt%26sid%3D11%26location%3D18%26mid%3D1720%26mgid%3D1003%22%20target%3D%22_blank%22%3E%3CIMG%20width%3D%2275%22%20height%3D%2260%22%20border%3D0%20alt%3D%22www.reiseliteratur.ch%22%20src%3D%22http%3A%2F%2Fad.reisen.ch%2Fmedia%2F1720.gif%22%3E%3C%2FA%3E'));
writeln('</TD></TR></TABLE>');
}
