if ( (navigator.userAgent.match(/zunewp7/i)) ) {

        window.location = "iphone.html";

      }

if ( (navigator.userAgent.match(/android/i)) ) {

        window.location = "iphone.html";

      }

      if ( (navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) ) {

        window.location = "iphone.html";

      }
	  
	  
	  
	  WindowsPhone7
