jQuery(document).ready(function(){

	// Because IE7 was being a bitch.
	jQuery('ul#topnav li a').html(null);

});