function getCSS(){
	now = new Date();
	ima = now.getHours();

	if ((ima >= 6) && (ima <16 )) {
	document.write("<LINK rel='stylesheet' TYPE='text/css' href='http://www.bike-man.com/css/bg-red.css'>");
	}

	else if ((ima >= 16) && (ima < 19)) {
	document.write("<LINK rel='stylesheet' TYPE='text/css' href='http://www.bike-man.com/css/bg-sun.css'>");
	}

	else {
	document.write("<LINK rel='stylesheet' TYPE='text/css' href='http://www.bike-man.com/css/bg-night.css'>");
	}
}

function mainCSS(){
	nowm = new Date();
	imam = now.getHours();

	if ((imam >= 6) && (imam <16 )) {
	document.write("<img src=img_day.jpg width=847 height=257>");
	}

	else {
	document.write("<img src=img_night.jpg width=847 height=257>");
	}
}
