if(typeof jQuery == 'undefined'){ document.write(''); } function start(tbp_id){ myJQueryCode(tbp_id); } function myJQueryCode(tbp_id) { var mt = $('meta[name=viewport]'); mt = mt.length ? mt : $('').appendTo('head'); mt.attr('content', 'width=device-width, initial-scale=1, shrink-to-fit=no'); get_banner(tbp_id); } function get_banner(tbp_id){ $.ajax({ url:"https://network.thebizportal.com/banner_request", method:"POST", data:{tbp_width:tbp_width,tbp_height:tbp_height,tbp_publisher_id:tbp_publisher_id,tbp_website_id:tbp_website_id}, cache: false, success:function(data) { //alert(data); $('#'+tbp_id).append(data); } }); }