if(typeof showMessage == 'function')
{
	hasTube = true;
}
else 
{
	hasTube = false;
}

function embedVideo(youtube, teachertube, width, height)
{
	//if(hasTube)
	//{
		document.write('<object width="' + width + '" height="' + height + '"><param name="movie" value="http://www.youtube.com/v/' + youtube + '"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/' + youtube + '" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="' + width + '" height="' + height + '"></embed></object>');
	//}
	//else
	//{
	/*
		document.write('<embed src="http://www.teachertube.com/embed/player.swf" width="' + width + '" height="' + height + '" bgcolor="undefined" allowscriptaccess="always" allowfullscreen="true" flashvars="file=http://www.teachertube.com/embedFLV.php?pg=video_' + teachertube + '&menu=false&frontcolor=ffffff&lightcolor=FF0000&logo=http://www.teachertube.com/www3/images/greylogo.swf&skin=http://www.teachertube.com/embed/overlay.swf&volume=80&controlbar=over&displayclick=link&viral.link=http://www.teachertube.com/viewVideo.php?video_id=' + teachertube + '&stretching=exactfit&plugins=viral-1&viral.callout=none&viral.onpause=false" />');
		*/
	//}
}
