function getNieuwsinfo(type){
	get_url = 'type=' + type;
	getData("ajax/2010/nieuws.php?" + get_url + "&rand=" + new Date().getTime(),"nieuws_span");
}
function getNieuwsinfo_be(type){
	get_url = 'type=' + type;
	getData("ajax/2010/nieuws_be.php?" + get_url + "&rand=" + new Date().getTime(),"nieuws_span");
}
function getStijgerdalers(type){
	get_url = 'type=' + type;
	getData("ajax/2010/stijgersdalers.php?" + get_url + "&rand=" + new Date().getTime(),"stijgersdalers_span");
}
function getStijgerdalers_be(type){
	get_url = 'type=' + type;
	getData("ajax/2010/stijgersdalers_be.php?" + get_url + "&rand=" + new Date().getTime(),"stijgersdalers_span");
}
function getPromo(type){
	get_url = 'type=' + type;
	getData("ajax/2010/promo.php?" + get_url + "&rand=" + new Date().getTime(),"promo_span");
}
function getPromo_be(type){
	get_url = 'type=' + type;
	getData("ajax/2010/promo_be.php?" + get_url + "&rand=" + new Date().getTime(),"promo_span");
}
function getLeadinput(type){
	get_url = 'type=' + type;
	getData("ajax/2010/leadinput_frame.php?" + get_url + "&rand=" + new Date().getTime(),"leadpage");
}
