function swapVid(vidClass,auto,width,height){
	
	$('#theplayer').empty();

	var flashvars = {
	  'file':               'http://truthonhealth.org/vids/'+vidClass+'.xml',
	  'autostart':          auto
	};
	var params = {
	  'allowfullscreen':    'true',
	  'allowscriptaccess':  'always',
	  'bgcolor':            '#ffffff'
	};
	var attributes = {
	  'id':                 'player1',
	  'name':               'player1'
	};

	$('#theplayer').flash({    
		swf: 'http://truthonhealth.org/vids/jw_player43.swf',
		flashvars: flashvars,
		width: width,
		height: height
	});
	
	//swfobject.embedSWF('http://truthonhealth.org/vids/jw_player43.swf', 'theplayer', '445', '270', '9', 'false', flashvars, params, attributes);
}
