themecolor=getCookie('themecolor');
id_themecolor=getCookie('id_themecolor');
if (themecolor!=null && themecolor!="" && id_themecolor!=null && id_themecolor!=""){
	changethemecolor(themecolor,id_themecolor);
}
