function edeka_ProductOfTheWeek3(link)
{
// ********************************************************************************
// *** set the following values: ***
// ********************************************************************************
var product_id = "sample188572-pipl18bLgXGrP8xJmn8b78-1&pkn=sample188572-1hi2NngcZFGX4PDJmn8b78-1143";

var txt_product = "9+3 Angebot";
var txt_description = "Conte di Lucca Cabernet Sauvignon";
var txt_price = "nur 53,91 &euro;";

var img_height = "100"; // not upper then 100
var img_alt = "exklusiv bei edeka24.de bestellen";
var img_path = "http://www.edeka24.de/fileserver/GetFile?name=5IobKoMpWcleqVuJmn8b78-30&mime=image/jpeg&width=200&height=200&quality=50&height=true";

// ********************************************************************************
// *** calling part: ***
// ********************************************************************************

var p_url = link + product_id;var p_url = link + product_id;

document.writeln('<TABLE CELLSPACING="0" BORDER="0" WIDTH="120"><TR><TD WIDTH="120" VALIGN="TOP">');
document.writeln('<FONT SIZE="2" FACE="Arial,Helvetica,sans-serif"><CENTER>');
document.writeln('<A HREF=" ' + p_url + ' " TARGET="_blank">');
document.writeln('<IMG SRC=" ' + img_path + ' " border="0" HEIGHT=" ' + img_height + ' " > ');
document.writeln('<BR><B>' + txt_product + '</B></A><BR>' + txt_description + '<BR><FONT COLOR="red"><B>' + txt_price + '</B></FONT></CENTER></FONT>');
document.writeln('</TD></TR></TABLE>');
}
