/* manipulate link to dating site for visitors of De Gentenaar */
$('body.dg div#masthead ul#links li#dating a').attr('href','http://dating.gentenaar.be/s');

$('div#masthead ul').firstLast('li');
$('div#search').type2class();

$('div#search input.text').dummyText('Zoek een artikel');
$('div#gemeente input.text').dummyText('Typ uw gemeente of postcode');

/* Als de secundaire navigatie een extra niveau heeft, maak de masthead dan 30 pixels hoger */

if ($('#secundary-navigation ul').length) {
$('#masthead').addClass('extend');
$('#masthead ul').show();
}

/*** Set SectionName for Event Tracking 
  
switch(sectie)
{
case 22:  SectionName = 'Nieuws'
break;
case 68:  SectionName = 'Nieuws'
break;
case 24:  SectionName = 'Lifestyle'
break;
case 25:  SectionName = 'Regio';
break;
case 50:  SectionName = 'Biz';
break;
case 58:  SectionName = 'Biz';
break;
case 63:  SectionName = 'Biz';
break;
case 34:  SectionName = 'Sport';
break;
case 35:  SectionName = 'Sport';
break;
case 36:  SectionName = 'Sport';
break;
case 38:  SectionName = 'Sport';
break;
case 39:  SectionName = 'Sport';
break;
case 41:  SectionName = 'Sport';
break;
case 42:  SectionName = 'Sport';
break;
case 64:  SectionName = 'Sport';
break;
case 34:  SectionName = 'Sport';
break;
case 34:  SectionName = 'Sport';
break;
case 51:  SectionName = 'Sport';
break;
default:  SectionName = 'Undefined';
}
***/
