var ranpic = new Array();

ranpic[0] = "/images/feature_001.jpg' border='0'";
ranpic[1] = "/images/feature_002.jpg' border='0'";
ranpic[2] = "/images/feature_003.jpg' border='0'";
ranpic[3] = "/images/feature_004.jpg' border='0'";
ranpic[4] = "/images/feature_005.jpg' border='0'";
ranpic[5] = "/images/feature_006.jpg' border='0'";
ranpic[6] = "/images/feature_007.jpg' border='0'";
ranpic[7] = "/images/feature_008.jpg' border='0'";
ranpic[8] = "/images/feature_009.jpg' border='0'";
ranpic[9] = "/images/feature_010.jpg' border='0'";
ranpic[10] = "/images/feature_011.jpg' border='0'";
ranpic[11] = "/images/feature_012.jpg' border='0'";

var rantext = new Array();
rantext[0] = "<a href='feature1.html'>Learn more about this project here >></a>";
rantext[1] = "<a href='feature2.html'>Learn more about this project here >></a>";
rantext[2] = "<a href='feature3.html'>Learn more about this project here >></a>";
rantext[3] = "<a href='feature4.html'>Learn more about this project here >></a>";
rantext[4] = "<a href='feature5.html'>Learn more about this project here >></a>";
rantext[5] = "<a href='feature6.html'>Learn more about this project here >></a>";
rantext[6] = "<a href='feature7.html'>Learn more about this project here >></a>";
rantext[7] = "<a href='feature8.html'>Learn more about this project here >></a>";
rantext[8] = "<a href='feature9.html'>Learn more about this project here >></a>";
rantext[9] = "<a href='feature10.html'>Learn more about this project here >></a>";
rantext[10] = "<a href='feature11.html'>Learn more about this project here >></a>";
rantext[11] = "<a href='feature12.html'>Learn more about this project here >></a>";

var rannum = Math.floor(Math.random()*ranpic.length);