var stampa_div=0;
var bloccoTitle;
var bloccoTitle_sx;

function google_ad_request(pos, first, len) {

	if(global_ads_switcher == 'oAds') {
		bloccoTitle = 'SPONSOR';
		bloccoTitle_sx = '';
	} else {
		if(global_ads_switcher == 'gSrc') {
			bloccoTitle = 'COLLEGAMENTI SPONSORIZZATI';
			bloccoTitle_sx = 'COLLEGAMENTI SPONSORIZZATI';
		} else {
			bloccoTitle = 'ANNUNCI GOOGLE';
			bloccoTitle_sx = 'ANNUNCI GOOGLE';
		}
	}
	if(global_ads_switcher == 'keys') {
		bloccoTitle = '';
	}

    var s = '';
    var i;

    first = first - 1;
    last = first + len - 1;

    if (global_xgiox_ads.length <= last)
        last = global_xgiox_ads.length - 1;

    if (global_xgiox_ads.length == 0) {
        return;
    }   

	if (first > global_xgiox_ads.length) {
        return;
    }
    
    if (global_xgiox_ads[first].type=='text') {
        if (global_xgiox_ads.length > first) {
            if (global_xgiox_ads.length < last) {
                last = global_xgiox_ads.length;
            }
            switch(pos) {
				case 'COLSX-SEARCH':
                    s  = '<table width="450" cellspacing="0" cellpadding="0" border="0"><tr><td width="10"><img src="/img/space.gif" width="10" height="1" alt="" /></td><td bgcolor="#99CC00" width="430" colspan="2"><img src="/img/space.gif" width="1" height="1" alt="" /></td><td width=10></td></tr><tr><td colspan="3"><img src="/img/space.gif" width="1" height="5" alt="" /></td></tr>';

					var dsc = '';
					var xyz = '';
                    for(i=first; i<= last; ++i) {
						if (i == first)
							xyz = "<font color=#99CC00>"+bloccoTitle+"</font>";
						else
                            xyz = '';

                        if (global_xgiox_ads[i].line3 != '') {
                            monospace = '<br />';
                        } else {
                            monospace = ' ';
                        }
						dsc = global_xgiox_ads[i].line2 + monospace + global_xgiox_ads[i].line3;

                        s += '<tr><td colspan="3"><img src="/img/space.gif" width="1" height="5" alt="" /></td></tr><tr><td></td><td>';
                        s += '<a href="'+global_xgiox_ads[i].url+'" ';
                        s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" class="linkArea" rel="nofollow">';
                        s += global_xgiox_ads[i].line1;
                        s += '</a>';
                        s += '<td align="right" class="linkOrdina">'+xyz+'</td></tr><tr><td width=10></td><td colspan="2"><a href="'+global_xgiox_ads[i].url+'" ';
						s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';
						s += 'class="testoLinkSponsorizzati"  rel="nofollow">'+dsc+'</a><br />';
						s += '<a href="'+global_xgiox_ads[i].url+'" ';
						s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';
						s += 'class="testoVerde" rel="nofollow">';
						s += global_xgiox_ads[i].visible_url+'</a></td><td></td></tr>';
                    }
                    s += '<tr><td colspan="3"><img src="/img/space.gif" width="1" height="10" alt="" /></td></tr></table>';
                    break;
				case 'COLSX-SEARCH2':
					s = '';
					if(stampa_div == 1) {
						s += '<table width="450" cellspacing="0" cellpadding="0" border="0">';
						s += '<tr class="titoloBloccoVerde"><td width="10"><img src="/img/space.gif" width="10" height="20" alt="" /></td><td width="440" colspan="5" class="titoloBloccoVerde">'+bloccoTitle+'</td></tr>';
        				s += '<tr><td colspan="7"><img src="/img/space.gif" width="1" height="5" alt="" /></td></tr>';
					} else {
						s += '<table width="450" cellspacing="0" cellpadding="0" border="0"><tr><td width="10"><img src="/img/space.gif" width="10" height="1" alt="" /></td><td bgcolor="#99CC00" width="430" colspan="2"><img src="/img/space.gif" width="1" height="1" alt="" /></td><td width=10></td></tr><tr><td colspan="3"><img src="/img/space.gif" width="1" height="5" alt="" /></td></tr>';
					}

					var xyz = "";
					var dsc = "";
                    for(i=first; i<= last; ++i) {
						if (i == first)
                            xyz = "<font color=#99CC00>"+bloccoTitle_sx+"</font>";
						else
							xyz = '';

                        if (global_xgiox_ads[i].line3 != '') {
                            monospace = '<br />';
                        } else {
                            monospace = ' ';
                        }
                        dsc = global_xgiox_ads[i].line2 + monospace + global_xgiox_ads[i].line3;

                        s += '<tr><td colspan="3"><img src="/img/space.gif" width="1" height="5" alt="" /></td></tr><tr><td></td><td>';
                        s += '<a href="'+global_xgiox_ads[i].url+'" ';
                        s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" class="linkArea" rel="nofollow">';
                        s += global_xgiox_ads[i].line1;
                        s += '</a>';
                        s += '<td align="right" class="linkOrdina">'+xyz+'</td></tr><tr><td width=10></td><td colspan="2"><a href="'+global_xgiox_ads[i].url+'" ';
                        s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';
                        s += 'class="testoLinkSponsorizzati"  rel="nofollow">'+dsc+'</a><br />';
                        s += '<a href="'+global_xgiox_ads[i].url+'" ';
                        s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';
                        s += 'class="testoVerde" rel="nofollow">';
                            s += global_xgiox_ads[i].visible_url+'</a></td><td></td></tr>';
                    }
                    s += '<tr><td colspan="3"><img src="/img/space.gif" width="1" height="10" alt="" /></td></tr></table>';
					//if(stampa_div == 1) {
						//s += '</div>';
					//}
                    break;
				case 'COLSX':
					s = '';
					if(stampa_div == 1) {
						s += '<table width="450" cellspacing="0" cellpadding="0" border="0">';
						s += '<tr class="titoloBloccoVerde"><td width="10"><img src="/img/space.gif" width="10" height="20" alt="" /></td><td width="440" colspan="5" class="titoloBloccoVerde">'+bloccoTitle+'</td></tr>';
        				s += '<tr><td colspan="7"><img src="/img/space.gif" width="1" height="5" alt="" /></td></tr>';
					} else {
						s += '<table width="450" cellspacing="0" cellpadding="0" border="0"><tr><td width="10"><img src="/img/space.gif" width="10" height="1" alt="" /></td><td bgcolor="#99CC00" width="430" colspan="2"><img src="/img/space.gif" width="1" height="1" alt="" /></td><td width=10></td></tr><tr><td colspan="3"><img src="/img/space.gif" width="1" height="5" alt="" /></td></tr>';
					}

					var xyz = "";
					var dsc = "";
                    for(i=first; i<= last; ++i) {
						if (i == first)
                            xyz = "<font color=#99CC00>"+bloccoTitle_sx+"</font>";
						else
							xyz = '';

                        monospace = ' ';
                        dsc = global_xgiox_ads[i].line2 + monospace + global_xgiox_ads[i].line3;

                        s += '<tr><td colspan="3"><img src="/img/space.gif" width="1" height="5" alt="" /></td></tr><tr><td></td><td>';
                        s += '<a href="'+global_xgiox_ads[i].url+'" ';
                        s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" class="linkArea" rel="nofollow">';
                        s += global_xgiox_ads[i].line1;
                        s += '</a>';
                        s += '<td align="right" class="linkOrdina">'+xyz+'</td></tr><tr><td width=10></td><td colspan="2"><a href="'+global_xgiox_ads[i].url+'" ';
                        s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';
                        s += 'class="testoLinkSponsorizzati"  rel="nofollow">'+dsc+'</a><br />';
                        s += '<a href="'+global_xgiox_ads[i].url+'" ';
                        s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';
                        s += 'class="testoVerde" rel="nofollow">';
                        s += global_xgiox_ads[i].visible_url+'</a></td><td></td></tr>';
                    }
                    s += '<tr><td colspan="3"><img src="/img/space.gif" width="1" height="10" alt="" /></td></tr></table>';
					//if(stampa_div == 1) {
						//s += '</div>';
					//}
                    break;
				case 'COLDX':
					s  = '<div id="bloccodx04" class="bloccodx"><table width="300" cellspacing="0" cellpadding="0" border="0"><tr class="titoloBloccoGrigio"><td width="10"><img src="/img/space.gif" width="10" height="20" alt="" /></td><td class="titoloBloccoGrigio">'+bloccoTitle+'</td><td><img src="/img/space.gif" width="30" height="1" alt="" /></td></tr>';

					var dsc = "";

					for(i=first; i<= last; ++i) {

                        if (global_xgiox_ads[i].line3 != '') {
                            monospace = '<br />';
                        } else {
                            monospace = ' ';
                        }
                        dsc = global_xgiox_ads[i].line2 + monospace + global_xgiox_ads[i].line3;

						s += '<tr><td colspan="3"><img src="/img/space.gif" width="1" height="5" alt="" /></td></tr><tr><td></td><td>';
						s += '<a href="'+global_xgiox_ads[i].url+'" ';
                        s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" class="linkArea" rel="nofollow">';
						s += global_xgiox_ads[i].line1;
                        s += '</a>';
						s += '<br /><a href="'+global_xgiox_ads[i].url+'"'; 
						s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';
						s += 'class="testoLinkSponsorizzati" rel="nofollow">'+dsc+'</a><br />';
						s += '<a href="'+global_xgiox_ads[i].url+'" ';
						s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';	
						s += 'class="testoVerde" rel="nofollow">';
						s += global_xgiox_ads[i].visible_url+'</a></td><td></td></tr>';
					}	
					s += '<tr><td colspan="3"><img src="/img/space.gif" width="1" height="5" alt="" /></td></tr></table></div>';
					break;
				case 'COLDXSTRETTO':
					s  = '<div id="bloccodx01" class="bloccodx_b"> <table cellspacing="0" cellpadding="0" border="0" class="larghezza160_b"> <tr> <td class="larghezza10_b titoloBloccoGrigio"><img src="/img/space.gif" width="10" height="20" alt="" /></td> <td class="titoloBloccoGrigio">'+bloccoTitle+'</td> <td class="larghezza10_b titoloBloccoGrigio"><img src="/img/space.gif" width="10" height="1" alt="" /></td> </tr>';

					var dsc = "";
                    for(i=first; i<= last; ++i) {

                        if (global_xgiox_ads[i].line3 != '') {
                            monospace = '<br />';
                        } else {
                            monospace = ' ';
                        }
                        dsc = global_xgiox_ads[i].line2 + monospace + global_xgiox_ads[i].line3;

                        s += '<tr><td colspan="3"><img src="/img/space.gif" width="1" height="10" alt="" /></td></tr><tr><td></td><td>';
                        s += '<a href="'+global_xgiox_ads[i].url+'" ';
                        s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" class="linkArea" rel="nofollow">';
                        s += global_xgiox_ads[i].line1;
                        s += '</a>';
                        s += '<br /><a href="'+global_xgiox_ads[i].url+'" ';
						s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';
						s += 'class="testoLinkSponsorizzati" rel="nofollow">'+dsc+'</a><br />';
                        s += '<a href="'+global_xgiox_ads[i].url+'" ';
						s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';
						s += 'class="testoVerde" rel="nofollow">';
                        if(global_xgiox_ads[i].visible_url.length > 27)
                            s += '<span style="font-size:9px;">'+global_xgiox_ads[i].visible_url+'</span>';
                        else
                            s += global_xgiox_ads[i].visible_url;
                        s += '</a></td><td></td></tr>';
                    }
                    s += '<tr><td colspan="3"><img src="/img/space.gif" width="1" height="5" alt="" /></td></tr></table></div>';
                    break;
				case '2COL':
					//s = '<table class="larghezza590_b" cellspacing="0" cellpadding="0" border="0"> <tr> <td></td> <td colspan="3" align="right"><font color=#99CC00>'+bloccoTitle+'</font></td> <td></td> </tr> <tr> <td></td> <td colspan="3" bgcolor="#99CC00"><img src="space.gif" width="10" height="1" alt="" /></td> <td></td> </tr> <tr> <td></td> <td colspan="3"><img src="space.gif" width="1" height="10" alt="" /></td> <td></td> </tr> <tr> <td class="larghezza10_b"><img src="space.gif" width="10" height="1" alt="" /></td>';

					//s = '<table class="larghezza590_b" cellspacing="0" cellpadding="0" border="0"><tr> <td></td> <td colspan="3" bgcolor="#99CC00"><img src="space.gif" width="10" height="1" alt="" /></td> <td></td> </tr><tr> <td></td> <td colspan="3" align="right"><font color=#99CC00>'+bloccoTitle+'</font></td> <td></td> </tr><tr> <td></td> <td colspan="3"><img src="space.gif" width="1" height="10" alt="" /></td> <td></td> </tr> <tr> <td class="larghezza10_b"><img src="space.gif" width="10" height="1" alt="" /></td>';

					s = '<table class="larghezza590_b" cellspacing="0" cellpadding="0" border="0" style="margin: 10px 0 0 0;"> <tr> <td></td> <td colspan="3" align="left" class="linkOrdina"><font color=#99CC00>'+bloccoTitle+'</font></td> <td></td> </tr> <tr> <td></td> <td colspan="3" bgcolor="#99CC00"><img src="space.gif" width="10" height="1" alt="" /></td> <td></td> </tr> <tr> <td></td> <td colspan="3"><img src="space.gif" width="1" height="10" alt="" /></td> <td></td> </tr> <tr> <td class="larghezza10_b"><img src="space.gif" width="10" height="1" alt="" /></td>';

					var dsc = "";
					for(i=first; i<= last; ++i) {

                        if (global_xgiox_ads[i].line3 != '') {
                            monospace = '<br />';
                        } else {
                            monospace = ' ';
                        }
                        dsc = global_xgiox_ads[i].line2 + monospace + global_xgiox_ads[i].line3;
						s += '<td class="larghezza280_b" valign="top">';
						s += '<a href="'+global_xgiox_ads[i].url+'" ';
						s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';
						s += 'class="linkArea" rel="nofollow">';
						s += global_xgiox_ads[i].line1;
                        s += '</a>';
                        s += '<br /><a href="'+global_xgiox_ads[i].url+'" ';
                        s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';
                        s += 'class="testoLinkSponsorizzati" rel="nofollow">'+dsc+'</a><br />';
                        s += '<a href="'+global_xgiox_ads[i].url+'" ';
                        s += 'onMouseOut="window.status=\'\'; return true;" ';
                        s += 'onMouseOver="window.status=\'go to http://'+global_xgiox_ads[i].visible_url+'\'; return true;" ';
                        s += 'class="a_b" rel="nofollow">';	
						s += '<span class="testoVerde">'+global_xgiox_ads[i].visible_url+'</span></a></td><td class="larghezza10_b"><img src="space.gif" width="10" height="1" alt="" /></td>';
					}					
				
					s += '</tr> <tr> <td></td> <td colspan="3"><img src="space.gif" width="1" height="10" alt="" /></td> <td></td> </tr> </table>';
					break;
                default:
					s = '';
            }
        }
    }   

    document.write(s);
    return;
}

