function load_frame (frameId, newURL) {
		document.getElementById (frameId).src = newURL;
}

function loadFrames () {
	loadHadith ();
}

function loadHadith () {
	var d = new Date ();
	var h = Math.round(d.getTime()/1000/60/60/24) % 10;
	load_frame ("iframe_hadith", "html/hadith/"+h+".html");
}

function loadBody () {
	//load_frame ("iframe_body", document.getElementById ("iframe_body").src);
}
