
var psacode = '<object width="420" height="280"><param name="movie" value="http://www.youtube.com/v/N6RRjrXVmyw&hl=en_US&fs=1&color1=0x3a3a3a&color2=0x999999&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/N6RRjrXVmyw&hl=en_US&fs=1&color1=0x3a3a3a&color2=0x999999&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="420" height="280"></embed></object>';

function showpsa() {
	$('#psa').html(psacode);	
}

$(function() {
	$('#psa').html('<a href="javascript:showpsa();" title="Lady GaGa Message"><img src="_images/_global/psa.jpg" alt="Lady GaGa Message" /></a>');	   
});