

<html xmlns="http://www.w3.org/1999/xhtml" >

<head>
<script>

myPage='nasdaq';
sectionId = 'liHome';//section tab
breadCrumbId = 'LiNS';//page
is_dartSite = "listedcos";
is_dartZone = "";
propVar = "listed";	//?						

</script>

	<TITLE>NASDAQ&nbsp;Securities</TITLE>


<LINK REL="stylesheet" TYPE="text/css" HREF="/includes/master.css">
<LINK REL="stylesheet" TYPE="text/css" HREF="/includes/ListedCompanies.css">

<style>
th
{
 font-size: 12px;
 font-family: Arial, Helvetica, Sans-Serif;
 background-color: #99CBE5
}
.SymbolList
{
 width:625px;
 font-size: 11px;
 font-family: Arial, Helvetica, Sans-Serif
}
.tabletitle
{
 font-size: 12px;
 font-family: Arial, Helvetica, Sans-Serif
}
</style>

<!-- need to reset search box height after removing <doctype> -->
<style>
input#Text1{height:18px !important;width:136px !important;}
</style>

<script>document.domain='nasdaq.com'</script>

</head>
<body>
<!-- BEGIN includes/TickerLinkMenus.inc -->

<script language=javascript>
	//Equity Links
	var equityMenuArray = new Array(
		new Array('InfoQuote', 'http://quotes.nasdaq.com/quote.dll?page=multi&mode=stock&symbol=~XXX~'),
		new Array('Summary Quote', 'http://quotes.nasdaq.com/asp/SummaryQuote.asp?symbol=~XXX~&selected=~XXX~'),
		new Array('News', 'http://www.nasdaq.com/asp/quotes_news.asp?symbol=~XXX~&selected=~XXX~'),
		new Array('Charting', 'http://quotes.nasdaq.com/quote.dll?page=charting&mode=basics&symbol=~XXX~&selected=~XXX~'),
		new Array('Extended Trading', 'http://quotes.nasdaq.com/quote.dll?page=afterhours&mode=frameset&symbol=~XXX~&selected=~XXX~'),
		new Array('Company Financials', 'http://www.nasdaq.com/asp/ExtendFund.asp?symbol=~XXX~&selected=~XXX~')
	)

	var equityDefault = 'http://quotes.nasdaq.com/asp/SummaryQuote.asp?symbol=~XXX~&selected=~XXX~';

	//Mutual Fund Links
	var mfMenuArray = new Array(
		new Array('InfoQuote', 'http://www.nasdaq.com/asp/quotes_mutual.asp?symbol=~XXX~')
	)

	var mfDefault = 'http://www.nasdaq.com/asp/quotes_mutual.asp?symbol=~XXX~';

	//ETF Links
	var etfMenuArray = new Array(
		new Array('InfoQuote', 'http://quotes.nasdaq.com/quote.dll?page=multi&mode=stock&symbol=~XXX~'),
		new Array('News', 'http://www.nasdaq.com/asp/quotes_news.asp?symbol=~XXX~&selected=~XXX~'),
		new Array('Charting', 'http://quotes.nasdaq.com/quote.dll?page=charting&mode=basics&symbol=~XXX~&selected=~XXX~')
	)

	var etfDefault = 'http://quotes.nasdaq.com/quote.dll?page=multi&mode=stock&symbol=~XXX~';

	//Options Links
	var optionMenuArray = new Array(
		new Array('InfoQuote', 'http://quotes.nasdaq.com/asp/option_multi.asp?symbol=~XXX~')
	)

	var optionDefault = 'http://quotes.nasdaq.com/asp/option_multi.asp?symbol=~XXX~';

	//Index Links
	var indexMenuArray = new Array(
		new Array('InfoQuote', 'http://quotes.nasdaq.com/quote.dll?page=multi&mode=stock&symbol=~XXX~'),
		new Array('Charting', 'http://dynamic.nasdaq.com/dynamic/IndexChart.asp?symbol=~XXX~&desc=~DESC~&months=3&sec=~SEC~&site=nasdaq')
	)

	var indexDefault = 'http://quotes.nasdaq.com/quote.dll?page=multi&mode=stock&symbol=~XXX~';

	//Structured Products Links
	var spMenuArray = new Array(
		new Array('InfoQuote', 'http://quotes.nasdaq.com/quote.dll?page=multi&mode=stock&symbol=~XXX~'),
		new Array('News', 'http://www.nasdaq.com/asp/quotes_news.asp?symbol=~XXX~&selected=~XXX~'),
		new Array('Charting', 'http://quotes.nasdaq.com/quote.dll?page=charting&mode=basics&symbol=~XXX~&selected=~XXX~'),
		new Array('Holdings/Insiders', 'http://www.nasdaq.com/asp/holdings.asp?page=holdingssummary&symbol=~XXX~&selected=~XXX~')
	)

	var spDefault = 'http://quotes.nasdaq.com/quote.dll?page=multi&mode=stock&symbol=~XXX~';


        var afterhoursMenuArray = new Array(
		new Array('InfoQuote', 'http://quotes.nasdaq.com/quote.dll?page=multi&mode=stock&symbol=~XXX~'),
		new Array('Summary Quote', 'http://quotes.nasdaq.com/asp/SummaryQuote.asp?symbol=~XXX~&selected=~XXX~'),
		new Array('News', 'http://www.nasdaq.com/asp/quotes_news.asp?symbol=~XXX~&selected=~XXX~'),
		new Array('Charting', 'http://quotes.nasdaq.com/quote.dll?page=charting&mode=basics&symbol=~XXX~&selected=~XXX~'),
		new Array('Extended Trading', 'http://quotes.nasdaq.com/quote.dll?page=afterhours&mode=frameset&mkttype=after&symbol=~XXX~&selected=~XXX~'),
		new Array('Company Financials', 'http://www.nasdaq.com/asp/ExtendFund.asp?symbol=~XXX~&selected=~XXX~')
	)
	var afterhoursDefault = 'http://quotes.nasdaq.com/quote.dll?page=afterhours&mode=frameset&mkttype=after&symbol=~XXX~&selected=~XXX~';

	var premarketMenuArray = new Array(
		new Array('InfoQuote', 'http://quotes.nasdaq.com/quote.dll?page=multi&mode=stock&symbol=~XXX~'),
		new Array('Summary Quote', 'http://quotes.nasdaq.com/asp/SummaryQuote.asp?symbol=~XXX~&selected=~XXX~'),
		new Array('News', 'http://www.nasdaq.com/asp/quotes_news.asp?symbol=~XXX~&selected=~XXX~'),
		new Array('Charting', 'http://quotes.nasdaq.com/quote.dll?page=charting&mode=basics&symbol=~XXX~&selected=~XXX~'),
		new Array('Extended Trading', 'http://quotes.nasdaq.com/quote.dll?page=afterhours&mode=frameset&mkttype=pre&symbol=~XXX~&selected=~XXX~'),
		new Array('Company Financials', 'http://www.nasdaq.com/asp/ExtendFund.asp?symbol=~XXX~&selected=~XXX~')
	)
	var premarketDefault = 'http://quotes.nasdaq.com/quote.dll?page=afterhours&mode=frameset&mkttype=pre&symbol=~XXX~&selected=~XXX~';

</script>

<!-- END QC includes/TickerLinkMenus.inc --><script language=javascript>
	function Buffer()
	{
		this.array = new Array();
		this.index = 0;
		this.Add = Buffer_Add;
		this.WriteToDocument = Buffer_WriteToDocument;
	}
	function Buffer_Add(Str)
	{
		this.array[this.index++] = Str;
	}
	function Buffer_WriteToDocument()
	{
		document.writeln(this.array.join("\n"));
	}

	function TickerLinkWidget() {
		this.counter = 1
		this.equityDefault = equityDefault;
		this.mfDefault = mfDefault;
		this.optionDefault = optionDefault;
		this.etfDefault = etfDefault;
		this.indexDefault = indexDefault;
		this.spDefault = spDefault;
		this.afterhoursDefault = afterhoursDefault;
		this.premarketDefault = premarketDefault;
		this.constructWidget = widget_ConstructWidget
		this.constructMenu = widget_ConstructMenu
		this.buildMenu = widget_buildMenu
	}

	function widget_buildMenu(buf, menuArray){
		buf.Add('	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 CLASS="tickerlinktaball" BGCOLOR="#C0D6EC">');
		for (var i=0; i<menuArray.length; i++){
			buf.Add('		<TR>');
			buf.Add('			<TD CLASS="tickerlinktext" onMouseOver="this.bgColor = \'#EDFBFE\';" onMouseOut="this.bgColor = \'#C0D6EC\';"><A HREF="javascript:gotoPage(\'' + menuArray[i][1] + '\');" CLASS="tickerlinktext"><NOBR>' + menuArray[i][0] + '</NOBR></A></TD>');
			buf.Add('		</TR>');
			buf.Add('		<TR>');
			buf.Add('			<TD CLASS="tickerlinksep"><IMG SRC="http://content.nasdaq.com/images/spacer.gif" HEIGHT=1 WIDTH=1></TD>');
			buf.Add('		</TR>');
		}
		buf.Add('	</TABLE>');
	}

	function widget_ConstructWidget(Symbol, symbolType, bUseReal){
		var buf = new Buffer();
		var ContainerName = "Container" + this.counter.toString();
		var WidgetName = "Widget" + this.counter.toString();
		var MenuName = "Menu" + this.counter.toString();
		var EncodedSymbol = escape(Symbol);
		var PlaceholderName = "Placeholder" + this.counter.toString();
		
		//This check is for closed end mutual funds. Symbol is passed as [mf symbol]|[equity symbol].
		if (symbolType.toLowerCase() == 'mf'){
			if (Symbol.indexOf('|') > 0){
				var mfSymbol = Symbol.split('|');
				EncodedSymbol = escape(mfSymbol[0]);
				Symbol = mfSymbol[1];
			}
				
		}

		//This check is for indices. Symbol is passed as [idx symbol]|[idx name]|[idx type=nasdaq|other].
		if (symbolType.toLowerCase() == 'index'){
			if (Symbol.indexOf('|') > 0){
				var idxSymbol = Symbol.split('|');
				EncodedSymbol = escape(idxSymbol[0]);
				var idxName = escape(idxSymbol[1]);
				var idxType = idxSymbol[2];
			}
				
		}

		buf.Add('<DIV NAME="' + ContainerName + '" ID="' + ContainerName + '" CLASS="tickerlinkcon">');
		buf.Add('<TABLE CELLPADDING=0 CELLSPACING=0><TR><TD valign="top">');
		buf.Add('	<DIV CLASS="tickerlinklt" name="' + WidgetName + '" ID="' + WidgetName + '">');
		buf.Add('	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 CLASS="tickerlinktab">');
		buf.Add('		<TR>');
		switch(symbolType.toLowerCase()){
		case 'equity':
			buf.Add('			<TD WIDTH=44 valign="center"><A HREF="' + this.equityDefault.replace(/\~XXX\~/gi,EncodedSymbol) +'" CLASS="tickerlinktext">'+ Symbol + '</A></TD>');
			break;
		case 'mf':
			buf.Add('			<TD WIDTH=44 valign="center"><A HREF="' + this.mfDefault.replace(/\~XXX\~/gi,EncodedSymbol) +'" CLASS="tickerlinktext">'+ Symbol + '</A></TD>');
			Symbol = EncodedSymbol;
			break;
		case 'option':
			buf.Add('			<TD WIDTH=44 valign="center"><A HREF="' + this.optionDefault.replace(/\~XXX\~/gi,EncodedSymbol) +'" CLASS="tickerlinktext">'+ Symbol + '</A></TD>');
			break;
		case 'etf':
			buf.Add('			<TD WIDTH=44 valign="center"><A HREF="' + this.etfDefault.replace(/\~XXX\~/gi,EncodedSymbol) +'" CLASS="tickerlinktext">'+ Symbol + '</A></TD>');
			break;
		case 'index':
			buf.Add('			<TD WIDTH=44 valign="center"><A HREF="' + this.indexDefault.replace(/\~XXX\~/gi,EncodedSymbol) +'" CLASS="tickerlinktext">'+ idxSymbol[0] + '</A></TD>');
			break;
		case 'sp':
			buf.Add('			<TD WIDTH=44 valign="center"><A HREF="' + this.spDefault.replace(/\~XXX\~/gi,EncodedSymbol) +'" CLASS="tickerlinktext">'+ Symbol + '</A></TD>');
			break;
		
		case 'afterhours':
			buf.Add('			<TD WIDTH=44 valign="center"><A HREF="' + this.afterhoursDefault.replace(/\~XXX\~/gi,EncodedSymbol) +'" CLASS="tickerlinktext">'+ Symbol + '</A></TD>');
			break;
		case 'premarket':
			buf.Add('			<TD WIDTH=44 valign="center"><A HREF="' + this.premarketDefault.replace(/\~XXX\~/gi,EncodedSymbol) +'" CLASS="tickerlinktext">'+ Symbol + '</A></TD>');
			break;
		default:
			buf.Add('			<TD WIDTH=44 valign="center"><A HREF="' + this.equityDefault.replace(/\~XXX\~/gi,EncodedSymbol) +'" CLASS="tickerlinktext">'+ Symbol + '</A></TD>');
			break;
		}
		buf.Add('			<TD WIDTH=1 CLASS="tickerlinksep"><IMG SRC="http://content.nasdaq.com/images/spacer.gif" HEIGHT=1 WIDTH=1></TD>');
		buf.Add('			<TD WIDTH=10 valign="center" onMouseOver="showTickerLinks(\'tickerLinkMenu\',\'' + PlaceholderName + '\',\'' + Symbol + '\', ' + bUseReal + ');" onMouseOut="hideTickerLinks(\'tickerLinkMenu\');"><a href="javascript:void(0)"><IMG SRC="http://content.nasdaq.com/images/tickerLinkArrow.gif" HEIGHT=11 WIDTH=10 BORDER=0></a></TD>');
		buf.Add('		</TR>');
		buf.Add('	</TABLE>');
		buf.Add('	</DIV>');
		buf.Add('</TD><TD  valign="top" width=0><DIV name="' + PlaceholderName + '" id="' + PlaceholderName + '" style="position:absolute;"></DIV>');
		buf.Add('</td></tr></table>');
		buf.Add('</DIV>');

		buf.WriteToDocument();
		this.counter++;
	}
	
	function widget_ConstructMenu(menuType){
		var buf = new Buffer();

		/**/
		buf.Add('	<DIV ID="tickerLinkMenu" NAME="tickerLinkMenu" CLASS="tickerlinkrt" onMouseOver="showTickerLinks(\'tickerLinkMenu\',\'tickerLinkMenu\',\'\', \'\');" onMouseOut="hideTickerLinks(\'tickerLinkMenu\');" TimerID=0 Symbol="none">');

		switch(menuType.toLowerCase()){
		case 'equity':
			this.buildMenu(buf, equityMenuArray);
			break;
		case 'mf':
			this.buildMenu(buf, mfMenuArray);
			break;
		case 'option':
			this.buildMenu(buf, optionMenuArray);
			break;
		case 'etf':
			this.buildMenu(buf, etfMenuArray);
			break;
		case 'index':
			this.buildMenu(buf, indexMenuArray);
			break;
		case 'sp':
			this.buildMenu(buf, spMenuArray);
			break;

		case 'afterhours':
			this.buildMenu(buf, afterhoursMenuArray);
			break;
		
		case 'premarket':
			this.buildMenu(buf, premarketMenuArray);
			break;
			
		default:
			this.buildMenu(buf, equityMenuArray);
			break;
		}

		buf.Add('	</DIV>');
		buf.WriteToDocument();
		/**/
	}

	var TickerWidget = new TickerLinkWidget();

	function GetLayer(whichLayer)
	{
		if (typeof whichLayer != 'string')
		{
			return whichLayer;
		}
		if (document.getElementById) 
		{
			return document.getElementById(whichLayer);
		}
		if (document.all) 
		{
			return document.all[whichLayer];
		}
		if (document.layers) 
		{
			return document.layers[whichLayer];
		}
	}
	
	function GetLayerStyle(whichLayer)
	{
		if (document.getElementById) 
		{
			return document.getElementById(whichLayer).style;
		}
		if (document.all) 
		{
			return document.all[whichLayer].style;
		}
		if (document.layers) 
		{
			return document.layers[whichLayer];
		}
	}
	
	function showTickerLinks(whichLayer, whichContainer, mySymbol, bUseReal)
	{
		showLayer(whichLayer, whichContainer, mySymbol, bUseReal);
	}

	function hideTickerLinks(whichLayer)
	{
		var Layer = GetLayer(whichLayer);
		if( Layer.TimerID == 0)
		{
			Layer.TimerID = window.setTimeout(("hideLayer('" + whichLayer + "');"), 200);
		}
	}
	
	function hideLayer(whichLayer) 
	{
		GetLayerStyle(whichLayer).visibility = "hidden";
	}

	function showLayer(whichLayer, whichContainer, mySymbol, bUseReal) 
	{
		var Layer = GetLayer(whichLayer);
		var Style = GetLayerStyle(whichLayer);
		
		var Container = GetLayer(whichContainer);

		if (Layer.TimerID != 0)
		{
			window.clearTimeout(Layer.TimerID);
			Layer.TimerID = 0;
		}

		if (whichLayer.toLowerCase() != whichContainer.toLowerCase()){
			if (bUseReal) {
				Style.left = getRealLeft(Container, bUseReal);
				Style.top = getRealTop(Container, bUseReal);
			}else{
				Style.left = Container.offsetLeft;
				Style.top = Container.offsetTop;
			}
			Layer.Symbol = mySymbol;
		}
		Style.visibility = "visible";
		
	}
	
	function getRealLeft(Elem, bUseReal) {
		var x = '';
		xPos = Elem.offsetLeft;
		tempEl = Elem.offsetParent;
  		while (tempEl != null) {
			xPos += tempEl.offsetLeft;
  			tempEl = tempEl.offsetParent;
  		}
		return xPos;
	}

	function getRealTop(Elem, bUseReal) {
		yPos = Elem.offsetTop;
		tempEl = Elem.offsetParent;
		while (tempEl != null) {
			yPos += tempEl.offsetTop;
  			tempEl = tempEl.offsetParent;
  		}
		return yPos;
	}
	
	function gotoPage(url){
		var Layer = GetLayer('tickerLinkMenu');
		var mySymbol = Layer.Symbol;
		
		//alert(mySymbol);
		if (mySymbol.indexOf('|') != -1){
			var symArray = mySymbol.split('|');
			url = url.toLowerCase();
			if (url.indexOf('indexchart.asp') > -1){
				url = url.replace(/\~xxx\~/gi,escape(symArray[0]));
				url = url.replace(/\~desc\~/gi,escape(symArray[1]));
				url = url.replace(/\~sec\~/gi,symArray[2]);
			}else{
				url = url.replace(/\~XXX\~/gi,symArray[0]);
			}
		}else{
			url = url.replace(/\~XXX\~/gi,mySymbol);
		}
		document.location = url;
	}
</SCRIPT>

<div id="container">

<!--**************************************Masthead and navigation******************************-->

<!-- BEGIN includes/masthead_default.inc //-->

<script type="text/javascript" language="javascript">
var dartPtileRan = Math.random() * 1000000000000000000;
</script>

<!--******************************************** Tab/Dart Ad Scripts****************************************-->

<script type="text/javascript" language="JavaScript" src="http://content.nasdaq.com/includes/consolidated/ieHover2.js"></script>  
<script type="text/javascript" language="JavaScript" src="http://www.nasdaq.com/includes/DartAdEngine2.js"></script>

<!--******************************************* End Tab/Dart Ad Scripts ************************************-->

 


<!--****************************************** Google Search Script ************************************************-->

<script type="text/javascript" language="JavaScript">
//<![CDATA[

	var is_searchType = 'web';

	function openWin(winName,winURL,winWidth,winHeight){
		 newWindow = window.open(winURL,winName,'toolbar=no,menubar=no,width='+winWidth+',height='+winHeight+',scrollbars=no,resizable=no');
	}

	function is_clearTB() {
	 	document.forms['_ipsubmit4'].Text1.value ='';
	}

	function is_checkSearchType(searchType) {

		if (searchType == 1){
			is_searchType = 'web'
		} else {
			is_searchType = 'nasdaq'
		}
		return is_searchType;
	}
	function is_submitSearch() {
		if (is_searchType == 'nasdaq'){
			top.document.cookie='search=1';
			document._ipsubmit4.method = 'get';
			document._ipsubmit4.action = 'http://Search.nasdaq.com/search'			
			document.forms['_ipsubmit4'].submit();
		} else {
			document._ipsubmit4.action = 'http://www.infospace.com/info.nasdaq/search/redir.htm?qkw=' + document.forms['_ipsubmit4'].Text1.value + '&amp;qcat=web';
			document._ipsubmit4.method = 'post';
			document.forms['_ipsubmit4'].submit();
		}
	}
//]]>
</script>

<!--***********************************************END Google Search *****************************************-->





<!--***********************************************Support Functions *****************************************-->

<script type="text/javascript" language="JavaScript">
//<![CDATA[

 function get_querystring_value(parameter)
 {
    string = unescape(String(top.location.search));//grab parameter string

	if(string.indexOf("#") != -1)
	{
		string = string.substr(0,string.indexOf("#"));//remove the anchor
	}
    if(string!="")
    {
        parameter = parameter.toLowerCase();
        string=string.substring(1).split("&"); //separate out into a list
        
        for(var i=0; i<string.length; i++)
        {
            params = string[i].split("=");
            
            if(params[0].toLowerCase() == parameter)
            {   
                
                if(params[1] != "")
                    return params[1]; //parameter found -- return value
                else
                    return false;  //parameter found but no value set
            }
        }
        return false; //querystring parameter not found
         
    }
    else
        return false;//no querystring parameters
 }

function get_cookie_value(parameter)
{
	if(navigator.cookieEnabled && parameter!="")
	{
		index = document.cookie.indexOf(parameter+"=");
		if(index!=-1)
		{
			//i = document.cookie.indexOf("flash=")+6;
			index = index + parameter.length + 1;
			last_index = document.cookie.indexOf(";",index);
			if(last_index==-1)  //symbol list string is at the end of the cookie for some reason
				last_index = document.cookie.length;
			var value = unescape(document.cookie.substring(index,last_index));
			return value;

		}
		else
			return false; //cookie value not found or parameter variable is empty

	}
	else
		return false;//cookies not enabled
}


function set_cookie_value(parameter, value, days)
{
	if(navigator.cookieEnabled && parameter!="")
	{
		var exdate=new Date();
		exdate.setDate(exdate.getDate()+days);//expiration duration
		document.cookie=parameter+"="+value+";expires="+exdate;
	}
	else
		return false; //cookies not enabled
}


function loadPage(pageId)
{
		window.location.href = "http://quotes.nasdaq.com/asp/MasterDataEntry.asp?page=" + pageId;
}




//]]>
</script>  

<!--***********************************************END Support functions *****************************************-->






<!--********************************************** Stylesheets ************************************************-->

<link rel="stylesheet" href="http://www.nasdaq.com/includes/master.css" type="text/css" />
<link rel="STYLESHEET" type="text/css" href="http://www.nasdaq.com/includes/ListedCompanies.css" />    
<link rel="stylesheet" type="text/css" href="http://www.nasdaq.com/includes/consolidated/base1.css"/>
<link rel="shortcut icon" href="http://content.nasdaq.com/images/qfav.ico" type="image/ico" />
<link rel="icon" href="http://content.nasdaq.com/images/qfav.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="http://content.nasdaq.com/images/qfav.ico" type="image/x-icon"/>

<script type="text/javascript" language="JavaScript">
//<![CDATA[
    if (navigator.platform.indexOf("Mac") != -1) 
    {
      document.write('<link rel="stylesheet" href="http://www.nasdaq.com/includes/consolidated/safari.css" media="all" />');
    }
//]]>
</script>

<script type="text/javascript" language="JavaScript">
//<![CDATA[
    if (navigator.appVersion.indexOf("Safari") != -1) 
    {
      document.write('<link rel="stylesheet" href="http://www.nasdaq.com/includes/consolidated/safari.css" media="all" />');
    }
//]]>
</script>


<!--******************************************** End Stylesheets *********************************************-->


<script type="text/javascript" language="JavaScript">
//<![CDATA[
if(typeof myPage != 'undefined')
{
	//if(myPage != 'home')
		document.domain = 'nasdaq.com';
}
//]]>
</script>

<!--***************************************** NASDAQ Branding ****************************************************-->
<div id="branding">
<div id="branding-logo">
   <a href="http://www.nasdaq.com" title="NASDAQ"></a>
</div>

<!--************************ Google Search Box **************************-->
<div id="searchDiv">

<span style="position: relative; top: 3px; left: 0px;">
<!-- passport login -->
<script type="text/javascript" language="javascript" src="http://www.nasdaq.com/dev_includes/passportlogo.aspx?ru=http://www.nasdaq.com/aspx/passportconfig.aspx&amp;targetpage=http://www.nasdaq.com/aspx/login.aspx&amp;showalways=true"></script>
</span>

<span style="position: relative; top: -2px; right: 5px;">
<!--oobegin-->
<script language="javascript" type="text/javascript" charset="windows-1252" src="http://content.nasdaq.com/services/onlineopinionS3tS/oo_engine.js"></script>
<script language="javascript" type="text/javascript" charset="windows-1252"> 
//<![CDATA[
O_GoT('<img src="http://content.nasdaq.com/services/onlineopinionS3tS/sm_FFF_oo.gif" border="0" title="Please provide feedback" style="margin-right: 5px;"/>Give Feedback');
//]]>
</script>
<!--ooend-->
</span>

<div>
    <form action="" name="_ipsubmit4" onsubmit="javascript:is_submitSearch();">
		<span>
		<input style="width: 130px; height: 12px; font-size: 10px; margin-top: 5px; margin-left: 12px;" name="q" id="Text1" value="&nbsp;Search" onfocus="javascript:is_clearTB('query');" type="text" />
		
		<span style="position: relative; top: 6px; left: 3px;">
		<input name="btnG" src="http://content.nasdaq.com/images/consolidated/go-search.gif" type="image" />
		</span>
		<input name="site" value="my_collection" type="hidden" />
    	<input name="client" value="my_collection" type="hidden" />
    	<input name="proxystylesheet" value="my_collection" type="hidden" />
        <input name="output" value="xml_no_dtd" type="hidden" />
	    </span>
	</form>
</div>
<div style="margin-top: 3px; *margin-top: 0px; margin-left: 10px;">
<form action="" name="searchType">
        <span>
		<input name="searchType" id="searchType" value="web" onclick="javascript:is_checkSearchType(1);" checked="checked" type="radio" />
<span class="searchText">Web</span>
		<input name="searchType" id="Radio1" value="nasdaq" onclick="javascript:is_checkSearchType(2);" type="radio" />
<span class="searchText">NASDAQ.com</span>
        </span>
    </form> 
</div>
</div>

<!--************************* End Google Search ********************-->
										

<!--***********  Corporate Listings, Investor Relations, Symbol Directory****-->									
<div id="toplinks"><p><a href="#">Corporate/Listings</a><a href="#">Investor Relations</a></p><p><a href="#">Symbol Directory</a></p>
</div>
<!--************************ End Corporate Listings********************-->


<!--************************ Masthead Ad*******************************-->
<div class="ad728x90">
<script type="text/javascript" language="JavaScript">makeAd('1','728x90',is_dartSite,is_dartZone,'','');</script>
</div>
<!--*********************End Masthead Ad******************************-->


</div>
<!--******************************************End NASDAQ Branding************************************************-->


<!-- END includes/masthead_default.inc //-->

<!--*****************************Begin includes/MainNav.inc**************************************************-->

<script type="text/javascript" language="javascript">


if(get_querystring_value("symbol")!=false)
	symbolsPresent=true;
else
	symbolsPresent=false;

function setSymbolUrl(element,loadPageType)
{
	//if(symbolsPresent)//there are symbols present
	//{
	//	element.href="javascript:loadPage('"+loadPageType+"')";
	//}
}

</script>



<!--*****************************************Navigation Tabs ***************************************************-->

<ul id="navigation" style="position: relative">                                 <!--padding needs to be adjusted on one tab to even out entire nav to masthead-->
    <li id="liHome" class="off"><a href="http://www.nasdaq.com"><span id="varPadding">Home</span></a>
        <ul>
            <li id="Li1"><a class="firstListItem singleline" href="http://www.nasdaq.com" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com")'><span>Home</span></a></li>
            <!--<li id="Li2"><a class="singleline" href="http://www.nasdaq.com/asp/portfoliojava.asp" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/asp/portfoliojava.asp")'><span>Portfolio Tracker</span></a></li>-->
            <!--<li id="Li3"><a class="singleline" href="http://www.nasdaq.com/reference/TickerNewLogin.stm" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/reference/TickerNewLogin.stm")'><span>Ticker</span></a></li>-->
			<li id="LiSM"><a class="singleline" href="http://www.nasdaq.com/help/sitemap.stm"><span>Site Map</span></a></li>
<!--			<li id="LiIR"><a class="singleline" href="http://ir.nasdaq.com/"><span>Investor Relations</span></a></li>-->
<!--            <li id="Li4"><a class="singleline" href="http://www.nasdaqtrader.com"><span>NASDAQTrader</span></a></li>-->
<!--			<li id="Li5"><a class="singleline" href="http://www.nasdaq.net"><span>NASDAQ.net</span></a></li>-->

<li id="Li6"><a class="singleline" href="http://www.nasdaq.com/services/insidenasdaq.stm"><span>Corporate/Listings</span></a></li>
<li id="LiNS"><a class="singleline" href="http://www.nasdaq.com/asp/symbols.asp?exchange=Q"><span>Company List</span></a></li>
			<!--<li id="LiLogin"><a class="singleline" href="../reference/loginmain.stm" onmouseover='setSymbolUrl(this,"../reference/loginmain.stm")'><span>Login</span></a></li>-->
			<!--<li id="LiSearch"><a class="singleline" href="../reference/search.stm" onmouseover='setSymbolUrl(this,"../reference/search.stm")'><span>Search</span></a></li>-->
<li id="rtPT"><a class="singleline" href="http://www.nasdaq.com/asp/portfoliojava.asp"><span>Portfolio Tracker</span></a></li>
<li id="rtMyNas"><a class="singleline" href="http://www.nasdaq.com?view=mynasdaq"><span>MyNASDAQ</span></a></li>
<li id="rtTicker"><a class="singleline" href="http://www.nasdaq.com/reference/TickerNewLogin.stm"><span>Ticker</span></a></li>
<li id="rtAdvertise"><a class="singleline" href="http://www.nasdaq.com/help/nasdaq_advertising.stm"><span>Advertise with us</span></a></li>
<li id="Li666"><a class="singleline" href="http://www.nasdaq.com/newsroom"><span>Newsroom</span></a></li>
<li id="Li7"><a class="singleline" href="http://www.nasdaq.com/help/helpfaq.stm" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/help/helpfaq.stm")'><span>Help</span></a></li>
			
        </ul>
    </li>
    <li id="liQuotes" class="off">
        <a href="http://www.nasdaq.com/includes/quotes_hub.stm"><span>Quotes, Charts &amp; Research</span></a>
        <ul>
            <li id="qQuotes"><a class="firstListItem singleline" href="http://www.nasdaq.com/includes/quotes_hub.stm" onmouseover='setSymbolUrl(this,"quick")'><span>US Stock Quotes &amp; Research</span></a></li>
            <li id="qCharts"><a class="singleline" href="http://quotes.nasdaq.com/asp/MasterDataEntry.asp?page=charts" onmouseover='setSymbolUrl(this,"charts")'><span>Charts</span></a></li>
			<li id="qEquity"><a class="singleline" href="http://quotes.nasdaq.com/asp/MasterDataEntry.asp?page=Options" onmouseover='setSymbolUrl(this,"options")'><span>Option Quotes</span></a></li>
            <li id="qMutual"><a class="singleline" href="http://quotes.nasdaq.com/asp/MasterDataEntry.asp?page=profilemutual" onmouseover='setSymbolUrl(this,"profilemutual")'><span>Mutual Fund Quotes</span></a></li>
            <li id="qInternational"><a class="singleline" href="http://quotes.nasdaq.com/asp/globalMarkets.asp"><span>Global Markets</span></a></li>
			<!--<li id="qList"><a class="singleline" href="../asp/MasterDataEntry.asp?page=Pre-Market" onmouseover='setSymbolUrl(this,"Pre-Market")'><span>Symbol Lists</span></a></li>
  			<li id="qLookup"><a class="singleline" href="../asp/MasterDataEntry.asp?page=After Hours Market" onmouseover='setSymbolUrl(this,"After Hours Market")'><span>Symbol Look-up</span></a></li>-->
			
 <li id="qHolders"><a class="singleline" href="http://www.nasdaq.com/reference/ownership.stm"><span>Institutional Holdings</span></a></li>	
			<li id="rtIPO"><a class="singleline" href="http://www.nasdaq.com/reference/IPOs.stm"><span>IPOs</span></a></li>
            <!--<li id="rtSecondary"><a class="singleline" href="http://www.nasdaq.com/reference/SPOSummary.stm"><span>Secondary Offerings</span></a></li>-->
			<li id="qLive"><a class="singleline" href="http://www.esignal.com/livequotes/default.asp?CPID=BAC-62X2U0431699" target="_blank"><span>LiveQuotes Service</span></a></li>
		</ul>
    </li>

	<li id="liExtended" class="off">
        <a href="http://dynamic.nasdaq.com/aspx/extendedTrading.aspx"><span>Extended Trading</span></a>
        <ul>
			<li id="etland"><a class="firstListItem singleline" href="http://dynamic.nasdaq.com/aspx/extendedTrading.aspx" onmouseover='setSymbolUrl(this,"http://dynamic.nasdaq.com/aspx/extendedTrading.aspx")'><span>Extended Trading</span></a></li>
			<li id="etPMMA"><a class="singleline" href="http://dynamic.nasdaq.com/dynamic/premarketma.stm"><span>Pre-Market Most Active</span></a></li>
            <li id="etPMQ"><a class="singleline" href="http://quotes.nasdaq.com/asp/MasterDataEntry.asp?page=Pre-Market" onmouseover='setSymbolUrl(this,"Pre-Market")'><span>Pre-Market Quotes</span></a></li>
		    <li id="etPMHM"><a class="singleline" href="http://screening.nasdaq.com/heatmaps/heatmap_pmi.asp"><span>Pre-Market Heatmap</span></a></li>
			<li id="etAHMA"><a class="singleline" href="http://dynamic.nasdaq.com/dynamic/afterhourma.stm"><span>After Hours Most Active</span></a></li>
			<li id="etAHQ"><a class="singleline" href="http://quotes.nasdaq.com/asp/MasterDataEntry.asp?page=After Hours Market"  onmouseover='setSymbolUrl(this,"After Hours Market")'><span>After Hours Quotes</span></a></li>
		</ul>
	</li>




	<li id="liActivity" class="off">
        <a href="http://dynamic.nasdaq.com/aspx/majorindices.aspx"><span>Market Activity</span></a>
        <ul>
            <li id="maIndexes"><a class="firstListItem singleline" href="http://dynamic.nasdaq.com/aspx/majorindices.aspx" onmouseover='setSymbolUrl(this,"http://dynamic.nasdaq.com/aspx/majorindices.aspx")'><span>Market Activity</span></a></li>
			<li id="maMA"><a class="singleline" href="http://dynamic.nasdaq.com/aspx/mostactive.aspx" onmouseover='setSymbolUrl(this,"http://dynamic.nasdaq.com/aspx/mostactive.aspx")'><span>Most Active</span></a></li>
			<li id="maUnusual"><a class="singleline" href="http://www.nasdaq.com/aspx/unusualvolume.aspx" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/aspx/unusualvolume.aspx")'><span>Unusual Volume</span></a></li>
			
            
			<li id="maComm"><a class="singleline" href="http://quotes.nasdaq.com/aspxcontent/commodities.aspx" onmouseover='setSymbolUrl(this,"http://quotes.nasdaq.com/aspxcontent/commodities.aspx")'><span>Commodities</span></a></li>
            <li id="maMi"><a class="singleline" href="http://quotes.nasdaq.com/aspx/marketindices.aspx" onmouseover='setSymbolUrl(this,"http://quotes.nasdaq.com/aspx/marketindices.aspx")'><span>Market Indices</span></a></li>
            <li id="maSi"><a class="singleline" href="http://quotes.nasdaq.com/aspx/sectorindices.aspx" onmouseover='setSymbolUrl(this,"http://quotes.nasdaq.com/aspx/sectorindices.aspx")'><span>Sector Indices</span></a></li>
            <li id="maSector"><a class="singleline" href="http://www.nasdaq.com/reference/BarChartSectors.stm" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/reference/BarChartSectors.stm")'><span>Sector Analysis</span></a></li>
            <li id="ma52"><a class="singleline" href="http://dynamic.nasdaq.com/asp/52weekshilow.asp?exchange=NASDAQ" onmouseover='setSymbolUrl(this,"http://dynamic.nasdaq.com/asp/52weekshilow.asp?exchange=NASDAQ")'><span>52 Wk Hi/Low</span></a></li>
           <li id="maTot"><a class="singleline" href="http://www.nasdaq.com/aspx/TotalReturn.aspx"><span>Total Returns</span></a></li>
<!-- <li id="maUnusual4"><a class="singleline" href="../aspx/unusualvolume.aspx" onmouseover='setSymbolUrl(this,"../dynamic/nasdaq100_activity.stm")'><span>NASDAQ 100 Index</span></a></li>
            -->
	    </ul>
    </li>
	<li id="liMarket" class="off">
        <a href="http://www.nasdaq.com/briefing/stock_summarynew.stm"><span>Market News</span></a>
        <ul>
            <li id="miMoving"><a class="firstListItem singleline" href="http://www.nasdaq.com/briefing/stock_summarynew.stm" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/briefing/stock_summarynew.stm")'><span>Moving the Market</span></a></li>
			<li id="miBVideo"><a class="singleline" href="http://www.nasdaq.com/asp/video-clips.asp?channel=current-news" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/asp/video-clips.asp?channel=current-news")'><span>Business Video</span></a></li> 
            <li id="miHeadlines"><a class="singleline" href="http://www.nasdaq.com/aspxcontent/newsHeadlines.aspx" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/aspxcontent/newsHeadlines.aspx")'><span>Market Headlines</span></a></li>
            <li id="miEconomic"><a class="singleline" href="http://www.nasdaq.com/asp/EconodayFrame.asp" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/asp/EconodayFrame.asp")'><span>Economic Calendar</span></a></li>
			
<!--            <li id="miExtendedMost"><a class="singleline" href="../dynamic/premarketma.stm" onmouseover='setSymbolUrl(this,"../dynamic/premarketma.stm")'><span>Extended Trading Most Active</span></a></li>-->
            
			
        </ul>
    </li>
    <li id="liResearch" class="off">
        <a href="http://www.nasdaq.com/aspx/ResearchAndToolsHub.aspx"><span>Tools</span></a>
        <ul>
			<li id="rtTools"><a class="firstListItem singleline" href="http://www.nasdaq.com/aspx/ResearchAndToolsHub.aspx"><span>Investing Tools</span></a></li>            
			<li id="rtStockScreener"><a class="singleline" href="http://www.nasdaq.com/reference/StockScreener.stm"><span>Stock Screener</span></a></li>
			<li id="rtGuru"><a class="singleline" href="http://www.nasdaq.com/reference/guru.stm"><span>Guru Screener</span></a></li>
			<!--<li id="rtInstitutional"><a class="singleline" href="#"><span>Institutional Holdings</span></a></li>-->

            <li id="rtRisk"><a class="singleline" href="http://www.nasdaq.com/services/riskMetrics.stm"><span>Risk Grades</span></a></li>
			<li id="rtAnnReports"><a class="singleline" href="http://www.nasdaq.com/services/annual-reports.stm"><span>Annual Reports</span></a></li>
			<li id="rtHeat"><a class="singleline" href="http://www.nasdaq.com/screening/heatmaps.stm"><span>Heatmaps</span></a></li>
			<li id="rtTbar"><a class="singleline" href="http://www.nasdaq.com/services/nasdaq_toolbar.stm"><span>Toolbar</span></a></li>
	        <li id="pfRSS"><a class="singleline" href="http://www.nasdaq.com/aspxcontent/BuildRSSUrl.aspx"><span>RSS Feeds</span></a></li>
			<li id="pfPortfolio"><a class="singleline" href="http://www.nasdaq.com/services/MSFW.stm" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/services/MSFW.stm")'><span>Portfolio Wizard</span></a></li>				
        </ul>
    </li>
	<li id="liInvestment" class="off">
        <a href="http://www.nasdaq.com/asp/investmentproducts.asp"><span>ETFs</span></a>
        <ul>
            <li id="ipETF"><a class="singleline firstListItem" href="http://www.nasdaq.com/asp/investmentproducts.asp" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/asp/investmentproducts.asp")'><span>ETFs</span></a></li>
<!--            <li id="ipMutual"><a class="singleline" href="#"><span>Mutual Funds</span></a></li>-->
            <li id="ipClosed"><a class="singleline" href="http://quotes.nasdaq.com/asp/closedendfunds.asp" onmouseover='setSymbolUrl(this,"http://quotes.nasdaq.com/asp/closedendfunds.asp")'><span>Closed End Funds</span></a></li>
<!--            <li id="ipOptions"><a class="singleline" href="#"><span>Options Quotes</span></a></li>-->
       		<li id="ipIndices"><a class="singleline" href="http://quotes.nasdaq.com/aspxcontent/equityandindexoptions.aspx" onmouseover='setSymbolUrl(this,"http://quotes.nasdaq.com/aspxcontent/equityandindexoptions.aspx")'><span>Index Options</span></a></li>
<!--			<li id="ipBonds"><a class="singleline" href="#"><span>Bonds</span></a></li>-->
			<li id="ipStructured"><a class="singleline" href="http://quotes.nasdaq.com/indexshares/index_shares_over.stm" onmouseover='setSymbolUrl(this,"http://quotes.nasdaq.com/indexshares/index_shares_over.stm")'><span>Structured Products</span></a></li>
			<li id="ipNFP"><a class="singleline" href="http://www.nasdaq.com/indexes" target="_blank"><span>NASDAQ Indexes - Financial Products</span></a></li>
			<li id="ipAnnual"><a class="singleline" href="http://nasdaq.ar.wilink.com/asp/NAS1_search_results_ENG.asp?sort1=Exchange+Traded+Funds&session_ID=9D863BD893834BB4&Select_Reports=1&page=repselect" target="_blank"><span>ETF Annual Reports</span></a></li>
		</ul>
    </li>
	
    <li id="liPersonal" class="off">
        <a href="http://www.nasdaq.com/personal-finance/"><span>Personal Finance</span></a>
        <ul>
            <li id="pfPF"><a class="firstListItem singleline" href="http://www.nasdaq.com/personal-finance/" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/personal-finance/")'><span>Personal Finance</span></a></li>
            <li id="pfInvest"><a class="singleline" href="http://www.nasdaq.com/investing/" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/investing/")'><span>Investing</span></a></li>
            <li id="pfMutual"><a class="singleline" href="http://www.nasdaq.com/investing/mutual-funds.stm" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/investing/mutual-funds.stm")'><span>Mutual Funds</span></a></li>
            <li id="pfOptions"><a class="singleline" href="http://www.nasdaq.com/investing/options-trading.stm" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/investing/options-trading.stm")'><span>Options Trading</span></a></li>
            <li id="pfForex"><a class="singleline" href="http://www.nasdaq.com/investing/forex-trading.stm" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/investing/forex-trading.stm")'><span>Forex Trading</span></a></li>
            <li id="pfBookstore"><a class="singleline" href="http://www.nasdaq.com/investing/book-store.stm" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/investing/book-store.stm")'><span>Book Store</span></a></li>
            <li id="pfBrokers"><a class="singleline" href="http://www.nasdaq.com/investing/online-brokers.stm" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/investing/online-brokers.stm")'><span>Brokerage Partners</span></a></li>
            <!--<li id="pfKiplinger"><a class="singleline" href="http://www.kiplinger.com/nasdaq/" target="_blank"><span>Kiplinger</span></a></li>-->

			<!--<li id="pfOnline"><a class="singleline" href="http://www.nasdaq.com/services/onlineInvesting.stm" onmouseover='setSymbolUrl(this,"http://www.nasdaq.com/services/onlineInvesting.stm")'><span>Online Investing</span></a></li>-->		
			<!--<li id="pf3rd"><a class="singleline" href="#"><span>3rd Party</span></a></li>-->
	    </ul>
    </li>


    
</ul>

<!--*****************************************End Navigation Tabs ***************************************************-->




<!--*****************************************End Main Page Header ***************************************************-->



<!--*****************************************Page Breadcrumb ***************************************************-->

<script type="text/javascript" language="javascript">
//<![CDATA[
//Section tab highlight
function sectionHighlight(tabID)
{

    tab = document.getElementById(tabID);
    tab.className = "on";
}


//Page tab highlight    
function breadCrumbHighlight(toptab)
{
	tab = document.getElementById(toptab);
    link = tab.innerHTML;
	highlight = '<strong>' + link + '</strong>';
	tab.innerHTML = highlight;
    
}

if(typeof sectionId != 'undefined')
{
	sectionHighlight(sectionId);
}
else
	sectionHighlight('liHome');
	
if(typeof breadCrumbId != 'undefined')
	breadCrumbHighlight(breadCrumbId);
	
//]]>
</script>
<!--*****************************************End Page Breadcrumb ***************************************************-->


<!--*****************************End includes/MainNav.inc**************************************************-->



<!--**************************************End Masthead and navigation**************************-->

<div id="content">

<div id="panel_left">

<SCRIPT LANGUAGE="JavaScript">makeAd('11','120x600', 'quotes', '','','');</SCRIPT>

</div>

<div id="panel_content_ads">

<div class="ads_right">
<div>
	<LAYER LEFT=0
		   TOP=0
		   SRC="http://quotes.nasdaq.com/asp/quoteboxsite.asp"
		   ID=page2
		   WIDTH=140>
	  <IFRAME SRC="http://quotes.nasdaq.com/asp/quoteboxsite.asp"
			frameborder="0" marginwidth="0" marginheight="0" width="140" scrolling="no"
		NAME=page2>
	  </IFRAME>
	</LAYER>
</div>

<br/><br/>


<script language="javascript">makeAd('8','120x600','exttrad','ahi_pmi','','');</script>

</div> <!-- end right side ads -->

<div style="padding-right:0px">

<script language=javascript>TickerWidget.constructMenu('equity');</script>

<span class="mainhead">NASDAQ Securities</span>


<script>
exchange = get_querystring_value("exchange");
if(exchange != false)
{
	exchange = exchange.toLowerCase();
	switch(exchange)
	{   //nasdaq securities
		case 'q': document.write('&nbsp;&nbsp;&nbsp;<a href="http://www.nasdaq.com/asp/symbols.asp?exchange=N">NYSE Securities</a>&nbsp;&nbsp;&nbsp;<a href="http://www.nasdaq.com/asp/symbols.asp?exchange=A">AMEX Securities</a>');
				  break;
		//nyse securities
		case 'n': document.write('&nbsp;&nbsp;&nbsp;<a href="http://www.nasdaq.com/asp/symbols.asp?exchange=Q">NASDAQ Securities</a>&nbsp;&nbsp;&nbsp;<a href="http://www.nasdaq.com/asp/symbols.asp?exchange=A">AMEX Securities</a>');
				  break;
		//amex securities
		case 'a': document.write('&nbsp;&nbsp;&nbsp;<a href="http://www.nasdaq.com/asp/symbols.asp?exchange=Q">NASDAQ Securities</a>&nbsp;&nbsp;&nbsp;<a href="http://www.nasdaq.com/asp/symbols.asp?exchange=N">NYSE Securities</a>');
				  break;
	}
}
</script>

<!-- Begin flexbordertop.inc //-->

<img src="http://content.nasdaq.com/images/spacer.gif" width="1" height="5"><BR>

<table width="1%" border="0" cellspacing="0" cellpadding="0" height="1%">
	<tr>
		<td align="left" valign="top"><img src="http://content.nasdaq.com/images/flexBorderTL.gif" width="8" height="8"></td>
		<td width="100%" background="http://content.nasdaq.com/images/flexBorderSideT.gif" valign="top"><img src="http://content.nasdaq.com/images/spacer.gif" width="1" height="1"></td>
		<td align="right" valign="top"><img src="http://content.nasdaq.com/images/flexBorderTR.gif" width="8" height="8"></td>
	</tr>
	<tr>
		<td background="http://content.nasdaq.com/images/flexBorderSideL.gif"><img src="http://content.nasdaq.com/images/spacer.gif" width="1" height="1"></td>
		<td width="100%" height="100%" bgcolor="#ffffff" valign="top">

		<!-- End flexbordertop.inc //-->
		<!-- Begin www here //-->
		<table class="body1" width=550  cellpadding=0 cellspacing=0 >
		<tr>
			<td align=center colspan=2>
			<a href="symbols.asp?exchange=Q&start=A&Type=0">A</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=B&Type=0">B</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=C&Type=0">C</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=D&Type=0">D</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=E&Type=0">E</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=F&Type=0">F</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=G&Type=0">G</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=H&Type=0">H</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=I&Type=0">I</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=J&Type=0">J</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=K&Type=0">K</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=L&Type=0">L</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=M&Type=0">M</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=N&Type=0">N</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=O&Type=0">O</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=P&Type=0">P</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=Q&Type=0">Q</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=R&Type=0">R</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=S&Type=0">S</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=T&Type=0">T</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=U&Type=0">U</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=V&Type=0">V</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=W&Type=0">W</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=X&Type=0">X</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=Y&Type=0">Y</a>&nbsp;&nbsp;<a href="symbols.asp?exchange=Q&start=Z&Type=0">Z</a>
			</td>
		</tr>

<!--5/14/2008 7:46:42 AM~|-->  <tr>    <td align=center colspan=2><a href="symbols.asp?exchange=Q&start=A&page=2&sort=name&Type=0">Next</a>    </td>  </tr><tr><td><Table class="tablefooter" cellpadding=0 cellspacing=0 width=100%><td align=left  colspan=2>Click on the security's name to visit its Web site.</td> <td align=right  colspan=2>Click on the security's symbol for a quote.</td></table></td></tr><tr><td><table class="SymbolList" name="SymbolList_table" id="SymbolList_table" cellpadding=0 cellspacing=0 border=0><tr><td valign="top" bgcolor="#99CBE5" align="left"><img src="http://content.nasdaq.com/images/bluetablecorner_left.gif" border="0" width="9" height="4"></td><td colspan="2" valign="top" align="left" bgcolor="#99CBE5" width="538"><img src="http://content.nasdaq.com/images/spacer.gif" width="1" height="1"></td><td valign="top" bgcolor="#99CBE5" align="right" width="350"><img src="http://content.nasdaq.com/images/bluetablecorner_right.gif" border="0" width="9" height="4"></td></tr><tr><th><a href="symbols.asp?exchange=Q&start=A&Type=0">Name</a></th><th><a href="symbols.asp?exchange=Q&start=A&sort=symbol&Type=0">Symbol</a></th><th><a href="symbols.asp?exchange=Q&start=A&sort=cap&Type=0">Market Value</a> (millions)</th><th>Stock Quote</th></tr>    <tr>      <td valign=top width='25%'>012 Smile.Communications Ltd.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('SMLC', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$291.1</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=SMLC&selected=SMLC'>Stock Quote for SMLC</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>No business description found.</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.1800flowers.com">1-800 FLOWERS.COM, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('FLWS', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$205.9</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=FLWS&selected=FLWS'>Stock Quote for FLWS</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>For more than 30 years, 1-800-FLOWERS.COM,  Inc. - "Your Florist of Choice(R)" -
has been  providing  customers  around the world with the  freshest  flowers and
finest selection of plants,  gift baskets,  gourmet foods and  confections,  and
plush stuffed animals perfect for every  occasion.  1-800-FLOWERS.COM(R)  offers
the best of both worlds: exquisite,  florist-designed  arrangements individually
created by some of the nation's top floral artists and  hand-delivered  the same
day, and spectacular  flowers delivered through its "Fresh From Our Growers(TM)"
program.

Customers can "call, click, or come in" to shop  1-800-FLOWERS.COM(R) 24 hours a
day, 7 days a week at 1-800-356-9377 or  www.1800flowers.com.  Sales and Service
Specialists are available  24/7, and fast and reliable  delivery is offered same
day, any day. As always,  100 percent  satisfaction and freshness is guaranteed.
The  1-800-FLOWERS.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f09%2f13%2f0001084869-07-000018.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>1st Constitution Bancorp (NJ)</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('FCCY', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$52.1</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=FCCY&selected=FCCY'>Stock Quote for FCCY</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>1st Constitution Bancorp (the “Company”) is a bank holding company registered
under the Bank Holding Company Act of 1956, as amended. The Company was
organized under the laws of the State of New Jersey in February 1999 for the
purpose of acquiring all of the issued and outstanding stock of 1st Constitution
Bank (the “Bank”) and thereby enabling the Bank to operate within a bank holding
company structure. The Company became an active bank holding company on July 1,
1999. The Bank is a wholly-owned subsidiary of the Company. Other than its
investment in the Bank, the Company currently conducts no other significant
business activities.

As of December 31, 2006, the Company, on a consolidated basis, had total assets
of approximately $392.7 million, total deposits of approximately $312.7 million,
total gross loans of approximately $265.1 million and total shareholders’ equity
of approximately $35.2 million.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f04%2f02%2f0001214659-07-000720.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.ffbky.com">1st Independence Financial Group, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('FIFG', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$31.9</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=FIFG&selected=FIFG'>Stock Quote for FIFG</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>1st Independence Financial Group, Inc. (the "Company") was organized as
a Delaware corporation in June 1995 and is a bank holding company based in
Louisville, Kentucky which owns 1st Independence Bank, Inc. (the "Bank"). During
2004, the Company merged with Independence Bancorp, New Albany, Indiana. The
Bank currently serves its customers through a network of eight branch offices
located in Harrodsburg, Lawrenceburg and Louisville (Stony Brook main office
branch and St. Matthews branch office), Kentucky and New Albany, Jeffersonville,
Marengo and Clarksville, Indiana. The Bank also operates a mortgage division,
1st Independence Mortgage, which originates one-to-four family residential
mortgage loans. 1st Independence Mortgage operates throughout the Bank's branch
network. The Bank also offers limited trust services. On November 1, 2004, the
Bank formed a title insurance company, Foundation Title Company, LLC, located in
Jeffersonville, Indiana.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f28%2f0000946738-07-000012.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>1st Pacific Bancorp (CA)</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('FPBN', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$40.0</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=FPBN&selected=FPBN'>Stock Quote for FPBN</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>1st Pacific Bancorp (the "Company", "we", "our", or "us") is a California
corporation incorporated on August 4, 2006 and is registered with the Board of
Governors of the Federal Reserve System as a bank holding company under the Bank
Holding Company Act of 1956, as amended. 1st Pacific Bank of California (the
"Bank") is a wholly-owned bank subsidiary of the Company and was incorporated in
California on April 17, 2000. The Bank is a California corporation licensed to
operate as a commercial bank under the California Banking Law by the California
Department of Financial Institutions (the "DFI"). In accordance with the Federal
Deposit Insurance Act, the Federal Deposit Insurance Corporation (the "FDIC")
insures the deposits of the Bank. The Bank is a member of the Federal Reserve
System.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2008%2f03%2f31%2f0001047469-08-003795.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.1stsource.com">1st Source Corporation</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('SRCE', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$511.5</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=SRCE&selected=SRCE'>Stock Quote for SRCE</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>1st Source Corporation, an Indiana corporation incorporated in 1971, is a bank
holding company headquartered in South Bend, Indiana that provides, through our
subsidiaries (collectively referred to as "1st Source"), a broad array of
financial products and services. 1st Source Bank ("Bank"), our principal
subsidiary, offers commercial and consumer banking services, trust and
investment management services, and insurance to individual and business clients
through most of our 67 banking center locations in 16 counties, one Trustcorp
Mortgage office located in each state of Indiana and Ohio. 1st Source Bank
Specialty Finance Group, with 24 locations nationwide, offers specialized
financing services for new and used private and cargo aircraft, automobiles and
light trucks for leasing and rental agencies, medium and heavy duty trucks,
construction equipment, and environmental equipment. While concentrated in
certain equipment types, we enjoy serving a very diverse client base.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f02%2f23%2f0000034782-07-000024.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.fedfirst.com">21st Century Holding Company</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('TCHC', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$91.2</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=TCHC&selected=TCHC'>Stock Quote for TCHC</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>21st Century  Holding  Company  ("21st  Century") is an insurance  holding
company, which, through our subsidiaries and our contractual  relationships with
our  independent  agents,  controls  substantially  all aspects of the insurance
underwriting, distribution and claims process. We underwrite personal automobile
insurance, general liability insurance, homeowners' and mobile home property and
casualty  insurance in Florida,  Georgia and Louisiana  through our wholly owned
subsidiaries,  Federated National Insurance Company  ("Federated  National") and
American Vehicle Insurance Company  ("American  Vehicle").  American Vehicle has
recently  been  authorized to write  commercial  general  liability  policies in
Kentucky  and Texas and expects to begin  writing  policies in that state in the
near future.  American Vehicle is a fully admitted insurance carrier in Florida,
Louisiana  and Texas and is admitted as a surplus  lines  carrier in Georgia and
Kentucky.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2005%2f05%2f17%2f0001144204-05-016195.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.3com.com/">3Com Corporation</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('COMS', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$1,040.2</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=COMS&selected=COMS'>Stock Quote for COMS</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We provide secure, converged networking solutions on a global scale to
organizations of all sizes. Our products and solutions enable customers to
manage business-critical voice, video and data in a secure, scalable, reliable
and efficient network environment. We deliver networking products and services
for enterprises that view their networks as mission critical, and value
cost-effective superior performance. Our products form integrated solutions and
function in multi-vendor environments based upon open, not proprietary,
platforms. Our products are sold on a worldwide basis through a combination of
value added partners and direct sales representatives.
We deliver products and solutions that support the increasingly complex and
demanding application environments in today’s businesses. We aspire to be one of
the leading enterprise networking companies by delivering innovative, secure,
feature-rich products and solutions built on open platform technology.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f07%2f31%2f0000950135-07-004539.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.3dsystems.com">3D Systems Corporation</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('TDSC', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$201.0</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=TDSC&selected=TDSC'>Stock Quote for TDSC</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>3D Systems Corporation, operating through subsidiaries in the United States,
Europe and the Asia-Pacific region, designs, develops, manufactures, markets and
services rapid 3-D printing, prototyping and manufacturing systems and related
products and materials that enable complex three-dimensional objects to be
produced directly from computer data. Our customers use our proprietary systems
to produce physical objects from digital data using commonly available
computer-aided design software, often referred to as CAD software, or other
digital-media devices such as engineering scanners and MRI or CT medical
scanners. Our systems’ ability to produce functional parts from digital art
enables customers to create detailed prototypes or production-quality parts
quickly and effectively without a significant investment in expensive tooling,
greatly reducing the time and cost required to produce prototypes or to
customize production parts.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f08%2f02%2f0000950144-07-007147.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>3SBio Inc.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('SSRX', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$220.3</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=SSRX&selected=SSRX'>Stock Quote for SSRX</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We commenced business operations in 1993 through Shenyang Sunshine
Pharmaceutical Co., Ltd., or Shenyang Sunshine, a limited liability company
established in China. Prior to our initial public offering in February 2007, we
established a holding company structure through the following series of
corporate reorganization transactions:

 

     •   we formed Collected Mind Limited, a British Virgin Islands company, in    
         July 2006;                                                                


 

     •   Collected Mind Limited acquired 100% of the equity interests of Shenyang  
         Sunshine, which was reorganized as a wholly foreign owned enterprise, or  
         WFOE, in July 2006; and                                                   


 

     •   we incorporated 3SBio Inc., an exempted company in the Cayman Islands,    
         which acquired 100% equity interest in Collected Mind in September 2006.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f06%2f29%2f0001193125-07-146810.html#FIS_COMPANY_INFORMATION" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>51job, Inc.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('JOBS', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$511.5</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=JOBS&selected=JOBS'>Stock Quote for JOBS</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We commenced our business in 1998. Since our inception, we have conducted
substantially all of our operations in China. In March 2000, our founders
incorporated a new holding company, now called 51job, Inc., as an exempted
limited liability company in the Cayman Islands under the Cayman Islands
Companies Law (2004 Revision). Subsequently, 51job, Inc. acquired 51net.com
Inc., or 51net, a British Virgin Islands company, and other subsidiaries to
become the holding company of our corporate group. We operate as a foreign
investment enterprise in China through our wholly owned subsidiaries, 51net,
which is the registered owner of some of our trademarks and our domain name,
51net Beijing and 51net HR, which are both Cayman Islands companies, as well as
our affiliated Chinese entities, the primary ones being:
  •    Shanghai Qianjin Advertising Co., Ltd.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f06%2f28%2f0001145549-07-001142.html#FIS_COMPANY_INFORMATION" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.8x8.com/">8x8 Inc</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('EGHT', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$71.4</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=EGHT&selected=EGHT'>Stock Quote for EGHT</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Statements contained in this annual report on Form 10-K, or Annual Report,
regarding our expectations, beliefs, estimates, intentions or strategies are
forward-looking statements within the meaning of Section 27A of the Securities
Act and Section 21E of the Exchange Act. Any statements contained herein that
are not statements of historical fact may be deemed to be forward-looking
statements. For example, words such as "may," "will," "should," "estimates,"
"predicts," "potential," "continue," "strategy," "believes," "anticipates,"
"plans," "expects," "intends," and similar expressions are intended to identify
forward-looking statements. You should not place undue reliance on these
forward-looking statements. Actual results and trends may differ materially from
historical results or those projected in any such forward-looking statements
depending on a variety of factors.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f06%2f29%2f0001023731-07-000014.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>A-Power Energy Generation Systems, Ltd.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('APWR', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$670.5</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=APWR&selected=APWR'>Stock Quote for APWR</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>No business description found.</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.aschulman.com">A. Schulman, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('SHLM', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$596.1</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=SHLM&selected=SHLM'>Stock Quote for SHLM</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>A. Schulman, Inc. (the “Company”) was organized as an Ohio corporation in 1928
and changed its state of incorporation to Delaware in 1969.
 
The Company is engaged in the sale of plastic resins in various forms, which are
used as raw materials by its customers. To identify reportable segments, the
Company considered its operating structure and the types of information subject
to regular review by its President and Chief Executive Officer, who is the Chief
Operating Decision Maker. On this basis, the Company operates primarily in two
geographic segments, North America and Europe, including Asia (“Europe”).
 
BUSINESS ACTIVITIES
 
The Company combines basic resins purchased from plastic resin producers and,
through mixing and extrusion processes, introduces additives that provide color,
stabilizers, flame retardants or other enhancements that may be required by a
customer.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2006%2f11%2f03%2f0000950152-06-008728.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.acmoore.com">A.C. Moore Arts & Crafts, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACMR', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$147.0</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACMR&selected=ACMR'>Stock Quote for ACMR</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We are a specialty retailer offering a vast selection of arts, crafts, and
floral merchandise to a broad demographic of consumers. Our stores are located
in the eastern United States from Maine to Florida. We have grown from 17 stores
in January 1997 to 122 stores as of December 31, 2006. Our stores typically
range from 20,000 to 25,000 square feet. In 2006, for stores open for the full
calendar year, our average sales per square foot was $234, and our average sales
per store was $5.4 million.
   Our assortment of merchandise consists of more than 60,000 stock keeping
units, or SKUs, with approximately 45,000 SKUs offered at each store at any one
time. We believe we offer an arts and crafts shopping experience that is
differentiated by our broad merchandise assortment, high in-stock positions,
exciting stores, knowledgeable sales associates and competitive prices.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f12%2f0000893220-07-000695.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.adam.com/">A.D.A.M. Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ADAM', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$69.7</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ADAM&selected=ADAM'>Stock Quote for ADAM</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>A.D.A.M., Inc. (Nasdaq: ADAM) provides high-quality health information services
and benefits management solutions to healthcare organizations, benefit brokers,
employers, consumers, and educational institutions. With an industry-leading
employee and human resources (HR) benefits management platform and one of the
largest consumer health information libraries in the world, our products empower
consumers to become better informed about their health and wellness, manage
their personal benefits and health account finances, while helping organizations
reduce the costs of healthcare and benefits administration. Our products address
a large and growing consumer driven healthcare market.

Consumers use our highly visual and interactive health information and decision
support applications for learning about general health concerns, specific
diseases, medical conditions and treatments, surgical procedures, drug
information, wellness topics, alternative medicine and more.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f27%2f0001193125-07-065669.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.appharma.com">A.P. Pharma, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('APPA', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$41.3</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=APPA&selected=APPA'>Stock Quote for APPA</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>This Annual Report on Form 10-K contains “forward-looking statements” as defined
by the Private Securities Litigation Reform Act of 1995. These forward-looking
statements involve risks and uncertainties including uncertainties associated
with timely development, approval, launch and acceptance of new products,
satisfactory completion of clinical studies, establishment of new corporate
alliances, progress in research and development programs and other risks and
uncertainties described below under the headings “Our Lead Product Candidate
APF530”, “Development Pipeline”, “Our Technology Platform”, “Our Strategy”,
“Patents and Trade Secrets”, and “Competition”. Such risks and uncertainties
also include the matters discussed under “Risk Factors” below, and under
Management’s Discussion and Analysis of Financial Condition and Results of
Operations in Item 7 below.

Company Overview

In this Annual Report on Form 10-K, the “Company”, “A.P.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f30%2f0001193125-07-070641.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.aaon.com">AAON, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('AAON', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$367.6</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=AAON&selected=AAON'>Stock Quote for AAON</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>The Company (including its subsidiaries) is engaged in the manufacture and sale
of air-conditioning and heating equipment consisting of standardized and custom
rooftop units, chillers, air-handling units, make-up air units, heat recovery
units, condensing units, coils and boilers.

Products and Markets

The Company's products serve the commercial and industrial new construction and
replacement markets. To date virtually all of the Company's sales have been to
the domestic market, with foreign sales accounting for less than 5% of its sales
in 2006.

The rooftop and condenser markets consist of units installed on commercial or
industrial structures of generally less than 10 stories in height. Air-handling
units, chillers, coils and boilers are applicable to all sizes of commercial and
industrial buildings.

The size of these markets is determined primarily by the number of commercial
and industrial building completions.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f14%2f0001026608-07-000038.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.aastrom.com">Aastrom Biosciences, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ASTM', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$51.8</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ASTM&selected=ASTM'>Stock Quote for ASTM</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We are a regenerative medicine company (a medical area that focuses on
developing therapies that regenerate damaged or diseased tissues or organs)
focused on the clinical development of autologous cell products (cells collected
from a patient and returned to that same patient) for the repair or regeneration
of multiple human tissues, based on proprietary Tissue Repair Cell (TRC)
Technology. Our preclinical and clinical product development programs utilize
patient-derived bone marrow stem and early progenitor cell populations, and are
being investigated for their ability to aid in the regeneration of tissues such
as bone, vascular, cardiac and neural. TRC-based products have been used in over
250 patients, and are currently in the following stages of development:
 
  •  Bone regeneration — Bone Repair Cells (BRCs):


 
  •  Osteonecrosis of the femoral head:


 
       •  U.S.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f09%2f13%2f0000936392-07-000734.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.abaxis.com">ABAXIS, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ABAX', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$617.7</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ABAX&selected=ABAX'>Stock Quote for ABAX</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Abaxis, Inc. (“us” or “we”), incorporated in California in 1989, develops,
manufactures and markets portable blood analysis systems for use in any
veterinary or human patient-care setting to provide clinicians with rapid blood
constituent measurements. 

Our principal offices are located at 3240 Whipple Road, Union City, California
94587 and our telephone number is (510) 675-6500.  Our Internet address is
www.abaxis.com.  We make available free of charge on or through our Internet
website our annual reports on Form 10-K, quarterly reports on Form 10-Q, current
reports on Form 8-K and all amendments to those reports as soon as reasonably
practicable after such material is electronically filed with or furnished to the
Securities and Exchange Commission.  Our common stock trades on the Nasdaq
National Market under the symbol “ABAX.”

Our primary product is a blood analysis system, consisting of a compact, 6.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2006%2f06%2f14%2f0001275287-06-003215.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.adamsbank.com">Abigail Adams National Bancorp, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('AANB', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$35.5</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=AANB&selected=AANB'>Stock Quote for AANB</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Abigail Adams National Bancorp, Inc. (the “Company”) is a Delaware-chartered
bank holding company which conducts business through its two wholly-owned bank
subsidiaries, The Adams National Bank (“ANB”) and Consolidated Bank & Trust
Company (“CBT”) (collectively, the “Banks”). ANB serves the nation’s capital
through six full-service offices located in Washington, D.C. and Maryland. CBT
serves the Richmond and Hampton, Virginia market areas through three full
service offices. The Company is subject to regulation by the Board of Governors
of the Federal Reserve System (the “Federal Reserve Board”) and ANB is regulated
by the Office of the Comptroller of the Currency. CBT is regulated by the
Federal Reserve Board and the Bureau of Financial Institutions of the
Commonwealth of Virginia (“Bureau of Financial Institutions”).&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f30%2f0000950133-07-001471.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>Abington Bancorp, Inc.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ABBC', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$265.3</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ABBC&selected=ABBC'>Stock Quote for ABBC</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Abington Community Bancorp, Inc. (the “Company”) is a Pennsylvania corporation
which was organized to be a mid-tier holding company for Abington Savings Bank.
Abington Savings Bank is a Pennsylvania-chartered, FDIC-insured savings bank
which conducts business under the name “Abington Bank” (the “Bank” or “Abington
Bank”). The Bank is a wholly owned subsidiary of the Company. The Company’s
results of operations are primarily dependent on the results of the Bank and the
Bank’s wholly owned subsidiaries, ASB Investment Co., Keswick Services II and
its wholly owned subsidiaries, and Abington Corp. As of December 31, 2006, the
Company, on a consolidated basis, had total assets of $925.2 million, total
deposits of $587.0 million, and total stockholders’ equity of $114.1 million.

The Company was formed when the Bank reorganized from a mutual savings bank to a
mutual holding company structure in December 2004.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f16%2f0001188112-07-000718.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.abiomed.com">ABIOMED, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ABMD', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$476.3</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ABMD&selected=ABMD'>Stock Quote for ABMD</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We are a leading provider of medical devices in circulatory support and offer a
continuum of care in heart recovery to acute heart failure patients. Our
strategy is focused on establishing heart recovery as the goal for all acute
cardiac attacks. Our products are designed to enable the heart to rest, heal and
recover by improving blood flow and/or performing the pumping function of the
heart. We believe we are the only company with commercially available cardiac
assist devices approved for heart recovery by the Food and Drug Administration,
or FDA, and our products have been used to treat thousands of patients to date.
Our products can be used in a broad range of clinical settings, including by
heart surgeons for patients in profound shock and by interventional
cardiologists for patients who are in pre-shock or in need of prophylactic
support in the cardiac catheterization lab, or cath lab.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f06%2f13%2f0001193125-07-134975.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>Abraxis Bioscience Inc.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ABII', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$2,506.9</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ABII&selected=ABII'>Stock Quote for ABII</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Unless the context otherwise requires, references to “New Abraxis,” “Abraxis
BioScience,” “Abraxis,” “we,” “us” and “our” refer to Abraxis BioScience, Inc.
(formerly New Abraxis, Inc.) and its subsidiaries, including our operating
subsidiary Abraxis BioScience, LLC (which we sometimes refer to as New Abraxis,
LLC); references to “Old Abraxis” refer to Abraxis BioScience, Inc. (formerly
American Pharmaceuticals, Inc.) prior to the separation; references to “New APP”
refer to APP Pharmaceuticals, Inc. and its subsidiaries, including its operating
subsidiary APP Pharmaceuticals Partners, LLC (which we sometimes refer to as New
APP LLC); and references to the “distribution,” “separation” or “spin-off” refer
to the transactions in which we separated from Old Abraxis and became an
independent publicly-traded company.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2008%2f03%2f31%2f0001193125-08-071377.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>ABX Holdings, Inc.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ABXA', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$170.6</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ABXA&selected=ABXA'>Stock Quote for ABXA</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>ABX Air, Inc. (“ABX” or “the Company”) is a cargo airline providing
transportation through a fleet of Boeing 767, McDonnell Douglas DC-9 (“DC-9”)
and McDonnell Douglas DC-8 (“DC-8”) aircraft. We complement our air transport
capabilities with package handling and warehousing services. We employ
approximately 6,100 full-time employees and 3,600 part-time employees. We
operate primarily in the United States but have the authority to fly worldwide.
Our headquarters, principal airline hub and largest package sorting operations
are located in Wilmington, Ohio.

ABX was formed as a Delaware corporation in 1980. Between 1980 and August 2003,
ABX was an affiliate of Airborne, Inc. (“Airborne”), a publicly traded,
integrated delivery service provider. On August 15, 2003, ABX was separated from
Airborne in conjunction with a merger agreement between Airborne and DHL
Holdings (USA), Inc., (“DHL”) a wholly-owned subsidiary of DHL Worldwide
Express, B.V.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f08%2f14%2f0001193125-07-182952.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.acaciaresearch.com">Acacia Research Corporation</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACTG', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$164.7</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACTG&selected=ACTG'>Stock Quote for ACTG</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>The Acacia Technologies group, a division of Acacia Research Corporation,
develops, acquires, licenses and enforces patented technologies. The Acacia
Technologies group is primarily comprised of certain of Acacia Research
Corporation’s wholly owned subsidiaries and limited liability companies
including:

· Acacia Global Acquisition         · InternetAd LLC                        
Corporation                         · IP Innovation LLC                     
· Acacia Media Technologies         · KY Data Systems LLC                   
Corporation                         · Location Based Services Corporation   
· Acacia Patent Acquisition         · Micromesh Technology Corporation      
Corporation                         · Microprocessor Enhancement Corporation
· Acacia Technologies Services      · Mobile Traffic Systems Corporation    
Corporation                         · New Medium LLC                        
· AV Technologies LLC               · Peer Communications Corpor&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f14%2f0001019687-07-000715.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>ACADIA Pharmaceuticals Inc.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACAD', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$303.1</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACAD&selected=ACAD'>Stock Quote for ACAD</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We are a biopharmaceutical company focused on the discovery, development, and
commercialization of small molecule drugs for the treatment of central nervous
system disorders. We currently have five programs in clinical development and
several additional programs in preclinical development and discovery stages. In
our most advanced proprietary program, we are entering Phase III development
with ACP-103 for the treatment of Parkinson’s disease psychosis. We also have
three proprietary Phase II-stage clinical programs, including ACP-103 as a
co-therapy for schizophrenia, ACP-103 for the treatment of sleep maintenance
insomnia, and ACP-104 for the treatment of schizophrenia. We have retained
worldwide commercialization rights for all four of these proprietary programs.
In addition, we have a neuropathic pain program in Phase II clinical trials in
collaboration with Allergan, Inc.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f09%2f0001193125-07-050871.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.accelrys.com">Accelrys, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACCL', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$167.5</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACCL&selected=ACCL'>Stock Quote for ACCL</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We develop and commercialize scientific business intelligence software for the
aggregation, mining, integration, analysis, simulation, management and
interactive reporting of scientific data used by biologists, chemists, materials
scientists, including nanotechnology researchers, and information technology
professionals for product design and drug discovery and development. Our
technology and services are designed to meet the needs of today’s leading
research and development organizations. We are headquartered in San Diego,
California and were incorporated in Delaware in 1993. Our company website is
located at www.accelrys.com. Copies of our annual reports on Form 10-K,
quarterly reports on Form 10-Q, current reports on Form 8-K, and amendments to
those reports are available without charge on our website as soon as reasonably
practicable after being filed with or furnished to the U.S. Securities and
Exchange Commission (the “SEC”).&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f06%2f04%2f0001104659-07-045017.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>Accentia Biopharmaceuticals, Inc.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ABPI', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$44.5</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ABPI&selected=ABPI'>Stock Quote for ABPI</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>In this annual report on Form 10-K, unless the context indicates otherwise,
references to “Accentia,” “the Company,” “our company,” “we,” “us,” and similar
references refer to Accentia Biopharmaceuticals, Inc. and its subsidiaries. All
references to years in this Form 10-K, unless otherwise noted, refer to our
fiscal years, which end on September 30. For example, a reference to “2006” or
“fiscal 2006” means the 12-month period ended September 30, 2006.

Overview

We are a biopharmaceutical company focused on the development and
commercialization of late-stage, targeted therapeutic clinical products in the
areas of respiratory disease and, through our majority-owned publicly-traded
subsidiary, Biovest International Inc., oncology. We have two products with
fast-track status in Phase 3 clinical trials.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2006%2f12%2f29%2f0001193125-06-261727.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>Access Integrated Technologies, Inc.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('AIXD', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$63.9</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=AIXD&selected=AIXD'>Stock Quote for AIXD</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>AccessIT was incorporated in Delaware on March 31, 2000. We provide fully
managed storage, electronic delivery and software services and technology
solutions for owners and distributors of digital content to movie theaters and
other venues. In the past, we have generated revenues from two primary
businesses, media services (“Media Services”) and internet data center (“IDC” or
“data center”) services (“Data Center Services”), a business we will no longer
operate after May 1, 2007 (see Data Center Services discussion below). Our Media
Services business provides software, services and technology solutions to the
motion picture and television industries, primarily to facilitate the transition
from analog (film) to digital cinema and has positioned us at, what we believe
to be, the forefront of an emerging industry opportunity relating to the
delivery and management of digital cinema and other content to entertainment and
other remote venues worldwide.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f06%2f29%2f0000932440-07-000408.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.AccessNationalBank.com">Access National Corporation</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ANCX', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$72.9</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ANCX&selected=ANCX'>Stock Quote for ANCX</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Access National Corporation, (the “Corporation”) was organized June 15, 2002
under the laws of Virginia to operate as a bank holding company. The Corporation
has three wholly owned subsidiaries: Access National Bank, Access National
Capital Trust I and Access National Capital Trust II. Effective June 15, 2002,
pursuant to an Agreement and Plan of Reorganization dated April 18, 2002 between
the Corporation and Access National Bank (the “Bank”), the Corporation acquired
all of the outstanding stock of the Bank in a statutory share exchange
transaction. The Corporation does not have any significant operations and serves
primarily as the parent company for the Bank. Access National Capital Trust I
and Access National Capital Trust II were formed for the purpose of issuing
redeemable capital securities. The Corporation’s income is primarily derived
from dividends received from the Bank. These dividends are determined by the
Bank’s earnings and capital position.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f04%2f02%2f0000950133-07-001492.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.precis-scs.com">Access Plans USA, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('AUSA', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$15.2</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=AUSA&selected=AUSA'>Stock Quote for AUSA</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Access Plans USA, Inc. (Access Plans) develops and distributes quality
affordable consumer driven health care programs for individuals, families,
affinity groups and employer groups across the nation. Our products and programs
are designed to deal with the rising costs of health care. They include health
insurance plans and non-insurance health care discount programs to provide
solutions for the millions of Americans who can no longer afford or do not have
access to traditional health insurance coverage.
 
Beginning in 2007, our operations are organized under three business divisions:
 
Consumer Plan Division. Our Consumer Plan Division, which operates as The
Capella Group, Inc. (“Capella”) and is referred to as the Consumer Healthcare
Savings segment, develops and markets non-insurance medical discount programs
through multiple distribution channels.
 
Insurance Marketing Division.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f04%2f02%2f0000950134-07-007289.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>Accuray Incorporated</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ARAY', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$519.3</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ARAY&selected=ARAY'>Stock Quote for ARAY</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We have developed the first and only commercially available intelligent robotic
radiosurgery system, the CyberKnife system, designed to treat solid tumors
anywhere in the body as an alternative to traditional surgery. For over
30 years, traditional radiosurgery systems, or systems that deliver precise,
high dose radiation directly to a tumor, have been used primarily to destroy
brain tumors. Our CyberKnife system represents the next generation of
radiosurgery systems, combining continuous image-guidance technology with a
compact linear accelerator that has the ability to move in three dimensions
according to the treatment plan. Our image-guidance technology continuously
acquires images to track a tumor’s location and transmits any position
corrections to the robotic arm prior to delivery of each dose of radiation.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f09%2f04%2f0001104659-07-066624.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.stoltoffshore.com">Acergy S.A.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACGY', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$4,918.7</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACGY&selected=ACGY'>Stock Quote for ACGY</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We are one of the largest seabed-to-surface engineering and construction
contractors in the world in terms of revenue. We design, procure, build, install
and service a range of offshore surface and subsurface infrastructure for the
global oil and gas industry. We specialize in creating and applying innovative
and efficient solutions in response to the technical complexities faced by
offshore oil and gas companies as they explore and develop production fields in
increasingly deeper water and more demanding offshore environments.

We provide services and products that add value for our clients throughout the
entire life cycle of offshore oil and gas field exploration, development and
production. When a field is being developed, we apply our technical expertise
and knowledge of regional conditions to offer conceptual and engineering designs
for the field. We also procure or fabricate and install equipment used in field
development.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f04%2f18%2f0001193125-07-084060.html#FIS_COMPANY_INFORMATION" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.aceto.com">Aceto Corporation</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACET', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$194.7</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACET&selected=ACET'>Stock Quote for ACET</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Aceto Corporation, together with its consolidated subsidiaries, are referred to
herein collectively as "Aceto", "Company", "we", "us", and "our" unless the
content indicates otherwise. Aceto was incorporated in 1947 in the State of New
York. We are a global leader in the sourcing, regulatory support, marketing and
distribution of chemically derived pharmaceuticals, biopharmaceuticals,
specialty chemicals and crop protection products. Our business is organized
along product lines into three principal segments: Health Sciences, Chemicals &
Colorants and Crop Protection.

The Health Sciences segment is our largest segment in terms of both sales and
gross profits. Products that fall within this segment include active
pharmaceutical ingredients (API's), pharmaceutical intermediates, nutritionals
and biopharmaceuticals. In fiscal 2007, we entered the market for finished
dosage form generic drugs when we received orders for our first Aceto branded
product, Isoflurane.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f09%2f10%2f0001188112-07-002769.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>Achillion Pharmaceuticals, Inc.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACHN', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$58.8</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACHN&selected=ACHN'>Stock Quote for ACHN</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We are a biopharmaceutical company focused on the discovery, development and
commercialization of innovative treatments for infectious diseases. Within the
anti-infective market, we are currently concentrating on the development of
antivirals for the treatment of HIV infection and chronic hepatitis C and the
development of antibacterials for the treatment of serious hospital-based
bacterial infections. We have advanced our lead drug candidate, elvucitabine for
the treatment of HIV infection, into phase II clinical trials. In addition, we
are advancing two late-stage preclinical candidates, ACH-702 for the treatment
of serious hospital-based bacterial infections, and in collaboration with Gilead
Sciences, a series of NS4A antagonists for the treatment of chronic hepatitis C.

We believe that there are several business advantages to developing
anti-infective drugs as compared to developing drugs in other therapeutic areas.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f29%2f0001193125-07-068749.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.tsainc.com">ACI Worldwide, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACIW', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$619.5</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACIW&selected=ACIW'>Stock Quote for ACIW</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Transaction Systems Architects, Inc., a Delaware corporation, and our
subsidiaries (collectively referred to as “TSA” the “Company,” “we,” “us” or
“our”) develop, market, install and support a broad line of software products
and services primarily focused on facilitating electronic payments. In addition
to our own products, we distribute, or act as a sales agent for, software
developed by third parties. These products and services are used principally by
financial institutions, retailers and electronic payment processors, both in
domestic and international markets. Most of our products are sold and supported
through distribution networks covering three geographic regions — the Americas,
Europe/Middle East/Africa (“EMEA”) and Asia/Pacific. Each distribution network
has its own sales force and supplements this with independent reseller and/or
distributor networks. Our products are marketed under the ACI Worldwide brand.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f05%2f11%2f0001104659-07-038871.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.acmecommunications.com">ACME Communications, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACME', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$24.6</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACME&selected=ACME'>Stock Quote for ACME</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>ACME Communications, Inc. and its wholly-owned subsidiaries (together,
unless the context otherwise requires, the “Company” or “we”) owns and operates
broadcast television stations in medium-sized markets across the United States.
On February 16, 2007, we completed the sale of our station WTVK in the Ft. Myers
– Naples, Florida marketplace which left us with seven television stations (and
a full-power satellite station) in six markets (our “Continuing Stations”). Six
of these Continuing Stations are network affiliates of The CW Television Network
and one station is a network affiliate of MyNetworkTV. These Continuing Stations
broadcast in markets that cover, in the aggregate, approximately 2.6% of the
total U.S. television households.

      In March 2003, we sold two of our stations, KPLR-TV serving the St.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f04%2f10%2f0001092013-07-000007.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>Acme Packet, Inc.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('APKT', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$587.1</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=APKT&selected=APKT'>Stock Quote for APKT</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Acme Packet is the leading provider of session border controllers, or SBCs, that
enable interactive communications service providers to deliver secure and high
quality interactive communications—voice, video and other real-time multimedia
sessions—across defined border points where Internet Protocol networks connect,
known as network borders. Interactive communications service providers, which we
refer to generally as service providers, include cable service providers,
wireline and mobile wireless telecommunications service providers, information
service providers and data transport service providers. The Internet Protocol,
or IP, is a standardized method of transmitting information, such as interactive
communications, from one device, such as a personal computer, server, IP
telephone and personal digital advisor, to another device over any type of
physical private or public network, including the Internet.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f16%2f0001104659-07-019671.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>Acorda Therapeutics, Inc.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACOR', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$611.5</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACOR&selected=ACOR'>Stock Quote for ACOR</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Acorda Therapeutics is a commercial-stage biopharmaceutical company dedicated to
the identification, development and commercialization of novel therapies that
improve neurological function in people with multiple sclerosis, or MS, spinal
cord injury, or SCI, and other disorders of the central nervous system, or CNS.
Our marketed drug, Zanaflex Capsules, is FDA-approved for the management of
spasticity. Our lead product candidate, Fampridine-SR, has completed a positive
Phase 3 clinical trial for the improvement of walking ability in people with MS
and we expect to initiate a second Phase 3 clinical trial in the second quarter
of 2007. Our preclinical programs also target other aspects of MS as well as SCI
and other CNS disorders, including stroke and traumatic brain injury.

Approximately 650,000 people in the United States suffer from MS or SCI and the
combined annual cost of treatment for these conditions exceeds $13 billion.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f05%2f08%2f0001104659-07-036919.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.dssiinc.com">Acorn Energy, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACFN', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$65.5</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACFN&selected=ACFN'>Stock Quote for ACFN</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We  operate  in three  reportable  segments:  software  consulting  and
development,  energy  intelligence  solutions,  and computer hardware.  As we no
longer have control over our formerly consolidated subsidiary Comverge Inc. (see
Note 4 to the  Consolidated  Financial  Statements),  effective as of the second
quarter of 2003, we account for our  investment in Comverge by the equity method
and no longer  consolidate  Comverge's  balances and operating activity into our
consolidated balance sheet and statement of operations.

         o    SOFTWARE  CONSULTING  AND  DEVELOPMENT--Providing  consulting  and
              development services for computer software and systems,  primarily
              through our dsIT subsidiary.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2004%2f04%2f01%2f0000930413-04-001653.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.acs-tech80.com">ACS Motion Control Ltd.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACSEF', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$11.6</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACSEF&selected=ACSEF'>Stock Quote for ACSEF</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>ACS Motion Control Ltd was incorporated under the laws of the State of
Israel on June 9, 1985. Our executive offices are located at P.O.B. 5668, Migdal
Ha'Emek, Israel 10500, and our telephone number is 011-972-4-6546440. In March
2006 we changed our name from ACS Tech80 Ltd. to our current name.

     Our wholly owned subsidiary, Technology 80 Inc. (doing business under the
name ACS Motion Control, Inc.) (Tech80). is located in Minneapolis, U.S.A.
Tech80 manufactures motion control products that are complementary to our
products, and markets our products in North America. See "Technology 80, Inc."
below.

     We are not a capital-intensive company in terms of fixed assets, but rather
invest in research and development and marketing. We expect the amount of
capital expenditures during 2007 to be higher than in 2006 and to be funded from
our cash flows from operations. During 2006, 2005 and 2004 our capital
expenditures totaled U.S. $183 thousand, U.S.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f28%2f0001178913-07-000604.html#FIS_COMPANY_INFORMATION" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.actel.com/">Actel Corporation</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACTL', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$434.3</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACTL&selected=ACTL'>Stock Quote for ACTL</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We design, develop, and market field programmable gate arrays (FPGAs) and
programmable system chips (PSCs) and supporting products and services. FPGAs and
PSCs are used by manufacturers of automotive, communications, computer,
consumer, industrial, military and aerospace, and other electronic systems to
differentiate their products and get them to market faster. We are the leading
supplier of FPGAs based on Flash and antifuse technologies, a leading supplier
of high-reliability FPGAs, and the first supplier to offer a truly programmable
PSC. Our strategy is to offer innovative solutions to markets in which our
technologies have a competitive advantage, including the PSC market and the
value-based and system-critical FPGA markets.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2006%2f03%2f17%2f0000950134-06-005428.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.apii.com">Action Products International, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('APII', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$4.7</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=APII&selected=APII'>Stock Quote for APII</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Action Products International, Inc. (NASDAQ: APII) is a brand-focused,
educational toy company. We design, manufacture and market a diversified
portfolio of educational, positive and non-violent brands of toy products, to
various retailing channels such as toy stores, specialty retailers, education
outlets, museums, and attractions in the United States and throughout the world.
We were originally incorporated, and began our operations, in New York in 1977,
and relocated and re-incorporated in Florida in 1980 as a distributor of
education oriented toys and children’s books, stationery and souvenirs,
supplying museum gift shops. In 1997 a new business model was developed and
implemented around our toy business. From 1997 through 2005 we successfully
developed or acquired and brought to market a core portfolio of proprietary
branded product lines to replace sales of divested non-core lines.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2006%2f03%2f31%2f0001193125-06-070640.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>Actions Semiconductor Co., Ltd.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACTS', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$312.2</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACTS&selected=ACTS'>Stock Quote for ACTS</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We, Actions Semiconductor Co., Ltd., are an exempted company incorporated under
the Companies Law (2004 Revision) of the Cayman Islands on July 27, 2005 for the
purpose of becoming the sole shareholder of Actions Semiconductor Co., Ltd., a
“category 2” global business company incorporated in the Republic of Mauritius,
which we refer to as Actions Semiconductor (Mauritius). A category 2 global
business license is issued by the Financial Services Commission of Mauritius to
a private company carrying on a qualified global business in a currency other
than the Mauritian currency with persons who are resident outside of Mauritius.
A preferential tax regime is applicable in Mauritius to a company holding a
category 2 global business license. In August 2005, we issued 480 million shares
to shareholders of Actions Semiconductor (Mauritius) in consideration for 100%
of its share capital.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f04%2f24%2f0001193125-07-088326.html#FIS_COMPANY_INFORMATION" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.activepower.com">Active Power, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACPW', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$81.0</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACPW&selected=ACPW'>Stock Quote for ACPW</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Active Power designs, manufactures and markets power quality products that
provide consistent, reliable and cost-effective ride through, or temporary,
power for the majority of power disturbances, such as voltage sags and surges,
and bridge the gap between a power outage and restoration of power or the time
required to switch to generator power. Our products are designed to be
environmentally friendly compared to existing solutions without compromising
functionality, efficiency or cost. We have shipped over 1,450 flywheels, or more
than 350 megawatts of our products, representing $105.4 million in revenue, to
business locations in over 35 countries around the world since our founding in
1992. We are headquartered in Austin, Texas.

Our patented flywheel energy storage systems store kinetic energy by constantly
spinning a compact steel wheel (“flywheel”) driven from utility power in a
low-friction environment.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f05%2f14%2f0001193125-07-112146.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.activcard.com">ActivIdentity Corporation</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACTI', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$112.6</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACTI&selected=ACTI'>Stock Quote for ACTI</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>ActivIdentity Corporation (formerly known as ActivCard) is a trusted provider of
digital identity assurance solutions for the enterprise, government, healthcare,
and financial services markets worldwide. We provide software and hardware
products that enable organizations to issue, manage and use trusted digital
identities for secure physical and logical access, secure communications, and
legally binding digital transactions.

Our solutions include strong authentication, smart employee ID, single sign on,
secure information and transactions, and smart citizen ID. Our products support
strong authentication utilizing a range of security devices, such as smart
cards, USB tokens, one-time-password (OTP) tokens, soft OTP tokens for mobile
phones and personal digital assistants, and proximity badges and biometric
devices.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2006%2f12%2f29%2f0001193125-06-261251.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.activision.com/">Activision, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ATVI', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$9,458.1</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ATVI&selected=ATVI'>Stock Quote for ATVI</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Activision, Inc. (“Activision,” the “Company,” or “we”) is a leading
international publisher of interactive entertainment software and peripheral
products. We have built a company with a diverse portfolio of products that
spans a wide range of categories and target markets and that is used on a
variety of game hardware platforms and operating systems. We have created,
licensed, and acquired a group of highly recognizable brands, which we market to
a variety of consumer demographics. Our fiscal 2007 product portfolio included
such best-selling products as Call of Duty 3, Guitar Hero II, Tony Hawk’s
Project 8, Tony Hawk’s Downhill Jam,  Marvel: Ultimate Alliance, Over the Hedge,
and X-Men: The Official Game.

 

Our products cover diverse game categories including action/adventure, action
sports, racing, role-playing, simulation, first-person action, music-based
gaming, and strategy.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f06%2f14%2f0001104659-07-047752.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.actuate.com">Actuate Corporation</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACTU', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$266.7</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACTU&selected=ACTU'>Stock Quote for ACTU</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Actuate Corporation (“We”, “Actuate” or the “Company”) was incorporated in
November 1993 in the State of California and reincorporated in the State of
Delaware in July 1998. Actuate provides software and services for Business
Intelligence, Performance Management and Reporting applications. Actuate’s
portfolio of products enable organizations to develop applications that optimize
corporate performance. Applications built on Actuate’s open source-based
platform provide all stakeholders inside and outside the firewall, including
employees, customers, partners and citizens with information that they can
easily access and understand to maximize revenue, cut costs, improve customer
satisfaction, streamline operations, create competitive advantage and make
better decisions. Our goal is to ensure that all users can adopt decision-making
information into their day-to-day activities, opening up completely new avenues
for improving corporate performance.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f20%2f0001193125-07-058537.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'>Acura Pharmaceuticals, Inc.</td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACUR', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$402.9</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACUR&selected=ACUR'>Stock Quote for ACUR</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Company Overview

We are a specialty pharmaceutical company engaged in research, development and
manufacture of innovative Aversion® Technology and related product candidates.
Product candidates developed with Aversion® Technology and containing opioid
analgesic active ingredients are intended to effectively treat pain and also
discourage the most common methods of pharmaceutical product misuse and abuse
including; (i) intravenous injection of dissolved tablets or capsules, (ii)
nasal snorting of crushed tablets or capsules and (iii) intentional swallowing
of excessive numbers of tablets or capsules. Acurox™ Tablets, our lead product
candidate utilizing Aversion® Technology, is being developed pursuant to an
active investigational new drug application (“IND”) on file with the U.S. Food
and Drug Administration (“FDA”).&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2008%2f03%2f05%2f0001144204-08-013490.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.acusphere.com">Acusphere, Inc.</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACUS', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$27.9</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACUS&selected=ACUS'>Stock Quote for ACUS</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>We are a specialty pharmaceutical company that develops new drugs and improved
formulations of existing drugs using our proprietary porous microparticle
technology. We are focused on developing proprietary drugs that can offer
significant benefits over existing drugs, including improved safety and
efficacy, increased patient compliance, greater ease of use, expanded
indications or reduced cost. Our lead product candidate Imagify™ (perflubutane
polymer microspheres for delivery in an injectable suspension, formerly known as
AI-700) is a cardiovascular drug in Phase 3 clinical development for the
detection of coronary artery disease, the leading cause of death in the United
States. We also have demonstrated that our technology has the potential to
improve the formulation of hydrophobic drugs and asthma drugs.&nbsp;&nbsp;... <a href="http://secfilings.nasdaq.com/edgar_conv_html%2f2007%2f03%2f16%2f0001104659-07-019980.html#FIS_BUSINESS" target="_blank">More</a> ...&nbsp;&nbsp;</td></tr><tr><td colspan='4'><hr/><br/><br/></td></tr>    <tr>      <td valign=top width='25%'><a href="offsite_quotes.asp?content=http://www.acxiom.com/">Acxiom Corporation</a></td>      <td valign=top align=center width='25%'><script language=javascript>TickerWidget.constructWidget('ACXM', 'equity', false);</script></td>      <td valign=top align=center width='25%'>$939.9</td>      <td valign='top' width='25%'><a href='http://www.nasdaq.com/asp/SummaryQuote.asp?symbol=ACXM&selected=ACXM'>Stock Quote for ACXM</td>    </tr><tr><td colspan='4'>&nbsp;</td></tr><tr><td colspan='4'>Acxiom Corporation (“Acxiom” or “the Company”) (Nasdaq: ACXM) integrates data,
services and technology to create and deliver customer and information
management solutions for many of the largest and most respected companies in the
world. The core components of Acxiom’s innovative solutions are customer data
integration (“CDI”) technology and services, data, database services,
information technology (“IT”) outsourcing, consulting and analytics, and privacy
leadership. Founded in 1969, Acxiom is headquartered in Little Rock, Arkansas,
with locations t