/*

	Extra scripts for WinSource.com / WindowsPhoneSource.com
	by James Jackson
	(c) 2011 Neverstill Media & Rob Jackson

*/

$=jQuery.noConflict();

$(document).ready(function(){
	
	if(ex($("#featured_bar"))) {
		
		$("#featured_posts img").error(function () {
			$(this).unbind("error").attr("src", "/wp-content/themes/Simplism/images/no_thumb.png");
		});
		
	}
	
});

function ex(element) {
	
	if(element.length>0) { return true; } else { return false; }
	
}
