function video_swap(vid){

document.getElementById('current_vid').innerHTML = '<object width="340" height="285"><param name="movie" value="http://www.youtube.com/v/'+vid+'&hl=en&fs=1&color1=0x006699&color2=0x54abd6&border=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'+vid+'&hl=en&fs=1&color1=0x006699&color2=0x54abd6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="200"></embed></object>';


results = http.responseText;

document.getElementById('current_vid').innerHTML = results;
new Effect.Pulsate('current_vid',{ pulses: 1, duration: 2 });

 

return false;
}



 
