function start() { // Delete the last Dot in Navigation jQuery('#footer li:last-child').remove(); } jQuery(document).ready(start); // -->