function m(){var i,x,tB,j=0,tA=new Array(),arg=m.arguments;if(document.getElementsByTagName){for(i=4;i<arg.length;i++){tB=document.getElementsByTagName(arg[i]);for(x=0;x<tB.length;x++){tA[j]=tB[x];j++;}}for(i=0;i<tA.length;i++){if(tA[i].className){if(tA[i].id==arg[1]){if(arg[0]==1){tA[i].className=(tA[i].className==arg[3])?arg[2]:arg[3];}else{tA[i].className=arg[2];}}else if(arg[0]==1&&arg[1]=='none'){if(tA[i].className==arg[2]||tA[i].className==arg[3]){tA[i].className=(tA[i].className==arg[3])?arg[2]:arg[3];}}else if(tA[i].className==arg[2]){tA[i].className=arg[3];}}}}};

var news_on = new Array("1","3","5","11","24","30","35","43");
var best_on = new Array("1","2","3","4","5","6","7","8","11","14","19","20","23","24","26","29","30","31","32","34","43");
var bookmarking_on = new Array("2","4","6","7","8","9","10","12","13","14","15","16","17","18","19","20","21","22","23","25","26","27","28","29","31","32","33","34","36","37","38","39","40","41","42","44","45","46");
var followed_on = new Array("1","2","3","5","6","8","9","10","11","12","13","14","16","17","18","21","22","24","25","26","27","29","34","40","43","44");

function check()
{
	for(i=1;i<47;i++){
		document.getElementById(i).checked=true;
	}
}

function best()
{
	none();
	for(i=0;i<best_on.length;i++){
		document.getElementById(best_on[i]).checked=true;	
	}
}

function none()
{
	for(i=1;i<47;i++){
		document.getElementById(i).checked=false;
	}
}
function bookmarking()
{
	none();
	for(i=0;i<bookmarking_on.length;i++){
		document.getElementById(bookmarking_on[i]).checked=true;	
	}
}
function news()
{
	none();
	for(i=0;i<news_on.length;i++){
		document.getElementById(news_on[i]).checked=true;
	}
}
function followed()
{
	none();
	for(i=0;i<followed_on.length;i++){
		document.getElementById(followed_on[i]).checked=true;
	}
}


