﻿if (!window.MSDN)
	MSDN = {};

MSDN.Page = function() 
{
}
function banner(sender)
{
		location.href='http://www.ithvezda.cz/okenko/';
}

MSDN.Page.prototype =
{
	handleLoad: function(control, userContext, rootElement) 
	{
		this.control = control;
		this.rootElement = rootElement;
		rootElement.findName("pohyb").begin();
	}
	
}