jQuery(document).ready(function(){
    
	jQuery('input[title!=""]').hint();
	jQuery('textarea[title!=""]').hint();
	jQuery(".alignnone").parent().colorbox();
	jQuery(".imported").parent().colorbox();
	jQuery(".separator a").colorbox();
	jQuery(".gallery-icon a").colorbox();
	jQuery(".size-full").parent().colorbox();	
	//$("a[rel='example1']")
	jQuery(".post img").lazyload({ 
		placeholder : "img/grey.gif",
		effect : "fadeIn"
	});
});
