<!-- 
// Intersquash.com - iPhoneize your website.
// Just insert this between the <head> tags of your website.
var agent = navigator.userAgent.toLowerCase();
var iphone = ((agent.indexOf('iphone'))!=-1);
if (iphone) { 
window.location = "http://intersquash.com/feed/f3dfe732";
}
//-->