function dfl_uk_ProductOfTheWeek01(link)
{
// ********************************************************************************
// *** set the following values: ***
// ********************************************************************************
var product_id = "http://www.dress-for-less.co.uk/perl/aktuell.cgi?Sparte=W&o=D6703-44-31_100x120_w&et_cid=27&et_lid=650364";

var txt_product = "TOMMY HILFIGER & other fantastic designers";
var txt_description = "at dress-for-less";
var txt_price = "<font color=\"red\"><br><b>save up to 70%!</b>";
var img_source = "dfl_kategorie_women_100x120_en.jpg";
var img_height = "120";
var img_width = "100";
var img_alt = "save up to 70%!";

var img_path = "http://www.dress-for-less.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><NOBR><STRIKE>' + '</STRIKE>' + txt_price + '</NOBR></CENTER></FONT>');
document.writeln('</TD></TR></TABLE>');
}
