$(window).load(function(){
	$('#slideshow').cycle({ fx: 'fade', speed: 400, timeout: 6500, random: 1, pause: 1});
	if(window.innerHeight<600){$('#body').css({'top':'0','margin-top':'5px'});}
	equalHeight();
	var charOffert = $('.ofertes').text();
	if(charOffert.length > 15){$('.ofertes').css('font-size','17px');}
	else if(charOffert.length > 13){$('.ofertes').css('font-size','18px');}
});
function equalHeight() {
	var wrapperHeight 		= $('#wrapper').height();
	var columnRightHeight 	= $('#column-right').height();
	if(wrapperHeight > columnRightHeight){$('#column-right').height(wrapperHeight+10);}
	else{$('#wrapper').height(columnRightHeight+10);}
}
function ves_pagina(num){document.location='{_APPS_URL}?next='+num+'&id={_ID_ITEM}';}
