var $templateButtons = $('img[src*="wwv_flow_file_mgr"]')

$(document).ready(function() {
	$('img[src*="Albumpics"]').error(function() {
		$(this).src="http://www.holisticpage.com.au/empty.jpg";
	});
});

