$(document).ready(init);

function init() {
	$('.menu li ul').parent().addClass('has-children');	
}
