var so1 = new SWFObject("/switch/flash/newerplayer.swf", "flashwall", "782", "380", "8", "#FFFFFF");
	so1.addParam("wmode", "transparent");
	//so1.write("flashplayer");
	window.name="main";

glow.onDomReady(function() {
	glow.dom.get("a.iplayer-console").each( function() {
		this.onclick = function () {
			window.open(this.href,'aod','width=512,height=270,toolbar=no,personalbar=no,location=no,directories=no,statusbar=no,menubar=no,status=no,resizable=yes,left=60,screenX=60,top=100,screenY=100');
			this.target = "aod";
			return false;
		}
	});
});

if(location.search.substring(1)=="focuswin") {
	window.focus();
};