
/////////////////////////////////////////////////////////////////////////
////////////////// .tv home, elastic selector "Per dorp" ///////////////////////
////////////////////////////////////////////////////////////////////////

// Elastic (adapted from "EaseOutElastic")

function showLabel() {
   
	$('#selectlabel').animate({
		width: '29px',
		marginLeft: '-29px'}
	,1500);	

}

