function iPhoneCloneTopNav() {
	$('headingOne').insert({
		before: '<ul class="globalNav" id="topNavCopy">' + $('topNav').innerHTML + '</ul>'
	});
}