$(document).ready(function(){
	
	$(this).initBody(); // body classes
	$(this).formInit(); // append class depending on type of input
	$(this).firstLastChild(); // appends class to first and list children of lists, td and th elements
	$(this).evenOddChild(); // appends class to odd and even list children of lists, td and th elements
	$(this).brokenImage(); // hides broken images
	
	$(this).markExtLink('out'); // marks external links : options 'in' or 'out' depending where tha marker has to be related to the link
	
});
