window.onload=function(){
	if (!document.getElementById) return;
	var r=document.getElementsByTagName('tr');
	var l=r.length
	for (i=0;i<l;i++){if (i%2 == 1){} else {r[i].className='altrow';}}
}