$(document).ready(function () {
	initNav();
	//$("div#navigation-dropdowns").css("top", "165px");
	$("div#header a, #col_1 a").not($("a[@href*=http://]")).each(function () {
		$(this).attr("href", "http://www.accesshollywood.com" + $(this).attr("href"));
	});
});