if(typeof dojo != "undefined"){
	dojo.ready(function(){
		ch.exm.utils.AsynchLoader.loadBanner({
			src: "templates/volagratis/sandbox/grid_top.html",
			trg: "adagio728x90"
		});
	});
}else{
	Event.observe(document, "dom:loaded", function(){
		ch.exm.utils.AsynchLoader.loadBanner({
			src: "templates/volagratis/sandbox/grid_top.html",
			trg: "adagio728x90"
		});
	});
}

