var url = window.location.href;
if(url.indexOf("spectrum")!= "-1"){ // use dev URL or production
	icoUrl = "http://uewebserv.intranet.sprintspectrum.com:12980/2BZipped/media/Assets/showcase/";
} else {
	icoUrl = "/media/Assets/showcase/";
}

var catData = new Array();
	/*
	column information is as follows:
	0 = categoryID (uniqueID)
	1 = title
	2 = flash type ('gam','mov'(trailers),'rin','rin_ani','scr','scr_ani')
	3 = title prefix (image that goes before the title under the flash)
	*/
	catData[catData.length]=new Array("0","FanScan In-Car Audio","rin","<img src=\""+icoUrl+"ico-ringers-smBlack.gif\" />" );

var itemData = new Array();
	/*
	column information is as follows:
	0 = prevID (uniqueID)
	1 = categoryID
	2 = title
	3 = desc
	4 = flash fileName
	5 = width to display file at (optional)
	
	Will display in order listed below
	*/
	

	desc = "Hear what the drivers are saying as they battle for the checkered flag with Nextel FanScan&reg; In-Car Audio. ";
	itemData[itemData.length]=new Array("1","0","FanScan Demo",desc,"fanscan.mp3" );

	
// display the list
displayListNascar();