(function (w, d)
{
	var
		urls = [/^http:\/\/(?:www\.)?pottblog\.de\//,/^http:\/\/(?:www\.)?pottblog\.de\/impressum\//,/^http:\/\/(?:www\.)?pottblog\.de\/kontakt\//,/^http:\/\/(?:www\.)?pottblog\.de\/index\.php\?s=/,/^http:\/\/(?:www\.)?pottblog\.de\/category\/internet\-it\//,/^http:\/\/(?:www\.)?pottblog\.de\/category\/buecher\//,/^http:\/\/(?:www\.)?pottblog\.de\/category\/politik\//,/^http:\/\/(?:www\.)?pottblog\.de\/category\/fussball\//,/^http:\/\/(?:www\.)?pottblog\.de\/category\/rollenspiele\//,/^http:\/\/(?:www\.)?pottblog\.de\/category\/medien\//,/^http:\/\/(?:www\.)?pottblog\.de\/category\/gesellschaft\//,/^http:\/\/(?:www\.)?pottblog\.de\/category\/kino\//,/^http:\/\/(?:www\.)?pottblog\.de\/category\/musik\//],
		codes = ['life_local','mpn_impressum','mpn_kontakt','mpn_suche','digital_it','leisure_hobbies','life_news-politics','sports_football','entertainment_gaming-online','life_news-politics','leisure_misc','entertainment_film-cinema','entertainment_music'],
		l = w.location.href,
		i = urls.length
	;
	if (!w.IVW)
	{
		while (i--)
		{
			if (urls[i].test(l))
			{
				w.IVW = 'http://blog.ivwbox.de/cgi-bin/ivw/CP/'+codes[i]+';';
				d.write('<img src="'+w.IVW+'?r='+w.encodeURIComponent(d.referrer)+'&d='+(w.Math.random()*1E5)+'" width="1" height="1" style="position:absolute;" alt="szmtag" />');
				w.szmvars='blog//CP//'+codes[i];
				d.write('<script type="text/javascript" src="http://blog.ivwbox.de/2004/01/survey.js"><\/script>');
				break;
			}
		}
	}
}(window, document));
