﻿(function() {
 var url = "http://www.waahhh.com/Widget/affiliate/WaAffiliate_200_200.aspx"; 

 /* var url = "http://localhost:1455/Widget/affilliate/WaAffilliate.aspx"; */


    var current_location = window.location.hostname;
    url += "?" + "host=" + current_location + "&width=" + 200 + "&key=" + unique_key_each_host;
    document.write("<iframe src='" + url + "' scrolling='no' width='200px' height='200px'  frameborder='0' allowtransparency='true'></iframe>");
})()