function am()
{
var i=new Array();
var title=new Array();
var price=new Array();
var url=new Array();
var img=new Array();
i[0]=0
title[0]="Albania: a Narrative of Recent Travel"
i[0]=0
price[0]="&pound;"
i[0]=0
img[0]="http://images-eu.amazon.com/images/P/1402197780.02.MZZZZZZZ.jpg"
i[0]=0
url[0]="http://www.amazon.co.uk/exec/obidos/ASIN/1402197780/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[1]=1
title[1]="Albania Mineral and Mining Sector Investment and Business Guide"
i[1]=1
price[1]="&pound;99.95"
i[1]=1
img[1]="http://images-eu.amazon.com/images/P/0739750631.02.MZZZZZZZ.jpg"
i[1]=1
url[1]="http://www.amazon.co.uk/exec/obidos/ASIN/0739750631/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[2]=2
title[2]="Albania Investment and Business Guide"
i[2]=2
price[2]="&pound;79.95"
i[2]=2
img[2]="http://images-eu.amazon.com/images/P/0739729284.02.MZZZZZZZ.jpg"
i[2]=2
url[2]="http://www.amazon.co.uk/exec/obidos/ASIN/0739729284/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[3]=3
title[3]="Albania (Bradt Travel Guides S.)"
i[3]=3
price[3]="&pound;9.23"
i[3]=3
img[3]="http://images-eu.amazon.com/images/P/1841621498.02.MZZZZZZZ.jpg"
i[3]=3
url[3]="http://www.amazon.co.uk/exec/obidos/ASIN/1841621498/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[4]=4
title[4]="A Albanian Journal: The Road to Elbasan"
i[4]=4
price[4]="&pound;10.50"
i[4]=4
img[4]="http://images-eu.amazon.com/images/P/1877727768.02.MZZZZZZZ.jpg"
i[4]=4
url[4]="http://www.amazon.co.uk/exec/obidos/ASIN/1877727768/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[5]=5
title[5]="Albania Country Study Guide"
i[5]=5
price[5]="&pound;99.95"
i[5]=5
img[5]="http://images-eu.amazon.com/images/P/073970107X.02.MZZZZZZZ.jpg"
i[5]=5
url[5]="http://www.amazon.co.uk/exec/obidos/ASIN/073970107X/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[6]=6
title[6]="Albania - a Guide and Illustrated Journal: See ISBN 1-898323-10-0"
i[6]=6
price[6]="&pound;10.95"
i[6]=6
img[6]="http://images-eu.amazon.com/images/P/1564406970.02.MZZZZZZZ.jpg"
i[6]=6
url[6]="http://www.amazon.co.uk/exec/obidos/ASIN/1564406970/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[7]=7
title[7]="Butrint: A Guide to the City and Its Monuments"
i[7]=7
price[7]="&pound;5.00"
i[7]=7
img[7]="http://images-eu.amazon.com/images/P/0953555607.02.MZZZZZZZ.jpg"
i[7]=7
url[7]="http://www.amazon.co.uk/exec/obidos/ASIN/0953555607/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[8]=8
title[8]="Albania (Oxfam Country Profiles S.)"
i[8]=8
price[8]="&pound;5.40"
i[8]=8
img[8]="http://images-eu.amazon.com/images/P/0855984325.02.MZZZZZZZ.jpg"
i[8]=8
url[8]="http://www.amazon.co.uk/exec/obidos/ASIN/0855984325/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[9]=9
title[9]="Rural Property and Economy in Post-communist Albania"
i[9]=9
price[9]="&pound;31.99"
i[9]=9
img[9]="http://images-eu.amazon.com/images/P/1571811508.02.MZZZZZZZ.jpg"
i[9]=9
url[9]="http://www.amazon.co.uk/exec/obidos/ASIN/1571811508/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"

i.sort(function(){return Math.random() < 0.5 ? -1 : 1});

document.write("<div class=\"rb rbO rbBooks\">");

for(var j=0;j<=2;j++)
{
id = i[j];
document.write("<div class=book><a href=\""+url[id]+"\" onmouseover=\"window.status='More information';return true;\" onmouseout=\"status=' ';return true;\" target=\"_blank\"><img src=\""+img[id]+"\"><br>"+title[id]+"</a> "+price[id]+"</div>");
}
document.write("</div>");
}
am();
