


function avigo_prod_pauschal_aff(link){

        // ********************************************************************************
        // *** set the following values: ***
        // ********************************************************************************

        var txt_product = "Der Sommer kommt...";
        var txt_description = "Mallorca und andere <b>Traumziele warten auf Sie</b> - sichern Sie sich Ihr Hotel zum Wunschtermin";
        var txt_price = "Hier suchen & buchen!";
        var product_id = "hhttp://www.avigo.de/avigo/app/content/resourceId/package";

        var img_src = "http://www.avigo.de/avigo/image/cms/140x50_lastminute_aff.jpg"
        var img_width = "140";
        var img_height = "50";
        var img_alt = "Ab in die Sonne - vergleichen & buchen!";

        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;G&uuml;nstig in die Sonne</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>');
}
