function getStringVar(st){ 
  var temp = self.document.location.search; 
  if(temp.indexOf(st) >= 0){ 
    temp = temp.substring((temp.indexOf(st)+(st.length+1)), temp.length); 
    temp = temp.substring(0, (((temp.indexOf('&') >=0)?temp.indexOf('&'):temp.length))); 

  }else{ 
    temp = ''; 
  } 
  return unescape(temp); 


} 

document.write('      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="520" height="100" title="hoofdnavigatie">');
document.write('        <param name="movie" value="swf/hoofdnavigatieVolg.swf?page_id='+ getStringVar("page_id") +'" />');
document.write('        <param name="quality" value="high" />');
document.write('        <embed src="swf/hoofdnavigatieVolg.swf?page_id='+ getStringVar("page_id") +'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="520" height="100"></embed>');
document.write('      </object>');