/**
 * @author lyykfi
**/
 
var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/;
var IE7 = false /*@cc_on || @_jscript_version == 5.7 @*/;
var gteIE7 = false /*@cc_on || @_jscript_version >= 5.7 @*/;
var isMSIE = /*@cc_on!@*/false;

//Cufon.replace('test', { fontFamily: 'test',hover: true });

jQuery.preloadImages = function() {
  for(var i = 0; i<arguments.length; i++) {
    jQuery("<img>").attr("src", arguments[i]);
  }
}

if(IE6) {
	 DD_belatedPNG.fix('.png, #pagenav li, h2, .widget_pages ul li, .widget_recent_comments li');
}

$(function (){  
    if(IE6) {
	
	}
	if(IE7) {
		if ($("#wrapper").height() > $("#content .center_1").height()) {
			$("#content .center_1").css("min-height", $("#wrapper").height());
		}
	}
});

