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=140 height=140 bgcolor=white>');
write(unescape('%3CA%20href%3D%22http%3A%2F%2Fad.reisen.ch%2Fclick.php%3Flink%3Dhttp%253A%252F%252Fwww.cornercard.ch%252Fch%252Fhtml%252Fde%252Flandingpages%252Fprivate%252Fclassic.html%253FWT.mc_id%253Dclassic_140x140_button_reisen_duo_dft_010110_cc_runofsite%26sid%3D11%26location%3D20%26mid%3D5645%26mgid%3D2363%22%20target%3D%22_blank%22%3E%3CIMG%20width%3D%22140%22%20height%3D%22140%22%20border%3D0%20alt%3D%22www.cornercards.ch%22%20src%3D%22http%3A%2F%2Fad.reisen.ch%2Fmedia%2F5645.gif%22%3E%3C%2FA%3E'));
writeln('</TD></TR></TABLE>');
}
