﻿var baseUrl = "http://www.marbiladserver.co.za/marbil/services/marbil_advert.aspx";
var Icounter = 0;
function getBroadCasterAdvert(Key,width,heigth,specialResponse,amount)
{
    var sSpecialResponse = (arguments[3]) ? "&specialResponse="+arguments[3] : "" ;
    var iAmount = (arguments[4]) ? amount+0 : "1";
    var _counter = Icounter++;
    document.write("<div id='div"+_counter+"'><iframe name='iframe"+_counter+"' src='" + baseUrl + "?key="+Key+sSpecialResponse+"&amount=" + iAmount +"' scrolling='no' frameborder='0' allowtransparency='true' hspace='0' vspace='0' marginheight='0' marginwidth='0' width='"+width+"' height='"+heigth+"' ></iframe></div>");
}



	

