var scrollerdelay='3000' var scrollerwidth='752px' var scrollerheight='235px' var scrollerbgcolor='' var scrollerbackground='' var messages=new Array() messages[0] = '
' + '' + '' + '' + '' + '
' + '' + '' + 'Archer J
' + '

And Thereby Hangs a Tale

' + 'ISBN 9780330520607
' + 'Pan
' + 'Adviesprijs €9,95
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'James L
' + '

Aristocrats

' + 'ISBN 9780349119571
' + 'Little, Brown
' + 'Adviesprijs €17,95
' + '
' + 'Lees Meer' + '
' + '
' messages[1] = '
' + '' + '' + '' + '' + '
' + '' + '' + 'Henry V
' + '

Beach Hut

' + 'ISBN 9781409119951
' + 'Orion
' + 'Adviesprijs € 9,95
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'Rubenfeld J
' + '

Death Instinct

' + 'ISBN 9780755344000
' + 'Headline
' + 'Adviesprijs €16.95
' + '
' + 'Lees Meer' + '
' + '
' messages[2] = '
' + '' + '' + '' + '' + '
' + '' + '' + 'Chima C Williams
' + '

Demon King

' + 'ISBN 9780007321988
' + 'Harper Collins UK
' + 'Adviesprijs €9.95
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'Lindsay J
' + '

Dexter is Delicious

' + 'ISBN 9781409113478
' + 'Orion
' + 'Adviesprijs €14.95
' + '
' + 'Lees Meer' + '
' + '
' messages[3] = '
' + '' + '' + '' + '' + '
' + '' + '' + 'Strong J
' + '

Doctor Bonkers!

' + 'ISBN 9780141327952
' + 'Penguin UK
' + 'Adviesprijs €7.95
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'Franzen J
' + '

Freedom

' + 'ISBN 9780007318520
' + 'Harper Collins UK
' + 'Adviesprijs €14.95
' + '
' + 'Lees Meer' + '
' + '
' messages[4] = '
' + '' + '' + '' + '' + '
' + '' + '' + 'Brown D
' + '

Lost Symbol

' + 'ISBN 9780307741905
' + 'Ballantine
' + 'Adviesprijs €8.50
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'Harris C
' + '

Touch Of Dead: The Sookie Stackhouse Stories

' + 'ISBN 9780575094444
' + 'Orion
' + 'Adviesprijs € 9,95
' + '
' + 'Lees Meer' + '
' + '
' messages[5] = '
' + '' + '' + '' + '' + '
' + '' + '' + 'Trofimuk T
' + '

Waiting For Columbus

' + 'ISBN 9780330471985
' + 'Picador UK
' + 'Adviesprijs €11,95
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'Atwood M
' + '

Year Of The Flood

' + 'ISBN 9780307455475
' + 'Doubleday US
' + 'Adviesprijs €11.95
' + '
' + 'Lees Meer' + '
' + '
' var ie=document.all var dom=document.getElementById if (messages.length>2) i=2 else i=0 function move(whichdiv){ tdiv=eval(whichdiv) if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){ tdiv.style.top=0+"px" setTimeout("move(tdiv)",scrollerdelay) setTimeout("move2(second2_obj)",scrollerdelay) return } if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){ tdiv.style.top=parseInt(tdiv.style.top)-5+"px" setTimeout("move(tdiv)",30) } else{ tdiv.style.top=parseInt(scrollerheight)+"px" tdiv.innerHTML=messages[i] if (i==messages.length-1) i=0 else i++ } } function move2(whichdiv){ tdiv2=eval(whichdiv) if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){ tdiv2.style.top=0+"px" setTimeout("move2(tdiv2)",scrollerdelay) setTimeout("move(first2_obj)",scrollerdelay) return } if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){ tdiv2.style.top=parseInt(tdiv2.style.top)-5+"px" setTimeout("move2(second2_obj)",30) } else{ tdiv2.style.top=parseInt(scrollerheight)+"px" tdiv2.innerHTML=messages[i] if (i==messages.length-1) i=0 else i++ } } function startscroll(){ first2_obj=ie? first2 : document.getElementById("first2") second2_obj=ie? second2 : document.getElementById("second2") move(first2_obj) second2_obj.style.top=scrollerheight second2_obj.style.visibility='visible' } if (ie||dom){ document.writeln('
') document.writeln('
') document.writeln('
') document.write(messages[0]) document.writeln('
') document.writeln('') document.writeln('
') document.writeln('
') } if (window.addEventListener) window.addEventListener("load", startscroll, false) else if (window.attachEvent) window.attachEvent("onload", startscroll) else if (ie||dom) window.onload=startscroll