$(document).ready(function() {
	
	//runs through the css and loads all of our images - negating the "flicker" issue on hover.
	$.preloadCssImages();
	$('#switcheroo').innerfade({ speed: 'slow', timeout: 7000, type: 'sequence', containerheight: '155px' });
	
	
	
	// if ( $.cookie('free_article') != null ) {
	// 	$("#hpform").css('display', 'none');
	// 	$("#switcheroo").show();
	// 	$('#switcheroo').innerfade({ speed: 'slow', timeout: 7000, type: 'sequence', containerheight: '155px' });
	// } else {
	// 	$("#hpform").show();
	// }
	
	
	

});
