function derclub_ProductOfTheWeekMusikVideo(link)
{
// ********************************************************************************
// *** set the following values: ***
// ****derclub_ProductOfTheWeekMusikVideo****************************************************************************
var product_id = "019096";
var txt_product = "Das gro&szlig;e dpa Bildarchiv";
var txt_description = "Bilder, die um die Welt gingen.";
var txt_company = "im Club-Einstiegsangebot";
var txt_price = "GRATIS";
var img_source = "019096.jpg";
var img_alt = "GRATIS";
var img_path = "http://img.derclub.de/70/";
var link_path = "http://www.derclub.de/dse/microsites/50eurobuch/?WAN=10001&WBT=09955&PId=";
// ********************************************************************************
// *** calling part: ***
// ********************************************************************************
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=" ' + link + link_path + product_id + ' " TARGET="_blank">');
document.writeln('<IMG SRC=" ' + img_path + img_source + ' " ALT=" ' + img_alt + ' " border="0">');
document.writeln('<BR><B>' + txt_product + '</B></A><BR>' + txt_description + '<BR>' + txt_company + '<BR><FONT COLOR="red"><B>' + txt_price + '</B></FONT></CENTER></FONT>');
document.writeln('</TD></TR></TABLE>');
}