/**
 * @author dao
 */

// do these things when the DOM is ready
window.addEvent('domready', function() {
	// hotload Dean Edwards' IE8.js script to fix and augment IE's css 
//  if (Browser.Platform.windows) new Asset.javascript('http://ie7-js.googlecode.com/svn/version/2.0(beta)/IE8.js', {onComplete: function() {alert('loaded ie7');}});
//    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
//    new Asset.javascript(gaJsHost + "google-analytics.com/ga.js").inject(document.body, 'bottom');
});
window.addEvent('load', function() {
//	var pageTracker = _gat._getTracker("UA-2493475-1");
//	pageTracker._initData();
//	pageTracker._trackPageview();
});