
Cufon.replace("" +
	"#intro-text h2," +
	"#intro-text h3," +
	"#latest-wevees h2"
);

jQuery(function() {

	/*
	var autoplay = jQuery.cookie("shownVideo") != "true";
	if (autoplay) jQuery.cookie("shownVideo", "true");
	*/
	var autoplay = false;

	$("#intro-video").flashembed({
		"src": "/flash/demoPlayer.swf",
		"expressInstall": "/flash/expressInstall.swf",
		"version": [9, 0],
		"wmode": "opaque",
		"allowfullscreen": true
	}, {
		"clipPath": "/flash/intro.flv",
		"clipLength": 65,
		"autoplay": autoplay
	});

});

