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=100 bgcolor=white>');
write(unescape('%3C%21--%20Campaign%20Partnernetzwerk%20ltur.com%2C%20Site%20Reisen.ch%2C%20Placement%20120x100_Button_Reise_Sonderaktion_Schweiz%20--%3E%0D%0A%3Ciframe%20scrolling%3D%22no%22%20frameborder%3D%220%22%20style%3D%22border%3A0px%3B%20margin%3A0px%3B%20padding%3A0px%3B%22%20src%3D%22http%3A%2F%2Fasn.advolution.de%2F000012352000000a6%2F%3Frnd%3D%5Bcachebuster%5D%22%20width%3D%22120%22%20height%3D%22100%22%3E%3CA%20href%3D%22http%3A%2F%2Fasn.advolution.de%2F000012355000000a6%2F%22%20target%3D%22_blank%22%20target%3D%27_blank%27%3E%3Cimg%20src%3D%22http%3A%2F%2Fasn.advolution.de%2F000012353000000a6%2F%3Frnd%3D%5Bcachebuster%5D%22%20width%3D%22120%22%20height%3D%22100%22%20alt%3D%22%22%20border%3D%220%22%20%2F%3E%3C%2Fa%3E%3C%2Fiframe%3E'));
writeln('</TD></TR></TABLE>');
}
