/***********************
 * 
 * created: Mark de Raaf
 */

$(document).ready(function() {
 
  $('.logos').innerfade({ 
    speed: 'slow', 
    timeout: 4000, 
    type: 'sequence', 
    containerheight: '44px' 
  });
  
  $('#search').prepend('<h2 class="widgettitle sIFR-replaced"><embed class="sIFR-flash" height="25" width="300" src="http://draadloosgroningen.extern.fundament.nl/wordpress-mu/wp-content/plugins/cg-flashytitles/sifr/planet.swf" quality="best" flashvars="txt=Zoeken&&textcolor=#464646&hovercolor=#0044AA&linkcolor=#464646&w=300&h=25" wmode="transparent" bgcolor="transparent" sifr="true" type="application/x-shockwave-flash" style="width: 300px; height: 25px;"/><span class="sIFR-alternate">Zoeken</span></h2>'); 
 
});

