

		var m;
		var n;
		var showTitle;
		var showName;
		var  showParty;
		var showVotes;
		var showPct;
		var showWinner;		
		
		if(n) {m =(n==0) ? 100:n;} else {m=100;}; 
  		showTitle= (showTitle==0) ? showTitle:1;
  		showName= (showName==0) ? showName:1;
  		showParty= (showParty==0) ? showParty:1;
  		showVotes= (showVotes==0) ? showVotes:1;
  		showPct= (showPct==0) ? showPct:1;
  		showWinner= (showWinner==0) ? showWinner:1;
  		  		  		  		  			
	     

  		if (showTitle==1) {
		document.write('<table>\n');
			document.write('<tr>\n');
				document.write('<td align="left" class="eln-bodyregular">\n');
					document.write("County Executive - King Cnty Executive - Washington    \n");
					document.write('762\n');
					document.write(' of \n');
					document.write('1220\n');
					document.write(' Precincts Reporting\n');
					document.write(' - \n');
					document.write("62.46%\n");
				document.write('</td>\n');
			document.write('</tr>\n');
		document.write('</table>\n');
		}
		
		document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%">\n');
			document.write('<tr>\n');
				document.write('<td>\n');
					document.write('<table cellpadding="2" cellspacing="0" class="body" width="100%">\n');
						document.write('<tr class="eln-subhed-table">\n');
							if (showWinner==1) {document.write('<td width="5%" class="eln-subhed-table"/>\n');}
							if (showName==1) {document.write('<td width="50%" class="eln-subhed-table">Name</td>\n');}
							
								
									if (showParty==1) {document.write('<td width="15%" class="eln-subhed-table">Party</td>\n');}
									if (showVotes==1) {document.write('<td width="15%" class="eln-subhed-table" align="right">Votes</td>\n');}
									if (showPct==1) {document.write('<td width="15%" class="eln-subhed-table" align="right">Pct</td>\n');}
																
						document.write('</tr>\n');

						

              if (m  >= 1) {
		
		document.write('<tr class="eln-bodyregular">\n');
			
			if (showWinner==1) {
				document.write('<td class="eln-bodyregular" width="5%">\n');
				
			document.write('</td>\n');
			
			}
			if (showName==1) {
				document.write('<td class="eln-bodyregular" width="50%">\n');
				document.write("Irons\n");
				
					document.write(', \n');
					document.write("David\n");
				
			document.write('</td>\n');
			}

			
						if (showParty==1) {
							document.write('<td class="eln-bodyregular" width="15%">\n');
							document.write('Rep\n');
							document.write('</td>\n');				
						}
						
						if (showVotes==1) {
							document.write('<td class="eln-bodyregular" width="15%" align="right">\n');
							document.write('134,281\n');
							document.write('</td>\n');				
						}
							
						if (showPct==1) {
							document.write('<td class="eln-bodyregular" width="15%" align="right">\n');
							
								document.write('41.02\n');
							
							document.write('</td>\n');
						}
										
		document.write('</tr>\n');
              }

	

              if (m  >= 2) {
		
		document.write('<tr class="eln-bodyreg-bar">\n');
			
			if (showWinner==1) {
				document.write('<td class="eln-bodyreg-bar" width="5%">\n');
				
					document.write('<img src="http://network.ap.org/specials/elections/2004/check.gif"/>\n');
				
			document.write('</td>\n');
			
			}
			if (showName==1) {
				document.write('<td class="eln-bodyreg-bar" width="50%">\n');
				document.write("Sims\n");
				
					document.write(', \n');
					document.write("Ron\n");
				
					document.write(' (i)\n');
				
			document.write('</td>\n');
			}

			
						if (showParty==1) {
							document.write('<td class="eln-bodyreg-bar" width="15%">\n');
							document.write('Dem\n');
							document.write('</td>\n');				
						}
						
						if (showVotes==1) {
							document.write('<td class="eln-bodyreg-bar" width="15%" align="right">\n');
							document.write('177,743\n');
							document.write('</td>\n');				
						}
							
						if (showPct==1) {
							document.write('<td class="eln-bodyreg-bar" width="15%" align="right">\n');
							
								document.write('54.30\n');
							
							document.write('</td>\n');
						}
										
		document.write('</tr>\n');
              }

	

              if (m  >= 3) {
		
		document.write('<tr class="eln-bodyregular">\n');
			
			if (showWinner==1) {
				document.write('<td class="eln-bodyregular" width="5%">\n');
				
			document.write('</td>\n');
			
			}
			if (showName==1) {
				document.write('<td class="eln-bodyregular" width="50%">\n');
				document.write("Lange\n");
				
					document.write(', \n');
					document.write("Gentry\n");
				
			document.write('</td>\n');
			}

			
						if (showParty==1) {
							document.write('<td class="eln-bodyregular" width="15%">\n');
							document.write('Grn\n');
							document.write('</td>\n');				
						}
						
						if (showVotes==1) {
							document.write('<td class="eln-bodyregular" width="15%" align="right">\n');
							document.write('15,300\n');
							document.write('</td>\n');				
						}
							
						if (showPct==1) {
							document.write('<td class="eln-bodyregular" width="15%" align="right">\n');
							
								document.write('4.67\n');
							
							document.write('</td>\n');
						}
										
		document.write('</tr>\n');
              }

	
					document.write('</table>\n');
				document.write('</td>\n');
			document.write('</tr>\n');
		document.write('</table>\n');
		document.write('<p/>\n');
	
