// JavaScript Document

jQuery(function() {		

	var api = jQuery("div.scrollable").scrollable({
		size: 1,
		interval: 5000,
		items: '.items',
		speed: 800,
		loop: 'true',
		api: 'true'
		});



// make dashed

jQuery("a:has(img)").css("background","none");


if(jQuery("div#content").attr("class")=="postspage"){

jQuery.each(jQuery("div.story > p:first-child > a img"),function(){jQuery(this).parent("a").attr("id","dashed");});

}

});
