var tvtouringEmbed, tvtouringem;

tvtouringEmbed = function ()
{
	this.show = function ()
	{
		$('embedBox').show();
		try {
			$('tvtouring_embed').focus();
			$('tvtouring_embed').select();
		} catch(e){}
	};
	
	this.hide = function ()
	{
		$('embedBox').hide();
	};
};

tvtouringem = new tvtouringEmbed();
