var mobile = (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm|nokia/i.test(navigator.userAgent.toLowerCase()));
if(mobile)document.getElementById('flashIntro').innerHTML = '<a href="home.html"><img src="images/mobile-intro.jpg" width="700" height="400" alt="Intro Image" border="0"></a>';
