$(document).ready(function(){
	var s1 = new SWFObject("/uws_templates/index/video/flvplayer.swf","fgdfgdf","640","380","7");
	s1.addParam("allowfullscreen","true");
	s1.addParam('allowscriptaccess','always');
	s1.addParam('wmode','transparent');
	s1.addParam('flashvars','file=/uws_templates/index/video/home_video.flv&autostart=true&overstretch=fit&shuffle=false&wmode=transparent&plugins=viral-2&viral.callout=none&viral.onpause=true');
	s1.write("player1");
});
