function getImage() {
	var num = 1 + Math.floor(Math.random()*5);
	var imgsrc =  "http://analoguedigital.com/makingdo/blog/wp-content/uploads/2010/08/" + num + ".jpg";
	var img = '<img src="' + imgsrc + '" alt="Making Do: Innovation in Kenya\'s Informal Economy by Steve Daniels" width="990" height="400" class="alignnone size-full wp-image-1045" id="bookbanner" />';
	document.write(img);
}

function fbs_click() {
	u=location.href;
	t=t=document.title;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}

function eml_click() {
	window.open('http://www.freetellafriend.com/tell/?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(document.location.href), 'freetellafriend', 'scrollbars=1,menubar=0,width=617,height=530,resizable=1,toolbar=0,location=0,status=0,screenX=210,screenY=100,left=210,top=100');
	return false;
}
