var votes = 2 ;
p = new Array
p[1]="1094995638"
p[2]="1094995722"

q = new Array
q[1]="ما هو تقييمك لموقع دليل البناء"
q[2]="هل يواكب موقعنا التطورات في مجال البناء"


var r = Math.random() ;
var selected = Math.round( (votes-1) * r) + 1 ;
var poll = p[selected]
var quest = q[selected]
function openpopup( popurl ){
	//CenterPopUp(popurl,'PlatinumInc','200','425','no','center')
	winpops=window.open(popurl,'','width=150,height=425,status,resizable,');
}

function CenterPopUp(page,name,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(page,name,settings);
	win.focus();
}

function getPoll() {
document.write("<b class=\"vote\">"+quest+"</b><br><br><a  href=\"javascript:openpopup('http://www.syrianbldgdir.com/polLite/poll.php?run="+poll+"')\" class='vote_link'>عبر <br> عن رأيك</a>");
}