function tias_items(store, alignment) {
	var fW=200;
	var fH=1120;
	var fT=5;


	if (alignment == "horiz") {
   	    fW=800;
   	    fH=230;
    	    fT=4;
	}

	var url = 'http://www.tias.com/cgi-bin/latestItem.fcgi?' +
	    '&store=' + store +
	    '&fT=' + fT;
	var html = '<iframe scrolling=no frameborder=0 allowtransparency="true" style="width: '+fW+'px; height: ' + fH + 'px;" src="' + url + '"></iframe>';
	document.write(html);
}
