quote_array = new Array; quote_array[0] = " Cooperation among federal, state and local elected officials is one of the most important parts of our job, and it’s one that often gets overlooked. Having been able to work with Ruth Balser on issues that are important for Massachusetts citizens in general and our common constituents in Newton has been very important to me. Her integrity, dedication and deep understanding of the issues are great assets and I hope that we will continue to benefit from them.
Congressman Barney Frank
" function picPhrase() { if(quote_array.length > 0) { var randomNum = Math.floor(Math.random() * quote_array.length); var quote_content = quote_array[randomNum]; document.write ("" + quote_content + ""); } }