function verif_quiz() {
	nr_raspunsuri=document.getElementById('nr_rasp').value;
	var valid=0;
	for(i=0;i<nr_raspunsuri;i++)
		if(document.getElementsByName("raspuns")[i].checked==true) valid=1;
	
	if(valid==0)
		alert("Nu ai selectat niciun raspuns");
	else
		document.getElementById('quiz_form').submit();
	}



function aproba_contact(id) {
	getHTTPObject2('ajax/contact.php?tip=ok&id='+id,'aprobare_contact',id);
	document.getElementById('status_'+id).innerHTML = '';

}

function sterg_item_contact (id) {
	getHTTPObject2('ajax/contact.php?tip=sterg&id='+id,'continut',id);
	document.getElementById('continut_'+id).innerHTML = '';	
}

var win=null; 
function NewWindow(mypage,myname,w,h,scroll,pos) 
{ 
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor		
	(Math.random()*((screen.height-h)-75)):100;} 
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;} 
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20} settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no'; win=window.open(mypage,myname,settings); 
} 



function comentarii() {
 document.getElementById('formular_comentarii').style.display='block';
 document.getElementById('comenteaza').style.display='none';
}

function simplu(var1,var2) {
		if(confirm(var1))
			document.location=var2;
}

function kiki(img,ind){	
	var img2=img.split(',');
	
	if(ind<img2.length){
		document.getElementById('top_news').innerHTML=img2[ind];
		ind++;
		setTimeout('kiki2(\''+img+'\',\''+(ind)+'\')',8000);
		}
	else{	
		document.getElementById('top_news').innerHTML=img2[0];
		setTimeout('kiki2(\''+img+'\',\'1\')',8000);
		}
	
	}

function kiki2(img,ind){
	var img2=img.split(',');
	if(ind<img2.length){
		document.getElementById('top_news').innerHTML=img2[ind];
		ind++;
		setTimeout('kiki(\''+img+'\',\''+(ind)+'\')',8000);
		}
	else{
		document.getElementById('top_news').innerHTML=img2[0];
		setTimeout('kiki(\''+img+'\',\'1\')',8000);
		}
	}

function toate_blue(steluta){
	var i=1;
	for(i=1; i<=steluta; i++){
		document.getElementById('star'+i).src='images/layout/stea_rosa.gif';		
		
	}
	
}
function reverse23(steluta) {
	for(i=1; i<=steluta; i++){
		document.getElementById('star'+i).src=document.getElementById('hid_star'+i).value;		
		
	}	
}

function rate_me(id,vot) {
		
	getHTTPObject('ajaxing/rate.php?id='+id+'&vot='+vot,'rate_site');
	getHTTPObject('ajaxing/stelute.php?id='+id,'stele');
	}