function mantikiProduct(affiliate, prodId, location) {
    var MANTIKI_LOCATION = 'http://www.blacks.co.uk';
    if (typeof location != 'undefined') {
        MANTIKI_LOCATION = location;
    }
    var now = new Date();
    var rnd = Math.floor(Math.random() * 1000000 + 1)
    document.write('<div style=\"display:none\">');
    document.write('<img src="' + MANTIKI_LOCATION + '/mantiki/images/design/pixel.gif?referrer=' + affiliate);
    document.write('&id=' + prodId + '&rnd=' + rnd + '&ts=' + now.getTime());
    document.write('"/></div>');
}