

		
		var smf_images_url = "http://www.alamandra-team.net/images";
		
	


function bbc_highlight(something, mode)
						{
something.style.backgroundImage = "url(" + smf_images_url + (mode ? "/torrnexton.gif)" : "/torrnext.gif)");
						}

function bbc_highlight2(something, mode)
						{
something.style.backgroundImage = "url(" + smf_images_url + (mode ? "/torrprevon.gif)" : "/torrprev.gif)");
						}


