function cYouTube()
{
	this.view = function(id)
	{
		window.open('http://youtube.com/watch?v='+id+'&feature=dir');
	}
}
oYouTube = new cYouTube();
