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=.jobengine.ch';
}
with(document) {
writeln('<TABLE border=0 cellpadding=0 cellspacing=0>');
write('<TR><TD width=120 height=40 bgcolor=white>');
write(unescape('%3CA%20href%3D%22http%3A%2F%2Fad.jobengine.ch%2Fclick.php%3Flink%3Dhttp%253A%252F%252Fwww.jobengine.ch%252Fjob_seekers%252Fads_by_employer.php%253Fid%253D74%26sid%3D21%26location%3D15%26mid%3D1339%26mgid%3D767%22%20target%3D%22_blank%22%3E%3CIMG%20width%3D%22120%22%20height%3D%2240%22%20border%3D0%20alt%3D%22OBT%20AG%22%20src%3D%22http%3A%2F%2Fad.jobengine.ch%2Fmedia%2F1339.gif%22%3E%3C%2FA%3E'));
writeln('</TD></TR></TABLE>');
}
