(function() {

var t = 3;

var this_protocol = "http://";
if (window.location.protocol == "file:")
  this_protocol = "http://";
else
  this_protocol = window.location.protocol + "//";

var this_server = "www.cya1t.net";
var server_wdir = "/tracker/34/88633/4572/"; // 15909/4 will be added in each function call
var trackingurl = this_protocol + this_server + server_wdir;

if (!adl_functions.image_call_int) {
        adl_functions.image_call_int = [];
}

var g_t=new Date();
var g_tm=g_t.getTime();
var g_q  = "A|4572|15909";
var g_hs = "e78de6d5f4b32f1c65c98d759a87ee0c";
var g_wd = "4572";
var g_ad = "15909";
var g_cn = "ADCL";
var g_ml = "1283531948354";
var g_append =  "&info=" + adl_object[g_q].ac_dyn_INFO  + "&pageid=" + adl_object[g_q].ac_dyn_PAGEID + "&katu=" + adl_object[g_q].ac_dyn_KATPFAD + "&kattxt=" +  adl_object[g_q].ac_dyn_KATTXT + "&sale_partner=" + adl_object[g_q].ac_dyn_SALE_PARTNER + "&mpre=" + adl_object[g_q].ac_dyn_MPRE + adl_detection.get_params();
var pos_array = [15909];
var pos_left = 0;
var pos_top	= 0;

function adl_gen_rnd(rnd_len)
{
  rnum = Math.floor(Math.random()*9999999999);
  while (String(rnum).length < rnd_len)
  {
    rnum = '0' + rnum;
  }

  return rnum;
}

function adl_call_3rd_party(url3rd, do_rnd)
{
  if (url3rd != '')
  {
  	var image_3rd_party = new Image();
  	if (do_rnd > 0)
  	{
    	var uq_rnd_num = adl_gen_rnd(do_rnd);
    	url3rd = url3rd.replace(/\{\{RNDSEQ\}\}/g, uq_rnd_num);
  	}
  	image_3rd_party.src = url3rd;
  }
}

function adl_call_int(url_int)
{
	if (url_int != '')
	{
		var image_call_int = new Image();
		image_call_int.src = url_int;
		adl_functions.image_call_int.push(image_call_int);
	}
}

function sa_fill_container(id, inner, c_url)
{
        var fill = function(id, inner, c_url) {
                var container = document.getElementById(id);
                if (container) {
						if (c_url != '') {
							adl_call_int(c_url);
						}
                        container.innerHTML = inner;
                } else {
                        if (adl_functions.dom_loaded == false) {
                                setTimeout(function() {
                                                return function() {
                                                        var id_tmp = id;
                                                        var inner_tmp = inner;
														var url_tmp = c_url;
                                                        fill(id_tmp, inner_tmp, url_tmp);
                                                };
                                        }(), 100);
                        }
                }
        };
        fill(id, inner, c_url);
}

//

function sa_write_banner_img(pa_style, pa_ad, pa_cd, pa_src, pa_width, pa_height, pa_targeturl, pa_target, pa_alt, pa_title, pa_sp)
{
                var qs          = "?a=0&tm=" + g_tm + "&hs=" + g_hs + "&crid=" + pa_cd + "&tit=" + escape(pa_title) + "&sale_partner=" + escape(pa_sp) + "&click=" + escape(pa_targeturl);
                var clink       = trackingurl + pa_ad + "/4/" + qs;

				var qsa			= "?a=1&tm=" + g_ml + "&hs=" + g_hs + "&crid=" + pa_cd + "&tit=" + escape(pa_title) + g_append;
				var url_int		= trackingurl + pa_ad + "/10/" + qsa;

                var out  = '<a title="' + pa_alt + '" href= "'+ clink + '" target="' + pa_target + '">';
                out += '<img title="' + pa_alt + '" alt="' + pa_alt + '" border="0" width="' + pa_width + '" height="' + pa_height + '" src="' + pa_src + '" />';
                out     += '</a>';

				switch (pa_style)
				{
					case 2:
						var adl_popup_window = adl_functions.tools.popup_window.show({inner:out,min_width:pa_width,width:pa_width,height:pa_height,min_height:pa_height,left:pos_left,top:pos_top,resize:false});
						if (adl_functions.survey) {
							adl_functions.survey.window = adl_popup_window;
						}
						adl_call_int(url_int);
					break;
					default:
						sa_fill_container(g_cn + '_' + g_wd + '_' + pa_ad, out, url_int);
					break;
				}
}

function sa_write_flash(pa_style, pa_ad, pa_cd, pa_movie, pa_flversion, pa_width, pa_height, pa_targeturl, pa_target, pa_flvars, pa_flctag, pa_flctarget, pa_title, pa_sp)
{
                var qs          = "?a=0&tm=" + g_tm + "&hs=" + g_hs + "&crid=" + pa_cd + "&tit=" + escape(pa_title) + "&sale_partner=" + escape(pa_sp) + "&click=";
                var clink       = trackingurl + pa_ad + "/4/" + qs;

				var qsa			= "?a=1&tm=" + g_ml + "&hs=" + g_hs + "&crid=" + pa_cd + "&tit=" + escape(pa_title) + g_append;
				var url_int		= trackingurl + pa_ad + "/10/" + qsa;

        var flvars = '';
        if (pa_targeturl == '') {
                var flvars = pa_flvars;
        } else {
                var flvars  = pa_flvars;
                if (flvars != '') {
                    flvars += '&'
                }
                if (pa_flctag != '') {
                    flvars += pa_flctag + '=' + escape(clink) + escape(pa_targeturl);
                }
                if (pa_flctarget != '') {
                    flvars += '&' + pa_flctarget + '=' + pa_target;
                }
        }

        var out = '';
        out += '<object'
        out += '  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"';
        out += '  codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=' + pa_flversion + ',0,0,0"';
        out += '  width="' + pa_width + '"';
        out += '  height="' + pa_height + '">';
        out += '<param name="allowScriptAccess" value="always" />';
        out += '<param name="movie" value="' + pa_movie + '" />';
        out += '<param name="quality" value="high" />';
        out += '<param name="wmode" value="transparent" />';
        out += '<param name="bgcolor" value="#ffffff" />';
        out += '<param name="FlashVars" value="'+flvars+'" />';
        out += '<embed';
        out += '  src="' + pa_movie + '"';
        out += '  quality="high"';
        out += '  wmode="transparent"';
        out += '  bgcolor="#ffffff"';
        out += '  flashvars="' + flvars + '"';
        out += '  name="Header"';
        out += '  allowscriptaccess="always"';
        out += '  type="application/x-shockwave-flash"';
        out += '  pluginspage="https://www.macromedia.com/go/getflashplayer"';
        out += '  align="middle"';
        out += '  width="' + pa_width + '"';
        out += '  height="' + pa_height + '">';
        out += '</embed>';
        out += '</object>';

		switch (pa_style)
		{
			case 2:
				var adl_popup_window = adl_functions.tools.popup_window.show({inner:out,min_width:pa_width,width:pa_width,height:pa_height,min_height:pa_height,left:pos_left,top:pos_top,resize:false});
				if (adl_functions.survey) {
					adl_functions.survey.window = adl_popup_window;
				}
				adl_call_int(url_int);
			break;
			default:
				sa_fill_container(g_cn + '_' + g_wd + '_' + pa_ad, out, url_int);
			break;
		}
}

function sa_write_banner_text(pa_style, pa_ad, pa_cd, pa_text, pa_targeturl, pa_target, pa_title, pa_sp)
{
        var qs          = "?a=0&tm=" + g_tm + "&hs=" + g_hs + "&crid=" + pa_cd + "&tit=" + escape(pa_title) + "&sale_partner=" + escape(pa_sp) + "&click=" + escape(pa_targeturl);
        var clink       = trackingurl + pa_ad + "/4/" + qs;

		var qsa			= "?a=1&tm=" + g_ml + "&hs=" + g_hs + "&crid=" + pa_cd + "&tit=" + escape(pa_title) + g_append;
		var url_int		= trackingurl + pa_ad + "/10/" + qsa;

        var out = '<a href="'+ clink + '" target ="' + pa_target + '">' + pa_text + '</a>';

		switch (pa_style)
		{
			default:
				sa_fill_container(g_cn + '_' + g_wd + '_' + pa_ad, out, url_int);
			break;
		}
}

function sa_write_banner_html_content(pa_style, pa_ad, pa_cd, pa_text, pa_width, pa_height, pa_title)
{
		var qsa			= "?a=1&tm=" + g_ml + "&hs=" + g_hs + "&crid=" + pa_cd + "&tit=" + escape(pa_title) + g_append;
		var url_int		= trackingurl + pa_ad + "/10/" + qsa;

		switch (pa_style)
		{
			case 2:
				var adl_popup_window = adl_functions.tools.popup_window.show({inner:pa_text,min_width:pa_width,width:pa_width,height:pa_height,min_height:pa_height,left:pos_left,top:pos_top,resize:false});
				if (adl_functions.survey) {
					adl_functions.survey.window = adl_popup_window;
				}
				adl_call_int(url_int);
			default:
				sa_fill_container(g_cn + '_' + g_wd + '_' + pa_ad, pa_text, url_int);
			break;
		}
}


function sa_write_blanker(pa_ad)
{
		pa_cd 			= 0;
		pa_title		= "blanker";
		var qsa			= "?a=1&tm=" + g_ml + "&hs=" + g_hs + "&crid=" + pa_cd + "&tit=" + escape(pa_title) + g_append;
		var url_int		= trackingurl + pa_ad + "/10/" + qsa;

        var out = '<img border="0" src="http://netfarm.netnugget.de/media/blanker.gif" width="1" height="1" alt="blanker" />';
		// adl_call_int(url_int);
        // sa_fill_container(g_cn + '_' + g_wd + '_' + pa_ad, text);
}

function show_pos(pa_position)
{
        switch(pa_position)
        {
		case 15909:
			sa_write_banner_html_content(1, 15909, 4570, '<br style="display:none;"/><style type="text/css">#hitlist-wrapper .moduleTitle {color:#EE1C24;font-size:12px;font-weight:700;height:29px;line-height:30px;overflow:hidden;position:relative;text-transform:uppercase;padding:0 0px;border-bottom:1px solid #EE1C24;}#hitlist-wrapper .moduleTitle a {text-decoration:none;color:#EE1C24;}#hitlist-wrapper .moduleTitle a img{border:0;}#hitlist-wrapper .moduleTitle span {color:#000000;}#hitlist-wrapper .moduleFooter {background:#FFFFFF;margin-bottom:3px;height:29px;width:242px;}#hitlist-wrapper .moduleFooter .content {float:right;font-size:10px;line-height:12px;padding-top:10px;color:#9c9b9b;}#hitlist-wrapper .moduleFooter .content img {border:0;margin:0 5px;}#hitlist-wrapper .module {overflow:hidden;width:242px;}#hitlist-wrapper .crm100 .teaser1 {width:242px;}#hitlist-wrapper .module .teaser1, #hitlist-wrapper .module .teaser2 {background:#FFFFFF;overflow:hidden;position:relative;}#hitlist-wrapper .hitlist {width:242px;}#hitlist-wrapper .hitlist .hit {height:33px;width:242px;}#hitlist-wrapper .hitlist .active {height:156px;width:242px;}#hitlist-wrapper .hitlist .number {width:32px;height:25px;font:bold 10px Verdana;color:#000000;padding-top:7px;border-bottom:solid 1px #e5e5e5;background:#ffffff;float:left;text-align:center;}#hitlist-wrapper .hitlist .active .number {width:32px;height:148px;font:bold 10px Verdana;color:#d00;padding-top:7px;border-bottom:solid 1px #e5e5e5;float:left;background:#ffffff;text-align:center;}#hitlist-wrapper {width:242px;height:347px;color:#000;font-family:Verdana,sans-serif;font-size:10px;font-size-adjust:none;font-style:normal;font-variant:normal;font-weight:400;line-height:15px;}#hitlist-wrapper * {margin:0px;padding:0px;}#hitlist-wrapper .hitlist .imageTeaser {width:210px;height:32px;background-color:#ffffff;border-bottom:solid 1px #e5e5e5;float:right;}#hitlist-wrapper .hitlist .active .imageTeaser {width:210px;height:155px;background:#ffffff;border-bottom:solid 1px #e5e5e5;position:relative;}#hitlist-wrapper .hitlist .imageTeaser img {float:left;border:0;margin:0px 7px 5px 0px;}#hitlist-wrapper .hitlist .text {float:left;display:inline;margin:5px 3px 0 7px;}#hitlist-wrapper .hitlist .top5Subline, #hitlist-wrapper .hitlist .top5Subline a {height:10px;font-weight:700;text-transform:uppercase;font-size:10px;line-height:11px;color:#d00;text-decoration:none;overflow:hidden;}#hitlist-wrapper .hitlist .top5Headline, #hitlist-wrapper .hitlist .top5Headline a {color:#D00;text-transform:uppercase;height:22px;font-weight:700;font-size:11px;line-height:18px;text-decoration:none;overflow:hidden;_overflow:visible; /*IE 7*/#overflow:visible; /*IE 6*/}#hitlist-wrapper .hitlist .top5Content a {text-decoration:none;cursor:pointer;color:#000000;}#hitlist-wrapper .hitlist .top5ContentHeadline {color:#D00 !important;text-transform:uppercase;font-weight:bold;font-size:10px;padding-top:2px;line-height:12px;text-decoration:none;height:50px;overflow:hidden;display:block;margin-bottom:10px;}#hitlist-wrapper .hitlist .top5ContentText {text-decoration:none;overflow:hidden;}#hitlist-wrapper .hitlist .active .text {height:155px;width:180px;overflow:hidden;#height:145px; /*IE 6*/margin:7px 3px 0 7px;}#hitlist-wrapper .hitlist .hit .inactive, #hitlist-wrapper .hitlist img, #hitlist-wrapper .hitlist .top5Headline, #hitlist-wrapper .hitlist .top5Content, #hitlist-wrapper .hitlist .active .imageTeaser .text .inactive {display:none;}#hitlist-wrapper .active img, #hitlist-wrapper .hitlist .hit .text .inactive, #hitlist-wrapper .active .top5Headline {display:inline;}#hitlist-wrapper .active .top5Content {display:block;}#hitlist-wrapper .vlButton {position:absolute;bottom:0px;right:0px;}#hitlist-wrapper .vlButton img {#position:absolute; /*IE 6*/#bottom:0px; /*IE 6*/#right:0px; /*IE 6*/}</style><div id="hitlist-wrapper"><div class="moduleTitle"><a target="_blank" name="url1" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2F"><img src="http://netfarm.orbiter.de/media/cs/8607/header_bunte.jpg" alt="Bunte.de online videothek" id="img_header"/></a></div><div class="module crm100"><div class="teaser1"><div class="hitlist"><div class="hit active" onmouseover="var p = this.parentNode; for (var i = 0; i < p.childNodes.length; i++) {p.childNodes[i].className = \'hit\';} this.className = \'hit active\';"><div class="number">01 |</div><div class="number inactive">01 |</div><div class="imageTeaser"><div class="text"><a target="_blank" name="url1" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23335056"><img height="53" width="71" src="http://netfarm.orbiter.de/media/1/4570/os/71x53_zweiohrkueken.jpg" alt="Zweiohrk&uuml;ken" id="img1"/></a><div class="top5Headline inactive"><a href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23335056" name="url1" target="_blank">Zweiohrk&uuml;ken</a></div><div class="top5Content"><a class="top5ContentHeadline" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23335056" name="url1" target="_blank">Zweiohrk&uuml;ken</a><a class="top5ContentText" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23335056" name="url1" target="_blank">Lustige Fortsetzung vom Kinokracher "Keinohrhasen" von und mit Til Schweiger!</a></div><div class="vlButton"><a target="_blank" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23335056"><img height="20" width="108" alt="Zweiohrk&uuml;ken" src="http://netfarm.netnugget.de/media/cs/8607/bt-anschauen.gif"/></a></div></div></div></div><div class="hit" onmouseover="var p = this.parentNode; for (var i = 0; i < p.childNodes.length; i++) {p.childNodes[i].className = \'hit\';} this.className = \'hit active\';"><div class="number">02 |</div><div class="number inactive">02 |</div><div class="imageTeaser"><div class="text"><a target="_blank" name="url2" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23164590"><img height="53" width="71" src="http://netfarm.orbiter.de/media/1/4570/os/71x53_kampf_der_titanen.jpg" alt="Kampf der Titanen" id="img2"/></a><div class="top5Headline inactive"><a href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23164590" name="url2" target="_blank">Kampf der Titanen</a></div><div class="top5Content"><a class="top5ContentHeadline" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23164590" name="url2" target="_blank">Kampf der Titanen</a><a class="top5ContentText" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23164590" name="url2" target="_blank">G&ouml;ttliche Effekte und Action pur mit "Avatar"-Star Sam Worthington!</a></div><div class="vlButton"><a target="_blank" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23164590"><img height="20" width="108" alt="Kampf der Titanen" src="http://netfarm.netnugget.de/media/cs/8607/bt-anschauen.gif"/></a></div></div></div></div><div class="hit" onmouseover="var p = this.parentNode; for (var i = 0; i < p.childNodes.length; i++) {p.childNodes[i].className = \'hit\';} this.className = \'hit active\';"><div class="number">03 |</div><div class="number inactive">03 |</div><div class="imageTeaser"><div class="text"><a target="_blank" name="url3" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D22568876"><img height="53" width="71" src="http://netfarm.orbiter.de/media/1/4570/os/71x53_avatar.jpg" alt="Avatar - Aufbruch nach Pandora" id="img3"/></a><div class="top5Headline inactive"><a href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D22568876" name="url3" target="_blank">Avatar - Aufbruch nach Pandora</a></div><div class="top5Content"><a class="top5ContentHeadline" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D22568876" name="url3" target="_blank">Avatar - Aufbruch nach Pandora</a><a class="top5ContentText" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D22568876" name="url3" target="_blank">Das Meisterwerk von James Cameron, ausgezeichnet mit drei Oscars!</a></div><div class="vlButton"><a target="_blank" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D22568876"><img height="20" width="108" alt="Avatar - Aufbruch nach Pandora" src="http://netfarm.netnugget.de/media/cs/8607/bt-anschauen.gif"/></a></div></div></div></div><div class="hit" onmouseover="var p = this.parentNode; for (var i = 0; i < p.childNodes.length; i++) {p.childNodes[i].className = \'hit\';} this.className = \'hit active\';"><div class="number">04 |</div><div class="number inactive">04 |</div><div class="imageTeaser"><div class="text"><a target="_blank" name="url4" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23376456"><img height="53" width="71" src="http://netfarm.orbiter.de/media/1/4570/os/71x53_cop_out_geladen_und_e.jpg" alt="Cop Out - Geladen und entsichert" id="img4"/></a><div class="top5Headline inactive"><a href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23376456" name="url4" target="_blank">Cop Out - Geladen und entsichert</a></div><div class="top5Content"><a class="top5ContentHeadline" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23376456" name="url4" target="_blank">Cop Out - Geladen und entsichert</a><a class="top5ContentText" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23376456" name="url4" target="_blank">Bruce Willis und Comedian-Star Tracy Morgan als peinliches Bullenduo!</a></div><div class="vlButton"><a target="_blank" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23376456"><img height="20" width="108" alt="Cop Out - Geladen und entsichert" src="http://netfarm.netnugget.de/media/cs/8607/bt-anschauen.gif"/></a></div></div></div></div><div class="hit" onmouseover="var p = this.parentNode; for (var i = 0; i < p.childNodes.length; i++) {p.childNodes[i].className = \'hit\';} this.className = \'hit active\';"><div class="number">05 |</div><div class="number inactive">05 |</div><div class="imageTeaser"><div class="text"><a target="_blank" name="url5" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23370254"><img height="53" width="71" src="http://netfarm.orbiter.de/media/1/4570/os/71x53_in_meinem_himmel.jpg" alt="In meinem Himmel" id="img5"/></a><div class="top5Headline inactive"><a href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23370254" name="url5" target="_blank">In meinem Himmel</a></div><div class="top5Content"><a class="top5ContentHeadline" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23370254" name="url5" target="_blank">In meinem Himmel</a><a class="top5ContentText" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23370254" name="url5" target="_blank">Sensibles Drama mit ruhigen T&ouml;nen und einer farbenfrohen Zwischenwelt.</a></div><div class="vlButton"><a target="_blank" href="http://www.cya1t.net/tracker/67/88633/4572/15909/4/?a=0&tit=Bunte.de%20Top%205%20KW%20325%2F36&crid=4570&sale_partner=Videoload%7CBunte%7C00002&click=http%3A%2F%2Fvideoload.bunte.de%2Ffrontend%2Fdetails.php%3Fpartnerid%3D3%26articleid%3D23370254"><img height="20" width="108" alt="In meinem Himmel" src="http://netfarm.netnugget.de/media/cs/8607/bt-anschauen.gif"/></a></div></div></div></div></div></div></div><div class="moduleFooter"><div class="content">powered by <a target="_blank" href="http://www.videoload.de"><img height="14" width="70" alt="Videoload.de" src="http://netfarm.netnugget.de/media/cs/8607/videoload.gif"/></a></div></div></div>', '242', '347', 'Bunte.de Top 5 KW 325/36');
		break;

                default:
                        sa_write_blanker(pa_position);
        }
}

adl_lib_finished = new Object;
adl_lib_finished.loaded = true;

for (var i = 0; i < pos_array.length; i++) {
    show_pos(pos_array[i]);
}

})();
