var aff_Bargains;
var aff_Region = '';
var aff_Rows = 1;
var aff_Cols = 10;
var aff_ID;
function GetAdvert()
{
document.write('<iframe SRC="http://affiliate.stilwell.co.uk/asp/advert.asp?LateBargains=' + aff_Bargains + '&Area=' + aff_Region + '&rows=' + aff_Rows + '&cols=' + aff_Cols + '&ID=' + aff_ID + '" width=' + aff_Cols * 110 + ' height=' + (aff_Rows * 115 + 20) + ' frameborder=0 ALIGN=CENTER SCROLLING="no"></iframe>'); 
}
