<polldata>
	<!--The following lines are used to set up your poll-->
	<question>Do you support a boycott of the Olympic ceremonies in Beijing?</question>
	<answers>
		<a>Yes</a>
		<a>No</a>
	</answers>
	<phpPath>http://www.blueridgeoutdoors.com/QuickPoll_v1.2/Templates/switchback/quickPoll.php</phpPath>
	<uniquePollName>quickpoll_1</uniquePollName>
	<onlyOneVote>false</onlyOneVote>
	<!--All lines below are for customizing the look of the poll-->
	<!-- The name that appears on the submit button -->
	<submitButtonName>Vote Here</submitButtonName>
	<submitOffsetX>0</submitOffsetX>
	<submitOffsetY>0</submitOffsetY>
	<!--text that follows the result number-->
	<VoteCountText>votes</VoteCountText>
	<!-- how many decimal places to display on the percentage results -->
	<percentDecimalPlaces>0</percentDecimalPlaces>
	<!-- determines weather or not to display the number of votes for each result -->
	<showVoteCount>true</showVoteCount>
	<!-- determines weather or not the first answer is selected by default -->
	<defaultAnswer>true</defaultAnswer>
	<!--set colors -->
	<baseColor>#388EC9</baseColor>
	<rollOverColor>#000099</rollOverColor>
	<answerColor>#ffffff</answerColor>
	<questionColor>#ffffff</questionColor>
	<resultColor>#ffffff</resultColor>
	<resultNumColor>#ffffff</resultNumColor>
	<buttonColor>#333333</buttonColor>
	<selectionColor>#333333</selectionColor>
	<!--set the font family -->
	<answerFontFamily>Arial</answerFontFamily>
	<answerFontFamily>Arial</answerFontFamily>
	<questionFontFamily>Arial</questionFontFamily>
	<resultFontFamily>Arial</resultFontFamily>
	<resultNumFontFamily>Arial</resultNumFontFamily>
	<buttonFontFamily>Arial</buttonFontFamily>
	<!--set font sizes-->
	<answerFontSize>10</answerFontSize>
	<answerSpacing>-2</answerSpacing>
	<questionFontSize>10</questionFontSize>
	<resultFontSize>10</resultFontSize>
	<resultNumFontSize>10</resultNumFontSize>
	<buttonFontSize>10</buttonFontSize>
	<!--set fonts to bold? -->
	<answerBold>false</answerBold>
	<questionBold>true</questionBold>
	<resultBold>false</resultBold>
	<resultNumBold>false</resultNumBold>
	<buttonBold>true</buttonBold>
</polldata>