var strSection = document.location.search.substring(1);

document.write('<OBJECT type="application/x-shockwave-flash" data="/global/images/flash/' + strSection + '.swf" width="675" height="328" viewastext style="position:absolute;top:0;left:0;">');
document.write('<PARAM name="movie" value="/global/images/flash/' + strSection + '.swf" />');
document.write('<PARAM name="loop" value= "0">');
document.write('<IMG src="/global/images/banner/' + strSection + '.jpg" width="675" height="328">');
document.write('</OBJECT>');

