title = new Array;
link = new Array;

/* The number in square brackets indicates the issue number.*/

title[1] = "The Development of the Clay Tobacco Pipe Kiln in the British Isles"
link[1]  = "http://intarch.ac.uk/journal/issue1/peacey_index.html"

title[2] = "The 'cha&#238;ne op&#233;ratoire' approach to lithic analysis"
link[2] = "http://intarch.ac.uk/journal/issue2/grace_index.html"

title[3] = " A Gazetteer of Sub-Roman Britain (AD 400-600): the British Sites"
link[3]  = "http://intarch.ac.uk/journal/issue3/snyder_index.html"

title[4] = "Graphical analysis of regional archaeological data: The use of site typology to explore the Dutch Neolithization process"
link[4] = "http://intarch.ac.uk/journal/issue4/wansleeben_index.html"

title[5] = "A small mesolithic site at Fife Ness, Fife, Scotland."
link[5] = "http://intarch.ac.uk/journal/issue5/wickham_index.html"

title[6] = "From Order to Chaos: Publication, Synthesis and the Dissemination of Data in a Digital Age"
link[6] = "http://intarch.ac.uk/journal/issue6/gaffney_index.html"

title[7] = "One good site deserves another: electronic publishing in field archaeology"
link[7] = "http://intarch.ac.uk/journal/issue7/gray_index.html"

title[8] = "The world in a spin: representing the neolithic landscapes of South Uist"
link[8] = "http://intarch.ac.uk/journal/issue8/cummings_index.html"

title[9] = "The Ave Valley, northern Portugal: a survey of Iron Age and Roman settlement"
link[9] = "http://intarch.ac.uk/journal/issue9/millett_index.html"

title[10] = "Anglian and Anglo-Scandinavian Cottam - linking digital publication and archive"
link[10] = "http://intarch.ac.uk/journal/issue10/richards_index.html"

title[11] = "The human remains from HMS Pandora"
link[11] = "http://intarch.ac.uk/journal/issue11/steptoe_index.html"

title[12] = "Training professional archaeologists in the UK - meeting the crisis of success"
link[12] = "http://intarch.ac.uk/journal/issue12/aitchison_index.html"

title[13] = "An integrated zooarchaeological database for research and teaching"
link[13] = "http://intarch.ac.uk/journal/issue13/harland_index.html"

title[14] = "Excavations at Cricklade, Wiltshire - 1975"
link[14] = "http://intarch.ac.uk/journal/issue14/haslam_index.html"

title[15] = "A manufactured past: virtual reality in archaeology"
link[15] = "http://intarch.ac.uk/journal/issue15/earl_index.html"

title[16] = "Listening to Landscapes: Modelling Past Soundscapes in GIS"
link[16] = "http://intarch.ac.uk/journal/issue16/mlekuz_index.html"

title[17] = "Caprine Butchery and Bone Modification Templates: A step towards standardisation"
link[17] = "http://intarch.ac.uk/journal/issue17/popkin_index.html"

title[18] = "Pathways to a Shared European Information Infrastructure for Cultural Heritage"
link[18] = "http://intarch.ac.uk/journal/issue18/kenny_index.html"

title[19] = "Vernacular Buildings of the Outer Hebrides 300 BC to AD 1930: Temporal comparison using archaeological analysis"
link[19] = "http://intarch.ac.uk/journal/issue19/geddes_index.html"

title[20] = "The palaeochannel record in the Trent Valley UK: contributions towards cultural heritage management"
link[20] = "http://intarch.ac.uk/journal/issue20/baker_index.html"

title[21] = "Analysing Medieval Urban Space"
link[21] = "http://intarch.ac.uk/journal/issue21/craane_index.html"

title[22] = "In Sight of Doggerland: From speculative survey to landscape exploration"
link[22] = "http://intarch.ac.uk/journal/issue22/fitch_index.html"

title[23] = "Characterising the Welsh Roundhouse: chronology, inhabitation and landscape"
link[23] = "http://intarch.ac.uk/journal/issue23/johnston_index.html" 

title[24] = "The use and misuse of 'legacy data' in identifying a typology of retail outlets at Pompeii"
link[24] = "http://intarch.ac.uk/journal/issue24/ellis_index.html"


/* to add a new one... put the next number between in the [] and fill in title etc - 
 NB - you must also change the imagenumber below to the new total.
 title[] = "title"
 link[] = "URL" */

/* change the var imagenumber below to equal the new issue number*/
var imagenumber = 24 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;

var title=title[rand1];
var link =link[rand1];
num = title.length 

// alert(num);

newnum = 200 - title.length;
/*finalnum = text.indexOf(" ",newnum);
if(finalnum != -1){
	text = text.substr(0,finalnum);
}
*/
randomtext = '<p>' + title + '&nbsp;<a href="' + link + '"><em>View abstract</em></a></p>';
