﻿/*window.onload=addScripts;
function addScripts()
{
	alert('heyyyy');
     var target=document.getElementById("area2");
     var p2 = document.getElementById("flashId");
     
     var scriptTag1=document.createElement("script");
     scriptTag1.setAttribute("type","text/javascript");
     scriptTag1.setAttribute("src","http://amch.questionmarket.com/adsc/d447525/8/447645/randm.js");
     
     var scriptTag2=document.createElement("script");
     scriptTag2.setAttribute("type","text/javascript");
     scriptTag2.setAttribute("src","http://amch.questionmarket.com/adsc/d447525/9/447644/randm.js");
     
     target.insertBefore(scriptTag1,p2); 
     target.insertBefore(scriptTag2,p2); 
}
*/

//document.write("<script type='text/javascript' src='http://estc.msn.com/br/intl/spec/de-de/vemapsv4/vev4.js'></script>");
//window.onload = function () {
//alert('asd');
//}
var url1="http://amch.questionmarket.com/adsc/d447525/8/447645/randm.js";
var url2="http://amch.questionmarket.com/adsc/d447525/9/447644/randm.js";
document.write('<script src="', url1, '" type="text/javascript"></script>');
document.write('<script src="', url2, '" type="text/javascript"></script>');