$(document).ready(function(){var b='<object type="application/x-shockwave-flash"data="hif_1_1.swf"width="320" height="240"><param name="movie" value="hif_1_1.swf" /><img src="noflash.gif" width="200" height="100" alt="please install flash player"</object>';var a='<object type="application/x-shockwave-flash"data="hif_2_1.swf"width="320" height="240"><param name="movie" value="hif_2_1.swf" /><img src="noflash.gif" width="200" height="100" alt="please install flash player"</object>';var d='<object type="application/x-shockwave-flash"data="dcrowder_1.swf"width="320" height="240"><param name="movie" value="dcrowder_1.swf" /><img src="noflash.gif" width="200" height="100" alt="please install flash player"</object>';var c='<object type="application/x-shockwave-flash"data="shane_shane_1.swf"width="320" height="240"><param name="movie" value="shane_shane_1.swf" /><img src="noflash.gif" width="200" height="100" alt="please install flash player"</object>';$("#hif01").click(function(e){$("#hif01 img").replaceWith(b);$("#hif01 object").css({padding:10})});$("#hif02").click(function(e){$("#hif02 img").replaceWith(a);$("#hif02 object").css({padding:10})});$("#shane").click(function(e){$("#shane img").replaceWith(c);$("#shane object").css({padding:10})});$("#crowder").click(function(e){$("#crowder img").replaceWith(d);$("#crowder object").css({padding:10})})});