// JavaScript Document
if(navigator.userAgent.match(/iPad/i)) {
	document.write ('<style type="text/css"><!--#flash{display:none;}--></style>')
}
else
 document.write('<style type="text/css"><!--#noFlash{display:none;}--></style><script src="swfobject_modified.js" type="text/javascript"></script>')
