


function avigo_prod_lastm_aff(link){

        // ********************************************************************************
        // *** set the following values: ***
        // ********************************************************************************

        var txt_product = "Schn&auml;ppchen für alle!";
        var txt_description = "T&auml;glich 30 Mio. aktuelle Lastminute Angebote - z.B. <b>7 Tage inkl. Flug</b> & Transfer auf Mallorca";
        var txt_price = "schon ab &euro; 199,-";
        var product_id = "http://lastminute.avigo.de/booking/avigo2/index.php?KID=766000";

        var img_src = "http://www.avigo.de/avigo/image/cms/140x50_lastminute-frau.jpg"
        var img_width = "140";
        var img_height = "50";
        var img_alt = "Lastminute-Reisen!";

        var zanox_link = link + product_id;

        document.write('<table width="140" border="0" cellspacing="0" cellpadding="0" height="160">');
        document.write('<tr height="15">');
        document.write('<td bgcolor="#990000" width="140" height="15">');
        document.write('<div style="font-size:11px; color:#ffffff;font-family: Verdana, Arial; font-weight: bold;">');
        document.write('<font color="#ffffff">&nbsp;Last Minute Reisen</font></div></td></tr>');
        document.write('<tr height="50">');
        document.write('<th width="140" height="50"><img src=' + img_src + ' alt=' + img_alt + ' width=' + img_width + ' height=' + img_height + ' border="0"></th>');
        document.write('</tr><tr height="20">');
        document.write('<td valign="bottom" width="140" height="20">');
        document.write('<div style="font-size:10px;font-family: Verdana, Arial; font-weight: bold;">' + txt_product + '');
        document.write('</td></div></tr>');
        document.write('<tr height="52">');
        document.write('<td valign="bottom" width="140" height="52"> <div style="font-size:10px;font-family: Verdana, Arial;">' + txt_description + '</div></td>');
        document.write('</tr><tr height="22">');
        document.write('<td valign="top" width="140" height="22">');
        document.write('<div style="font-size:10px;font-family: Verdana, Arial;font-weight: bold;">');
        document.write('<A href="' + zanox_link + '" target="_blank"><b><font color="#990000">' + txt_price + '</font></b><img src="http://www.avigo.de/images/avigo/arrrow_kl_r.gif" width="12" height="7" border="0"></div>');
        document.write('</td></tr></table>');
}