$(document).ready(function(){

$j = jQuery.noConflict();

$j('.page-item-97 a, .page-item-105 a').removeAttr('href');

// main post list
$j('#fadeList li').hide(); $j('#fadeList li:first').show();

$j('#fadeList').innerfade({
						 speed: 1000,
						 timeout: 5000,
						 type: 'sequence',
						 containerheight: '300px'});
});






