// JavaScript Document
if(navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/blackberry/i)) {
	document.write ('<style type="text/css"><!--#flashBox1{display:none;} #mainBoxFlash{display:none;}--></style>')
} else 
	document.write('<style type="text/css"><!--#flashBox1-noswf{display:none;} #mainBoxNoFlash{display:none;}--></style>')
