
$(window).load(function() {

	$('div.indexdivider').delay(300).animate({ height: '363px', 'margin-top': '-181px' }, 2000);

});
