/******************************
** BEGIN JS OUTPUT
******************************/
// get params
params = new Array();
if (location.search)
{
for (i in loc_split = location.search.split('&'))
{
ps = loc_split[i].split('=');
if (ps[0].indexOf('?') == 0) { ps[0] = ps[0].replace('?', ''); }
params[ps[0]] = ps[1].replace('%20', ' ').replace('+', ' ');
}
}
// check url
refurl = '';
badcururl = 0;
if (refurl.length)
{
cururl = '' + document.location;
if (cururl.indexOf(refurl) == -1)
{
document.write('[Error: refid does not match current url]
');
badcururl = 1;
}
}
// output content
if ((!params['richedit'] || params['richedit'] != 'yes') && !badcururl)
{
document.write('');
document.write('- 18/12/2008 Weet uw ondernemingsplan te verkopen
- 30/01/2007 Nieuwsarchief
- 26/10/2006 ‘UWV stimuleert ondernemerschap’
- 26/10/2006 Reïntegratiemarkt professionaliseert
- 26/10/2006 UWV verstrekt 7.000 WIA uitkeringen
- 26/10/2006 Verzuimdaling dankzij Poortwachter
- 26/10/2006 38.000 reintegratietrajecten gestart
- 09/08/2005 Grijsrijder dupe van flater fiscus
- 09/08/2005 Internetextensie .eu bijna klaar
- 09/08/2005 Goede Zaken scoort in RWI-onderzoek
- 09/08/2005 Als God in Frankrijk
- 11/03/2005 Nieuwe regeling: Koude handdruk
- 11/03/2005 ECB licht positief over economie
- 11/03/2005 Herkeuring WAO\'ers loopt vertraging op
- 10/03/2005 Ondernemerschap onvoldoende beloond
- 08/03/2005 Signaallijst KvK voor ongevraagde facturen
- 23/02/2005 Verruiming kredietmogelijkheden
- 23/02/2005 Startersprijs voor beste ondernemingsplan
');
}
/******************************
** END JS OUTPUT
******************************/