function playvideo(container,url,width,height){
	var embedcode="<embed src=\""+url+"\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\""+width+"\" height=\""+height+"\"></embed>";
	$("#"+container).html(embedcode);
}
