
window.onload=function(){
	if(!NiftyCheck())
	    return;
     
	Rounded("div#ratebox h5","top","#ffffff","#000000","smooth");
	Rounded("div#ratebox div","bottom","#ffffff","#C4E32D","border #000000");
	
	Rounded("div#poll h5","top","#ffffff","#000000","smooth");
	Rounded("div#poll div","bottom","#ffffff","#C4E32D","border #000000");	
	
	Rounded("div#card h5","top","#ffffff","#000000","smooth");
	Rounded("div#card div","bottom","#ffffff","#C4E32D","border #000000");
	
}



function callingcard(lan) {
	var ccard=window.open("http://callingcard.teleknaller.nl/callingcard.php?uuid=0684c9a2-580e-102a-8c66-003048562fca&lan="+lan, 'callingcard', 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=800,height=700,top=0,left=0');
	ccard.focus();
}
