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]="Cleaning House"
i[0]=0
price[0]="&pound;11.91"
i[0]=0
img[0]="http://images-eu.amazon.com/images/P/0895265168.02.MZZZZZZZ.jpg"
i[0]=0
url[0]="http://www.amazon.co.uk/exec/obidos/ASIN/0895265168/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[1]=1
title[1]="Organizing from the Right Side of the Brain"
i[1]=1
price[1]="&pound;9.99"
i[1]=1
img[1]="http://images-eu.amazon.com/images/P/0312318162.02.MZZZZZZZ.jpg"
i[1]=1
url[1]="http://www.amazon.co.uk/exec/obidos/ASIN/0312318162/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[2]=2
title[2]="Natural Stain Remover: Clean Your Home Without Harmful Chemicals"
i[2]=2
price[2]="&pound;4.99"
i[2]=2
img[2]="http://images-eu.amazon.com/images/P/1840924195.02.MZZZZZZZ.jpg"
i[2]=2
url[2]="http://www.amazon.co.uk/exec/obidos/ASIN/1840924195/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[3]=3
title[3]="Microhydro: Clean Power from Water"
i[3]=3
price[3]="&pound;11.21"
i[3]=3
img[3]="http://images-eu.amazon.com/images/P/0865714843.02.MZZZZZZZ.jpg"
i[3]=3
url[3]="http://www.amazon.co.uk/exec/obidos/ASIN/0865714843/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[4]=4
title[4]="How Clean Is Your House?"
i[4]=4
price[4]="&pound;5.99"
i[4]=4
img[4]="http://images-eu.amazon.com/images/P/0141018801.02.MZZZZZZZ.jpg"
i[4]=4
url[4]="http://www.amazon.co.uk/exec/obidos/ASIN/0141018801/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[5]=5
title[5]="Taming the Paper Tiger at Home: Your Survival Guide for Life"
i[5]=5
price[5]="&pound;12.99"
i[5]=5
img[5]="http://images-eu.amazon.com/images/P/0938721577.02.MZZZZZZZ.jpg"
i[5]=5
url[5]="http://www.amazon.co.uk/exec/obidos/ASIN/0938721577/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[6]=6
title[6]="Cleaning Encyclopaedia, The"
i[6]=6
price[6]="&pound;4.34"
i[6]=6
img[6]="http://images-eu.amazon.com/images/P/0440235014.02.MZZZZZZZ.jpg"
i[6]=6
url[6]="http://www.amazon.co.uk/exec/obidos/ASIN/0440235014/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[7]=7
title[7]="Clean House, Clean Planet: Clean Your House for Pennies a Day, the Safe, Nontoxic Way"
i[7]=7
price[7]="&pound;6.84"
i[7]=7
img[7]="http://images-eu.amazon.com/images/P/0671535951.02.MZZZZZZZ.jpg"
i[7]=7
url[7]="http://www.amazon.co.uk/exec/obidos/ASIN/0671535951/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[8]=8
title[8]="Taming the Paper Tiger at Home"
i[8]=8
price[8]="&pound;8.00"
i[8]=8
img[8]="http://images-eu.amazon.com/images/P/0938721976.02.MZZZZZZZ.jpg"
i[8]=8
url[8]="http://www.amazon.co.uk/exec/obidos/ASIN/0938721976/bulgariaplus-21?dev-t=1PX4D5Z54GHWSQBT4Q82%26camp=2025%26link_code=xm2"
i[9]=9
title[9]="Cut the Clutter: Speed Your Cleaning and Calm the Chaos"
i[9]=9
price[9]="&pound;8.57"
i[9]=9
img[9]="http://images-eu.amazon.com/images/P/1405311452.02.MZZZZZZZ.jpg"
i[9]=9
url[9]="http://www.amazon.co.uk/exec/obidos/ASIN/1405311452/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();
