// JavaScript Document
if(WM_pluginDetect('Flash 3', 'swf',
'application/x-shockwave-flash','ShockwaveFlash.ShockwaveFlash.4')) {
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"171\" height=\"213\">")
document.write("<param name=\"movie\" value=\"images/f_home_images.swf\">")
document.write("<param name=\"quality\" value=high>")
document.write("<embed src=\"images/f_home_images.swf\" quality=\"high\" type=\"application/x-shockwave-flash\" width=\"171\" height=\"213\"></embed>")
document.write("</object>");
} else {
   document.write('<img src=\"images/p_home_flashalt.jpg\" width=\"171\" height=\"213\" alt=\"Crofton Infant School\"></a>');
}