questionList = new Array(); 
        
        questionList[0] = "How can I volunteer for the 2004 Democratic National Convention?";
        questionList[1] = "How can I get involved in the MDP?"; 
        questionList[2] = "What is the Party's position on health care?"; 
        questionList[3] = "Who have you endorsed for the 2004 election?"; 
        questionList[4] = "Who represents me on Beacon Hill?"; 
        questionList[5] = "Who represents me on Beacon Hill?"; 
        questionList[6] = "How can I volunteer for the 2004 Democratic National Convention?";
        questionList[7] = "How can I get involved in the MDP?"; 
        questionList[8] = "What is the Party's position on health care?"; 
        questionList[9] = "Who have you endorsed for the 2004 elections?"; 
		
		
quoteList = new Array(); 
        
        quoteList[0] = "Governor Romney appearing on the TV show While You Were Out was nothing more than self-promotion for the national stage."; 
        quoteList[1] = "Governor Romney appearing on the TV show While You Were Out was nothing more than self-promotion for the national stage."; 
        quoteList[2] = "As Democrats, we will not have the same amount of money as the Republicans in almost all elections.  But we can win.  How?  The will of the people is on our side."; 
        quoteList[3] = "As Democrats, we will not have the same amount of money as the Republicans in almost all elections.  But we can win.  How?  The will of the people is on our side."; 
        quoteList[4] = "I’m not sure which is more frightening: the Patriot Act, or that so many people don’t know how frightening the Patriot Act is."; 
        quoteList[5] = "I’m not sure which is more frightening: the Patriot Act, or that so many people don’t know how frightening the Patriot Act is."; 
        quoteList[6] = "You have to call your elected officials.  You’d be surprised how receptive they are to what you have to say, how they WANT you to talk to them."; 
        quoteList[7] = "You have to call your elected officials.  You’d be surprised how receptive they are to what you have to say, how they WANT you to talk to them."; 
        quoteList[8] = "The only way to make change is to get involved."; 
        quoteList[9] = "The only way to make change is to get involved."; 		
		
answerList = new Array(); 
        
        answerList[0] = "Go to the <a href=\"http://bostonworks.boston.com/boston04\" target=_blank>Bostonworks</a> web site."; 
        answerList[1] = "There are numerous ways to get involved.  You can start by going <a href=\"http://www.massdems.org/involved/getinvolved.html\">here.</a>"; 
        answerList[2] = "The Massachusetts Democratic Party will continue to work aggressively to attain a single payer health care system that provides affordable, high-quality health care coverage for all families and individuals in this state. You can learn more <a href=\"http://www.massdems.org/agenda/health.html\">here.</a>"; 
        answerList[3] = "The Party does not endorse any candidate until after the primary."; 
        answerList[4] = "It's easy to find out.  Go <a href=\"http://www.wheredoivotema.com/bal/myelectioninfo.php\" target=_blank>here</a>."; 
        answerList[5] = "It's easy to find out. Go <a href=\"http://www.wheredoivotema.com/bal/myelectioninfo.php\" target=_blank>here</a>."; 
        answerList[6] = "Go to the <a href=\"http://bostonworks.boston.com/boston04\" target=_blank>Bostonworks</a> web site."; 
        answerList[7] = "There are numerous ways to get involved.  You can start by going <a href=\"http://www.massdems.org/involved/getinvolved.html\" >here.</a>"; 
        answerList[8] = "The Massachusetts Democratic Party will continue to work aggressively to attain a single payer health care system that provides affordable, high-quality health care coverage for all families and individuals in this state. You can learn more <a href=\"http://www.massdems.org/agenda/health.html\">here.</a>"; 
        answerList[9] = "The Party does not endorse any candidate until after the primary."; 	
        
nameList = new Array(); 
        
        nameList[0] = "Amy S."; 
        nameList[1] = "Alejandro V."; 
        nameList[2] = "Tammy G."; 
        nameList[3] = "Jesse F."; 
        nameList[4] = "Charles B."; 
        nameList[5] = "Charles B"; 
        nameList[6] = "Alejandro V."; 
        nameList[7] = "Shirley B."; 
        nameList[8] = "Tammy G"; 
        nameList[9] = "Jesse F.";  
		
nameQList = new Array(); 
        
        nameQList[0] = "Joe S."; 
        nameQList[1] = "Joe S."; 
        nameQList[2] = "Steve M."; 
        nameQList[3] = "Steve M."; 
        nameQList[4] = "Weston F."; 
        nameQList[5] = "Weston F."; 
        nameQList[6] = "Shirley B."; 
        nameQList[7] = "Shirley B."; 
        nameQList[8] = "Chris W."; 
        nameQList[9] = "Chris W.";  		
		
cityList = new Array(); 
        
        cityList[0] = "Boston"; 
        cityList[1] = "Boston"; 
        cityList[2] = "Somerville"; 
        cityList[3] = "Somerville"; 
        cityList[4] = "Stow"; 
        cityList[5] = "Stow"; 
        cityList[6] = "Boston"; 
        cityList[7] = "Boston"; 
        cityList[8] = "Somerville"; 
        cityList[9] = "Somerville";  
	
	occList = new Array(); 
        
        occList[0] = "Sys Admin"; 
        occList[1] = "Sys Admin"; 
        occList[2] = "Web Developer"; 
        occList[3] = "Web Developer"; 
        occList[4] = "Senior Scientist"; 
        occList[5] = "Senior Scientist"; 
        occList[6] = "Senior Researcher"; 
        occList[7] = "Senior Researcher"; 
        occList[8] = "Artist"; 
        occList[9] = "Artist";  
        
        //randomization 
        var now = new Date(); 
        var secs = now.getSeconds(); 
        var raw_random_number = Math.random(secs); 
        var random_number = Math.round(raw_random_number * (questionList.length)); 

        if (random_number == questionList.length){random_number = 0} 
        
        
        //set quote 
        var question = questionList[random_number]; 
		var quote = quoteList[random_number]; 
		var name= nameList[random_number];
		var nameQ= nameQList[random_number];
		var city= cityList[random_number];
		var occ= occList[random_number];
		var ans= answerList[random_number];



function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i>d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}





function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}