j(document).ready(
		function() {

			var params = {
				quality : "high",
				scale : "noscale",
				wmode : "transparent",
				allowscriptaccess : "always",
				base : "/Speedstick/CL/X5/swf/"
			};

			var flashvars = {
					path : "http://www.colgateapp.com/cons/cl/videos/",
					categoria : "2",
					produto : "Men Speed Stick"
			};

			var attributes = {
				id : "videoflashcontent",
				name : "videoflashcontent"
			};
			if(swfobject.hasFlashPlayerVersion("10")){
				/*j('#SC-content #content #stage').css({'height':'376px'});*/
				swfobject.embedSWF("/Speedstick/CL/X5/swf/tvc.swf", "videoflashcontent", "1020",
						"800", "10", "/Speedstick/CL/X5/swf/expressInstall.swf", flashvars, params,
						attributes);
			}else{
				('#SC-content #content #stage').css({'height':'650px'});
			}
		});
