if(navigator.userAgent.indexOf("MSIE 5") != -1){
document.open();
document.writeln('<img src="swf/wine.jpg" alt="Farm in New Zealand" height="220px" width="900px" />');
document.close();
}
else{
document.open();
document.writeln('<embed src="swf/wine.swf" loop="false" menu="false" quality="high" width="900" height="220" bgcolor="#fff" wmode="opaque" type="application/x-shockwave-flash"/>');
document.close();
}

