function napo_ProductOfTheWeek03(link)
{
// ********************************************************************************
// *** set the following values: ***
// ********************************************************************************
var product_id = "g=g327&o=6180-49-31_1pd-0506";

var txt_product = "Modische R&ouml;cke von PUSSY DELUXE!";
var txt_description = "bei Napo-Shop";
var txt_price = "nur &euro; 47,90";
var img_source = "1pd-0506_100x120.gif";
var img_height = "120";
var img_width = "100";
var img_alt = "";

var img_path = "http://www.napo-shop.de/images/products/specials/";

// ********************************************************************************
// *** calling part: ***
// ********************************************************************************
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 + img_source + ' " ALT=" ' + img_alt + ' " border="0" WIDTH=" ' + img_width + ' " HEIGHT= " ' + img_height + ' ">');
document.writeln('<BR><B>' + txt_product + '</B></A><BR>' + txt_description + '<BR><FONT COLOR="red"> <B>' + txt_price + '</B></NOBR></FONT></CENTER></FONT>');
document.writeln('</TD></TR></TABLE>');
}
