var $j = jQuery.noConflict();

//$j(function(){
//	alert('don\'t forget to change the pngfix blank.gif path in this file -> //\'wp-content/themes/presidio/pngfix/iepngfix.htc\' otherwise you\'ll get a broken image file on all png images in IE6');
	//ENTER YOUR JQUEER HERE WITH $J INSTEAD OF JUST $
//});


$j(document).ready(function(){
    //$j('.blink').fadeOut().fadeIn().fadeOut().fadeIn().fadeOut().fadeIn().fadeOut().fadeIn();
}); 

