var tWidth='965px';                  // width (in pixels)
var tHeight='25px';                  // height (in pixels)
var tcolour='image/stonebg.jpg';               // background colour:
var moStop=true;                     // pause on mouseover (true or false)
var fontfamily = 'arial,sans-serif'; // font for content
var tSpeed=5;                        // scroll speed (1 = slow, 5 = fast)
// enter your ticker content here (use \/ and \' in place of / and ' respectively)
var sep='&nbsp;&nbsp;|&nbsp;&nbsp;';
var a ='<a href="music\/WerenotGonnaTakeIt.mid" target="_blank">';
var q1='"Do you want to know who you are? Don\'t ask. Act! Action will delineate and define you." - Thomas Jefferson';
var q2='"I have little interest in streamlining government or in making it more efficient, for I mean to reduce its size." - Barry Goldwater'; 
var q3='"The American people will never knowingly adopt socialism, but under the name of liberalism, they will adopt every fragment of the socialist program, until one day America will be a '+a+'socialist<\/a> nation without ever knowing how it happened". - Norman Thomas Socialist Candidate for President of the United States 1944';
var q4='"I do not undertake to promote '+a+'welfare<\/a>, for I propose to extend freedom." - Barry Goldwater';
var q5='Voters Support Tea Party Views - According to a Zogby poll commissioned by the \'Leary Report that was released April 28, the survey of 3,937 voters in the last election shows a full 57.1 percent of respondents somewhat or strongly support beliefs of Tea Party organizers, while 39.3 percent somewhat or strongly opposed them.';
var q6='"My aim is not to pass laws, but to repeal them. "It is not to inaugurate new programs, but to cancel old ones that do violence to the Constitution, or that have failed in their purpose, or that impose on the people an unwarranted financial burden." - Barry Goldwater';
var q7='"The nation\'s total current and mandated debt - '+a+'$56.4 Trillion<\/a> now exceeds the entire collective net worth of its citizens"';
var q8='"I will not attempt to discover whether legislation is needed before I have first determined whether it is Constitutionally permissible." - Barry Goldwater';
var q9='"It does not take a majority to prevail, but an irate, tireless minority, keen on setting brushfires of freedom in the minds of men." - '+a+'Samuel Adams<\/a>';
var q10='"A constitution of government once changed from freedom, can never be restored; liberty once lost, is lost forever." - John Adams';
var q11='"Government is not the solution to our problem, government is the problem." - Ronald Reagan"';
var q12='"A government big enough to give you everything you want is a government big enough to take from you everything you have. - Gerald Ford';
var q13='"Legislation should never discriminate by singling out identifiable groups for privileges or punishments. This evenhandedness is the principle of equality under the law." - Robert A. Taft';
var q14='"If America does not lead the cause of freedom, that cause will not be lead." - George W Bush';
var q15='"Society in every state is a blessing, but Government, even in its best state, is but a necessary evil; in its worst state, an intolerable one." - '+a+'Thomas Paine<\/a>';
var q16='"Advertisements... contain the only truths to be relied on in a newspaper." - Thomas Jefferson';
var q17='"He who knows nothing is closer to the truth than he whose mind is filled with falsehoods and errors" - Thomas Jefferson';
var q18='"The democracy will cease to exist when you take away from those who are willing to work and give to those who would not." Thomas Jefferson';
var content= q1 + sep + q2 + sep + q3 + sep + q4 + sep + q5 + sep + q6 + sep + q7 + sep + q8 + sep + q9 + sep + q10 + sep + q11 + sep + q12 + sep + q13 + sep + q14 + sep + q15 + sep + q16 + sep + q17 + sep + q18;

// Simple Marquee / Ticker Script
// copyright 3rd January 2006, Stephen Chapman
// permission to use this Javascript on your web page is granted
// provided that all of the below code in this script (including this
// comment) is used without any alteration
var cps=tSpeed; var aw, mq; var fsz = parseInt(tHeight) - 4; function startticker(){if (document.getElementById) {var tick = '<div style="position:relative;width:'+tWidth+';height:'+tHeight+';overflow:hidden;background-color:'+tcolour+'"'; if (moStop) tick += ' onmouseover="cps=0" onmouseout="cps=tSpeed"'; tick +='><div id="mq" style="position:absolute;left:0px;top:0px;font-family:'+fontfamily+';font-size:'+fsz+'px;white-space:nowrap;"><\/div><\/div>'; document.getElementById('ticker').innerHTML = tick; mq = document.getElementById("mq"); mq.style.left=(parseInt(tWidth)+10)+"px"; mq.innerHTML='<span id="tx">'+content+'<\/span>'; aw = document.getElementById("tx").offsetWidth; lefttime=setInterval("scrollticker()",50);}} function scrollticker(){mq.style.left = (parseInt(mq.style.left)>(-10 - aw)) ?parseInt(mq.style.left)-cps+"px" : parseInt(tWidth)+10+"px";} window.onload=startticker;
                  