	function printvideolinks(v1,v2,v3,v4,v5,v6) {
					document.write('<div id="videoBox" style="margin-bottom:10px;">');
					document.write('<div id="vid1" style="display:block;">');
					document.write('<object width="340" height="268"><param name="movie" value="'+v1+'"></param><param name="allowFullScreen" value="true"></param><embed src="'+v1+'" type="application/x-shockwave-flash" allowfullscreen="true" width="340" height="268"></embed></object>');
					document.write('</div>');
					document.write('<div id="vid2" style="display:none;">');
					document.write('<object width="340" height="268"><param name="movie" value="'+v2+'"></param><param name="allowFullScreen" value="true"></param><embed src="'+v2+'" type="application/x-shockwave-flash" allowfullscreen="true" width="340" height="268"></embed></object>');
					document.write('</div>');
					document.write('<div id="vid3" style="display:none;">');
					document.write('<object width="340" height="268"><param name="movie" value="'+v3+'"></param><param name="allowFullScreen" value="true"></param><embed src="'+v3+'" type="application/x-shockwave-flash" allowfullscreen="true" width="340" height="268"></embed></object>');
					document.write('</div>');
					document.write('<div id="vid4" style="display:none;">');
					document.write('<object width="340" height="268"><param name="movie" value="'+v4+'"></param><param name="allowFullScreen" value="true"></param><embed src="'+v4+'" type="application/x-shockwave-flash" allowfullscreen="true" width="340" height="268"></embed></object>');
					document.write('</div>');
					document.write('<div id="vid5" style="display:none;">');
					document.write('<object width="340" height="268"><param name="movie" value="'+v5+'"></param><param name="allowFullScreen" value="true"></param><embed src="'+v5+'" type="application/x-shockwave-flash" allowfullscreen="true" width="340" height="268"></embed></object>');
					document.write('</div>');
					document.write('<div id="vid6" style="display:none;">');
					document.write('<object width="340" height="268"><param name="movie" value="'+v6+'"></param><param name="allowFullScreen" value="true"></param><embed src="'+v6+'" type="application/x-shockwave-flash" allowfullscreen="true" width="340" height="268"></embed></object>');
					document.write('</div>');					
					document.write('</div>');
				}
				
				function returnlinks (v1,v2,v3,v4,v5,v6) {
				  document.getElementById('blah1').innerHTML = '<div id="videoBox" style="margin-bottom:10px;"><div id="vid1" style="display:none;"><object width="340" height="268"><param name="movie" value="'+v1+'"></param><param name="allowFullScreen" value="true"></param><embed src="'+v1+'" type="application/x-shockwave-flash" allowfullscreen="true" width="340" height="268"></embed></object></div><div id="vid2" style="display:none;"><object width="340" height="268"><param name="movie" value="'+v2+'"></param><param name="allowFullScreen" value="true"></param><embed src="'+v2+'" type="application/x-shockwave-flash" allowfullscreen="true" width="340" height="268"></embed></object></div><div id="vid3" style="display:none;"><object width="340" height="268"><param name="movie" value="'+v3+'"></param><param name="allowFullScreen" value="true"></param><embed src="'+v3+'" type="application/x-shockwave-flash" allowfullscreen="true" width="340" height="268"></embed></object></div><div id="vid4" style="display:none;"><object width="340" height="268"><param name="movie" value="'+v4+'"></param><param name="allowFullScreen" value="true"></param><embed src="'+v4+'" type="application/x-shockwave-flash" allowfullscreen="true" width="340" height="268"></embed></object></div><div id="vid5" style="display:none;"><object width="340" height="268"><param name="movie" value="'+v5+'"></param><param name="allowFullScreen" value="true"></param><embed src="'+v5+'" type="application/x-shockwave-flash" allowfullscreen="true" width="340" height="268"></embed></object></div><div id="vid6" style="display:none;"><object width="340" height="268"><param name="movie" value="'+v6+'"></param><param name="allowFullScreen" value="true"></param><embed src="'+v6+'" type="application/x-shockwave-flash" allowfullscreen="true" width="340" height="268"></embed></object></div></div>';
				}