tag1 = "<object width='425' height='344'><param name='movie' value='"
tag2 = "'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='"
tag3 = "' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='425' height='344'></embed></object>"

function changeVid(url) {
	vid = tag1 + url + tag2 + url + tag3;
	document.getElementById('vid').innerHTML = vid;
}