BBHtmlVacatureFeed_Initialize();
function BBHtmlVacatureFeed_Initialize()
{
var rssFeedId = '39398';
var BBUrl = 'http://www.betabanen.nl';
if ( rssFeedId == '' )
{
alert( "Er is geen id opgegeven in de locatie van de BETABANEN.nl HTML Vacature feed!" );
return;
}
document.write(
'<iframe ' +
'name="BBHtmlVacatureFeed_39398" ' +
'width="170" ' +
'height="250"' +
'scrolling="no" ' +
'frameborder="0" ' +
'border="0" ' +
'hspace="0" ' +
'vspace="0" ' +
'marginheight="0" ' +
'marginwidth="0" ' +
'src="' + BBUrl + '/HtmlVacatureFeed/?' +
'id=' + rssFeedId + '&' +
'width=170&' +
'height=250&' +
'limit=4&' +
'targetwindow=&' +
'utm_source=' + document.location.host + '">' +
'</iframe>'
);
}