﻿/* This script is copyright (c) 2011 Joseph Howse. All rights reserved. */

if ((navigator.userAgent.match(/(android|blackberry|ipad|iphone|ipod)/i))) {
    document.write("<style type=\"text/css\">");
    document.write("body, #nav, #main { height: auto; overflow: visible; }");
    document.write("</style>");
}
