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

