 if(window.name!="box")window.location.replace("../extra.html?"+location.href)
 
 function getFlashMovie(movieName) {
  var isIE = navigator.appName.indexOf("Microsoft") != -1;
  return (isIE) ? parent.window[movieName] : parent.document[movieName];
 }

 function pageSend(newPage) {
  getFlashMovie("preloader").sendPageToFlash(newPage);
}