﻿function SessionReset()
{
      var number = Math.floor(Math.random()*100); 
      try
      {
            var oldSite = new ActiveXObject("Microsoft.XMLHTTP");
            oldSite.Open("GET", "http://www.orange.co.il/registration/session.asp?num=" + number, false);
            oldSite.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
            oldSite.send();
      }
      catch(ex)
      {}
      
      try
      {
            var bynat = new ActiveXObject("Microsoft.XMLHTTP");
            bynat.Open("GET", "http://www.orange.co.il/sessionkill/?num=" + number, false);
            bynat.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
            bynat.send();
      }
      catch(ex)
      {}

      return true;
}

function OpenVideo()
{
	
	var w = 420;
	var h = 370;
	var LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	var settings = 'height=' + h + ',width=' + w +',top='+TopPosition+',left='+LeftPosition+',scrollbars=no';
	var win = window.open('http://switch5.castup.net/Customers/Castup/v_gray_400x300/Design.asp?as=0&clipurl=http://switch3.castup.net/cunet/gm.asp?ClipMediaID=1620146&ak=null','shiri_clip',settings);
}



