  function sz(t) {
    a = t.value.split('\n');
    b=1;
    for (x=0;x < a.length; x++) {
     if (a[x].length >= t.cols) b+= Math.floor(a[x].length/t.cols);
     }
    b+= a.length;
    if (b > t.rows) t.rows = b;
  }
  
  
  function oldAppsRedirect() {
    if (top.location == "http://www.playstos.com/iphoneproductsads/playstos_iphone_products_ads.html") {
      top.location = "http://www.playstos.com/games"
    }
    else if (top.location == "http://www.pallurikio.com" || top.location == "http://www.playstos.com/games_plk.html") {
      top.location = "http://www.playstos.com/games/pallurikio"
    }
  }
