function play_video(video_run,caption,heading)
{

$("#heading").html(heading);
$("#caption").html(caption);
$("#video_run").html('<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/'+video_run+'&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'+video_run+'&hl=en_US&fs=1&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>');
}
