<!--
var smart = new RegExp(".*Smartphone;.*");
var ppc = new RegExp(".*PPC;.*");
if (navigator.userAgent.match(smart)||(navigator.userAgent.match(ppc))) {
      window.location="http://www.souldesign.se/PDA/mobile.htm";
      }
// -->
