/*
JavaScript do site HaloIntegral Iridologia
© 2008 iD Studio - www.intangible-designs.com.br
*/

var siteURL = document.getElementsByTagName("BASE").item(0).href;
var pageURL = location.protocol + '//' + location.hostname + location.pathname + location.search;
var images = [];

var preload = function(url, w, h) {
  if (!document.images) return NaN;
  var i = new Image(parseInt(w), parseInt(h));
  i.src = url;
  return images.push(i);
}

preload("templates/halo/images/img04.jpg", 120, 65);

// mgMediaBot2
var openPlayer = function(url, width, height) { window.open(url, 'mgmediabot2player', 'dependent=yes,width=' + width + ',height=' + height + ',innerwidth=' + width + ',innerheight=' + height + ',location=no,menubar=no,resizable=no,status=no,toolbar=no'); }