var ua = navigator.userAgent.toLowerCase();
var isAppleTouchDevice = ua.indexOf("ipad")!=-1 || ua.indexOf("iphone")!=-1;
if (isAppleTouchDevice)
{
    var fw = document.getElementById("bottom_footer");
    fw.parentNode.removeChild(fw);
    document.getElementById("container").appendChild(fw);
}

if(typeof sIFR == "function"){
    sIFR();
	sIFR.replaceElement(named({sSelector:".research h2", sFlashSrc:"js/sifr/Christopherhand.swf", sColor:"#666666", sLinkColor: "#666666", sHoverColor: "#3b3b3b", sBgColor:"#FFFFFF", sFlashVars:"textalign=left"}));
};
