if (navigator.userAgent.indexOf('iPhone') != -1 || navigator.userAgent.indexOf('iPod') != -1) {
   document.write('<p>');
   document.write('<font color=#ff9900>For iPhone and iPod touch users: Use two fingers to scroll this area.</font>');
   document.write('</p>');
}
