	var url = 'http://www.integreer.nl/productfeeds/?js=true&wi=' + wi + '&xi=' + xi;
		url+= '&pp=' + pp;
		url+= '&ws=' + ws;
		url+= '&pl=' + pl;
		url+= '&ri=' + ri;
	if(noop == true){
		url+= '&noop';
	}
	if(nopd == true){
		url+= '&nopd';
	}
	if(document.location.search==''){
		url+= '&ra=' + Math.random();
	}else{
		url+= '&' + document.location.search.substring(1,document.location.search.length);
	}
	document.write('<'+'s'+'c'+'r'+'i'+'p'+'t'+' '+'l'+'a'+'n'+'g'+'u'+'a'+'g'+'e'+'='+'"'+'J'+'a'+'v'+'a'+'s'+'c'+'r'+'i'+'p'+'t'+'"'+' '+'t'+'y'+'p'+'e'+'='+'"'+'t'+'e'+'x'+'t'+'/'+'j'+'a'+'v'+'a'+'s'+'c'+'r'+'i'+'p'+'t'+'"'+' '+'s'+'r'+'c'+'='+'"'+url+'">'+'<'+'/'+'s'+'c'+'r'+'i'+'p'+'t'+'>');
