$(document).ready(function(){

//	var w = 0;
//
//	if($(document).height() == $(window).height())
//	{
//		w = -5;
//	}

	$('#google120x600').css({
		top : $('.breadcrumbs').offset().top+55+"px",
		left : $('.breadcrumbs').offset().left+$('.breadcrumbs').width()+10+"px"
	});


});
