$(function(){
	var so = new SWFObject("/swf/flvplay.swf", "TVNews", "900", "504", "8.0.23", "#FFFFFF", true);
	so. addParam('flashvars','&streamName=/swf/sure-t/sure-t_900px.flv&amp;skinName=/swf/flvskin&autoPlay=false&amp;autoRewind=true"');

	so.write("flashcontent"); 
	
	$("#flashcontent").dialog({
		autoOpen: false,
		title: "View the Sure-T Demonstration",
		modal: true,
		width: '910',
		height: '528'
	});
		
	$("a.dialog").click(function(){
		$(".ui-dialog-content").dialog("open");
		return false;
	});
})