// Two forward slashes are comments in javascript
// To edit the text in the scrolling marquee, you must ensure the document.write parenthesis enclose the entire string of text
// See the example for how to create a space "<br>" and sample text. You can also embed regular HTML into the text 

document.write('<marquee direction="up" onmouseover="this.stop();" onmouseout="this.start();" scrollamount="1.5" behavior="scroll" scrolldelay="7" height="150">'+

'<b>April 5, 2010</b> Scotia Technology has achieved and maintained a quality rating of 99.53% with Parker Hannifin which allows us to self release product without any third-party over-inspection!</a></b>'+

'<br>'+'<br>'+'<b>March 4, 2010</b> Scotia Technology is very proud to announce that we have received the 2009 Boeing Performance Excellence Award.  This is the second year in a row we have achieved 99%+ quality and delivery ratings for a year running.  <a href="Scotia Technology News Release.html">Please Click Here For Press Release!</a></b>'+

'<br>'+'<br>'+'<b>June 29, 2009</b> Scotia Technology has received a 2008 Boeing Performance Excellence Award.  Scotia maintained a Silver composite performance rating, translating to better than 99 percent quality and delivery over a 12 month period!</a></b>'+

'<br>'+'<br>'+'<b>June 22, 2009</b> Scotia Technology has become approved by General Dynamics to self source release parts!</a></b>'+

'<br>'+'<br>'+'<b>March 30, 2009</b> Scotia Technology is partnering with Cooper Union for the Advancement of Science and Art to manufacture tube assemblies for their Formula SAE race car!  <b><a href="Cooper.html">Please Click Here For Details!</a></b>'+

'<br>'+'<br>'+'<b>June 2, 2008</b> Scotia Technology has been approved to manufacture tube assemblies for Gulfstream Aerospace, Savannah, Georgia!</a></b>'+

'<br>'+'<br>'+'<b>May 19, 2008</b> Scotia Technology received a certificate of appreciation from Singapore Technologies Mobile Aerospace Engineering in recognition of the commitment, outstanding continued support and performace leading to the success of the MAE 757-200 PTF Program!</a></b>'+//
 

//All text needs to have the single quote surrounding itself and the plus sign at the end:
	//' [INSERT TEXT] '+

	
	
	
	
	'</marquee>');