$(document).ready(events);

function events () {
	//$(".sidebox").css("opacity", ".5");
	//$(".sidebox").css("filter", "alpha(opacity=50)");
}