
/*
Count down until any date script-
By JavaScript Kit (www.javascriptkit.com)
Over 200+ free scripts here!
*/
/* edited by jogjacamp */

//change the text below to reflect your own,

function hitcounts(hx){
	var dstring=hx.toString()
	for (i=0;i<=dstring.length-1;i++) document.write('<img src="images/digitals/digit'+dstring.charAt(i)+'.gif">')
	//document.write('&nbsp;<img src="images/digitals/hits.gif">')
}