// Google Analytics
if (window.location.toString().indexOf('empirestaging') < 0) {
    try {
        var pageTracker = _gat._getTracker("UA-0000000-0");
        pageTracker._trackPageview();
    } 
    catch (err) {
    }
}

// Test to see if a selector exists
$.exists = function(selector) {
	return ($(selector).length > 0);
}

$(document).ready(function(){

	if ($('body').hasClass('')) {
		
	} 
    
}); // End of $(document).ready

$(window).load(function(){

	if ($('body').hasClass('')) {
		
	} 
    
}); // End of $(window).load

$(window).resize(function() {

	if ($('body').hasClass('')) {
		
	} 
    
}); // End of $(window).resize
