﻿Page.init = function()
{
	var tag = new FlashTag('Content/Login/adPlayer/swf/adPlayer.swf?requestPath=/Content/Login/adPlayer/en/', 800, 300, '10,0,0,0');
	tag.setBgcolor('ffffff');
	tag.write(document.getElementById("flashBanner"));

	App.finish();
}	
