$(document).ready(function(){
	$('#brands').jcarousel();
	$('#brands').css('visibility', 'visible');
	
	ofs = $('#footer').offset();
	var h = $('#footer').height()
	bottom1 = ofs['top'] + h + 60 + 100;
	bottom2 = $(document).height();
	if (bottom2 > bottom1) {
		res = bottom2 - bottom1 - 4;
		newcode = '<img src="/images/site/t.gif" width="1" height="'+res+'">';
		$('#divider').html(newcode);
	}
});








