function index_change (url) {
	if(url=='archives'){window.location.replace("http://www.cadillacnews.com/archives/");return;}
	
        //alert(url);
	ind=url.substr(5,10);
	year=url.substr(0,4);
	window.location.replace("?index="+ind+"&year="+year);
}