var newsURL = new Array();
var newsTitle = new Array();
var news_indexAmt = 4; //amount of items display on frontpage
var news_amt = 20; //amount of items display on news.html

//larger index value, upper in display

newsURL[0] = "news_june_2009_cd_wi-fi_radar_from_music_powerhouse.php";
newsURL[1] = "news_jul_09_tdscdma.php";
newsURL[2] = "news_aug_09_hifitrack_signs.php";
newsURL[3] = "news_aug_09_hifi_show.php";

/*newsTitle[0] = "June 2009 - New arrivals to HifiTrack this week. Pasadena Roof Orchestra “Roots Of Swing” Direct Studio Master Version （DSMV）24/96 and historial recording; Shen Yung's “The Butterfly Lovers Violin Concerto”.";

newsTitle[1] = "June 2009 - HiFiTrack.com become certified Weiss reseller. Weiss DAC2 is now available for online ordering.";

newsTitle[2] = "June 2009 - Music Powerhouse Technology's “Wifi Radar” was awarded by Hong Kong Wireless Technology Industry Association (WTIA)."*/

newsTitle[0] = "June 2009 - CD Wi-Fi Radar from Music Powerhouse Technology (MPT)  received award on Innovative Wi-Fi Services and Applications for the  &quot;Ubiquitous City - HK&quot;."

newsTitle[1] = "Music Magic Touch - Won the Innovative TD-SCDMA Application Award [07/09]";

newsTitle[2] = "HifiTrack signs with Gold Typhoon, BBS Records, Design with Sound,Pasadena Roof Orchestra Management, IR Group and Chimes Music [08/09]";

newsTitle[3] = "HifiTrack in 2009 Hong Kong High End Audio Visual Show [08/09]";

function createMoreBtn(url){
	return "<a href=\""+url+"\"> more&gt;&gt;</a>"
}
