$(document).ready(function(){

	// setup background
	$("#content").css("backgroundImage","url(/_images/index/content-bkd-"+rand(1,4)+".jpg)");
	
	// setup newsfeed
	$("#newsfeed").jScrollPane({
		scrollbarWidth : 13,
		dragMinHeight : 20,
		dragMaxHeight : 238
	});
	
	$("#webad_kettle").colorbox();
	// setup boxB
	//$("#boxB .random").eq(rand(0,1)).css("display","block");


});