//This calls the flash movie from outside the HTML document in order to avoid the activex alert
function embedFlash()
{
   document.write('<object type="application/x-shockwave-flash" data="http://www.bhs.co.uk/mall/bhsstore/flash/homepage/toprightbarclaycard.swf" width="190" height="275">\n');
   document.write('<param name="movie" value="http://www.bhs.co.uk/mall/bhsstore/flash/homepage/toprightbarclaycard.swf" />\n');
   document.write('<param name="loop" value="true" />\n'); 
   document.write('<img src="http://www.bhs.co.uk/mall/bhsstore/images/home/toprightbanner.jpg" width="190" height="275" alt="" />\n'); 
   document.write('</object>\n');
}
