// news headlines
var text = new Array();
text[0] = "Albar makes it on the INC 500! Click to read more.";
text[1] = "View ALBAR's state of the art refining equipment!";
text[2] = "Albar awarded another United States Government precious metal scrap bid.";
text[3] = "New online videos recently added. View our refining process in action.";
text[4] = "Pleased to offer Stone Removal for Scrap gold.";
text[5] = "Gold Scrap Evaluator now Online. Click here to begin evaluating you gold scrap.";
text[6] = "Albar Precious Metals is awarded $117,932.00 platinum bid from the U.S. Government.";
text[7] = "Online Container Requests now available. Click for more information. ";




// link to story
var linka = new Array();
linka[0] = "http://www.albarmetals.com/albar_inc500.html";
linka[1] = "http://www.albarmetals.com/inside_albar.html";
linka[2] = "http://www.albarmetals.com/news.html";
linka[3] = "http://www.albarmetals.com/movies.htm";
linka[4] = "http://www.albarmetals.com/stone_removal.html";
linka[5] = "http://www.albarmetals.com/GoldScrapEvaluator.html";
linka[6] = "http://www.albarmetals.com/news.html";
linka[7] = "http://www.albarmetals.com/news.html";
linka[8] = "http://www.albarmetals.com/request_unit.html";


