function makeframe() { //@sub if (parent.frames.length==0) {    toParse = new String(this.location.href) ;     tmp = new String() ;     tmp = toParse.replace(/(.*)\/site\/(.*)/,"$2") ;     toParse= tmp ;     // si parametres      if ( toParse.indexOf("?") > -1 ) {           tmp = toParse.replace(/(.*)\?(.*)/,"$1&$2") ;           toParse=tmp ;       }    tmp = "http://www.tigersushi.com/site/TSI/ ;     this.location.href = tmp ; }    //@sub+} makeframe() ;