if(FLASH_VERSION < 7)
{
	document.write('<div class="boxAlert boxAlert_notification">');
	document.write('<div class="boxAlert_top boxAlert_top_notification">');
	document.write('<img src="/templates/images/boxAlert_tr_notification.gif" width="9" height="8" alt="" />');
	document.write('</div>');
	document.write('<div class="boxAlert_body boxAlert_body_notification">');
	document.write('<div class="boxAlert_message boxAlert_message_notification">');
	document.write('<h1>Flash Required</h1>');
	document.write('This site uses Adobe Flash.  You will need to download this FREE plugin.');
	document.write('<p><a href="http://www.adobe.com/go/getflashplayer/" target="_top"><img src="http://www.adobe.com/support/programs/mwm/images/get_flashplayer.gif" width=88 height=31 alt="Get Adobe Flash Player" border="0"></a></p>');
	document.write('</div>');
	document.write('</div>');
	document.write('<div class="boxAlert_bottom boxAlert_bottom_notification" style="">');
	document.write('<img src="/templates/images/boxAlert_br_notification.gif" width="9" height="8" alt="" />');
	document.write('</div>');
	document.write('</div>');
}
else if(FLASH_VERSION < 9)
{
	document.write('<div class="boxAlert boxAlert_notification">');
	document.write('<div class="boxAlert_top boxAlert_top_notification">');
	document.write('<img src="/templates/images/boxAlert_tr_notification.gif" width="9" height="8" alt="" />');
	document.write('</div>');
	document.write('<div class="boxAlert_body boxAlert_body_notification">');
	document.write('<div class="boxAlert_message boxAlert_message_notification">');
	document.write('<h1>Flash 9 Recomended</h1>');
	document.write('This site uses Adobe Flash. We recommend that you upgrade to Flash 9.');
	document.write('<p><a href="http://www.adobe.com/go/getflashplayer/" target="_top"><img src="http://www.adobe.com/support/programs/mwm/images/get_flashplayer.gif" width=88 height=31 alt="Get Adobe Flash Player" border="0"></a></p>');
	document.write('</div>');
	document.write('</div>');
	document.write('<div class="boxAlert_bottom boxAlert_bottom_notification" style="">');
	document.write('<img src="/templates/images/boxAlert_br_notification.gif" width="9" height="8" alt="" />');
	document.write('</div>');
	document.write('</div>');
}