function playVideo(file) {
	var so = new SWFObject("http://www.element-tv.net/wp-content/themes/element/vtr.swf", "video", "400", "320", "7", "#000000");
	so.addParam("scale", "noscale");
	so.addParam("salign", "TL");
	so.addVariable("url", file);
	so.write("flashcontent");
}