function loadInit()
{
	jQuery(document).ready(function(){
		alignLeftRight();							
	});
}


function alignLeftRight()
{
	jQuery('.sameHeight').equalHeights()
}
