var webmoney_RandomNumber = Math.round(Math.random()*100000);
if (typeof(webmoney_AdCounter) == "undefined") var webmoney_AdCounter = 1; else webmoney_AdCounter++;
var webmoney_QueryString = new String('http://webmoney.borsa.bg/BannerFactory.php5');
webmoney_QueryString += '?r='+webmoney_RandomNumber;
webmoney_QueryString += '&wmAdCounter='+webmoney_AdCounter;
if (typeof(webmoney_SiteID) != "undefined" && webmoney_SiteID != null)
{
	webmoney_QueryString += '&site_id='+webmoney_SiteID;
} else {webmoney_SiteID=0;}
if (typeof(webmoney_Width) != "undefined" && webmoney_Width != null)
{
	webmoney_Width = (webmoney_Width==250) ? 234 : webmoney_Width;
	webmoney_QueryString += '&Width='+webmoney_Width;
} else {webmoney_Width=234;}
if (typeof(webmoney_Height) != "undefined" && webmoney_Height != null)
{
	webmoney_Height = (webmoney_Height==45) ? 60 : webmoney_Height;
	webmoney_QueryString += '&Height='+webmoney_Height;
} else {webmoney_Height=60;}
if (typeof(webmoney_Type) != "undefined" && webmoney_Type != null)
{
	webmoney_QueryString += '&Type='+webmoney_Type;
}
webmoney_QueryString += '&JSLocation='+window.location;
//document.write('<script type=\"text/javascript\" src=\"'+webmoney_QueryString+'\"><\/script>');
document.write('<ins style=\"border: medium none ; margin: 0pt; padding: 0pt; display: inline-table; height: '+webmoney_Height+'px; position: relative; visibility: visible; width: '+webmoney_Width+'px;\">');
document.write('<ins style=\"border: medium none ; margin: 0pt; padding: 0pt; display: block;        height: '+webmoney_Height+'px; position: relative; visibility: visible; width: '+webmoney_Width+'px;\">');
document.write('<iframe src=\"'+webmoney_QueryString+'\" frameborder=\"0\" width=\"'+webmoney_Width+'\" height=\"'+webmoney_Height+'\" scrolling=\"no\" vspace=\"0\" style=\"left: 0pt; position: absolute; top: 0pt;\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" allowtransparency=\"true\"></iframe>');
document.write('</ins>');
document.write('</ins>');