// פתיחת לינקים חיצוניים בחלון נפרד
<!-- 

//var THIS_SITE="http://localhost/";
//var THIS_SITE="http://127.0.0.1/";
//var THIS_SITE="http://NAME.channel.co.il/";
var THIS_SITE="http://www.wizcomtech.com/";

function ExternalLinksNewWindow(_checked)
{
  where = _checked?"_blank":"_self";
  for (var i=0; i<=(document.links.length-1); i++)
  {
    /*
	 * If THIS_SITE is not in the URL then set the link to
	 * open or not open up a new page as defined by the form checkbox.
	 */
    if(document.links[i].href.indexOf(THIS_SITE)<0)
	  document.links[i].target=where;
  }
}
//-->
var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-6376964-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


