// widgets script exported to file to see help with IE flash activation issue
function writeWidget(){
var str='';
str+='<!--[if IE]><object width="300" height="272" type="application\/x-shockwave-flash" quality="high"><param value="http:\/\/www.bbcgoodfood.com\/\/content\/widgets\/good_food_widget.swf" name="movie"\/><![endif]-->';
str+='<!--[if !IE]><!--><object width="300" height="272" type="application\/x-shockwave-flash" data="http:\/\/www.bbcgoodfood.com\/\/content\/widgets\/good_food_widget.swf"><!--<![endif]--><param name="wmode" value="transparent"\/><param name="allowScriptAccess" value="always"\/><param name="allowNetworking" value="all"\/><\/object>';
document.write(str);
}
writeWidget();
