/**
 * @author dominik.bauer
 */

function setCategory(depth,cid, depth2,cid2, depth3,cid3) {
	
	categories[depth] = cid;
	categories[depth2] = cid2;
	categories[depth3] = cid3;
	location.href = '/index.php?action=blog&serendipity[category]='+categories[0]+';'+categories[1]+';'+categories[2];

}


//setCategory(1,1);
