/**
 * @Copyright CSSJockey - Web Design and Development
 * @Website: http://www.cssjockey.com
 * @Terms of Use: http://www.cssjockey.com/terms-of-use
 * If you change the contents below sky will fall on your head!
 */
$(document).ready(function(){
	
	$('a, .ttip, abbr, .entry img').tooltip({ 
	   track: true, 
		delay: 0, 
		showURL: false, 
		showBody: " # ", 
		fade: 250 
	});

})
$(window).ready(function(){
	$("#loading").fadeOut(500);
})
DD_roundies.addRule('.round', 5, true);