jQuery(function ($) {
	
	$('#arrl_1').click(function(){
		$('#anv_1').hide();
		$('#anv_2').show();
	});
	$('#arrr_1').click(function(){
		$('#anv_1').hide();
		$('#anv_2').show();
	});
	
	$('#arrl_2').click(function(){
		$('#anv_1').show();
		$('#anv_2').hide();
	});
	$('#arrr_2').click(function(){
		$('#anv_1').show();
		$('#anv_2').hide();
	});
	
	var p = $('#favorites').offset();
	var h1 = $('#content').height();
	var h2 = $('#leftbar').height();
	if(h1 > h2){
		$('#favorites').height(h1-p.top+150-11);
	}
	
	window.setTimeout(function () { $("#fp_flash").html('<object width="640" height="325" data="/da/uploads/Welcome.swf" type="application/x-shockwave-flash"><param name="data" value="/da/uploads/Welcome.swf" /><param name="src" value="/da/uploads/Welcome.swf" /></object><br />'); }, 1500);
});
