<!--
			/*
			Random Content Script- By JavaScript Kit(http://www.javascriptkit.com) 
			Over 200+ free JavaScripts here!
			*/
			
			function Rq(){
			var RndQot=new Array()
			
			RndQot[1]="<quote1>NSU Marketing Department has challenged me, expanded my knowledge, and has molded me<a href='quotes.html#RndQot1' class='RndQot'> ...more>></a>",
			RndQot[2]="<quote2>The NSU Marketing Department provides opportunities like no other.  The faculty is always helpful and willing <a href='quotes.html#RndQot2' class='RndQot'> ...more>></a>",
			RndQot[3]="<quote3>I feel that the Northeastern State University's Marketing department is dedicated to helping students <a href='quotes.html#RndQot3' class='RndQot'> ...more>></a>",
			RndQot[4]="<quote4>The professors in the Marketing department are very helpful, whether you have a question about a specific assignment or just want to chat<a href='quotes.html#RndQot4' class='RndQot'> ...more>></a>",
			RndQot[5]="<quote5>The Marketing department at Northeastern State University has provided me with marketing knowledge that I will use in my future career <a href='quotes.html#RndQot5' class='RndQot'> ...more>></a>",
			RndQot[6]="<quote6>I chose the Marketing department mainly of the faculty and my interest in business-to-business marketing.  The Marketing faculty is caring and knowledgeable <a href='quotes.html#RndQot6' class='RndQot'> ...more>></a>"
			
			var ry=Math.floor(Math.random()*RndQot.length)
			if (ry==0)
			ry=1
			document.write(RndQot[ry])
			}
			Rq()
			//-->