function r(){
  var v = window.location.href;
  var r = Math.random();
  v = v.toLowerCase();

//    alert( v );
  if (v.indexOf("wrap-star.net") != -1)
  {
    window.location.href = "http://www.wrap-star.net/Star/";
  }
  else if (v.indexOf("johnnyhero.com") != -1)
  {
    window.location.href = "http://www.johnnyhero.com/frm/";
  }
  else if (v.indexOf("sarah-michele-flanagan.com") != -1)
  {
    window.location.href = "http://www.sarah-michele-flanagan.com/SMF/";
  }
  else if (v.indexOf("kat-vb.com") != -1 )
  {
    window.location.href = "http://www.kat-vb.com/kvb/";
  }
  else if (v.indexOf("workingathomemommies.com") != -1)
  {
    window.location.href = "http://www.workingathomemommies.com/wh/";
  }
  else if ((v.indexOf("ppsia.org" ) != -1) || (v.indexOf("pointpleasant-shoreland.org") != -1))
  {
    window.location.href = "http://www.ppsia.org/preview/index.html?rnd="+r;
  }
  else if (v.indexOf("crowbar19.com") != -1)
  {
    window.location.href = "http://www.crowbar19.com/cb19";
  }

/**
  else if ( v.indexOf("darnsock.net" ) != -1 )
  {
    window.location.href = "http://www.darnsock.net";
  }
**/
}

