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

EXPATS

' + 'ISBN 9780307987068
' + 'RANDOM HOUSE US
' + 'Adviesprijs €17.95
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'CONTALDO G
' + '

GENNAROS ITALIAN HOME COOKING

' + 'ISBN 9780755317875
' + 'HEADLINE
' + 'Adviesprijs €23.95
' + '
' + 'Lees Meer' + '
' + '
' messages[1] = '
' + '' + '' + '' + '' + '
' + '' + '' + 'POTTER A
' + '

GOING LA LA

' + 'ISBN 9780340993842
' + 'HODDER
' + 'Adviesprijs €10.95
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'HAYDER M
' + '

HANGING HILL

' + 'ISBN 9780553824360
' + 'RANDOM HOUSE UK
' + 'Adviesprijs €10.95
' + '
' + 'Lees Meer' + '
' + '
' messages[2] = '
' + '' + '' + '' + '' + '
' + '' + '' + 'GLEICK J
' + '

INFORMATION

' + 'ISBN 9780007225743
' + 'HARPER COLLINS UK
' + 'Adviesprijs €12.95
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'LONELY PLANET
' + '

ITALY 10TH EDITION

' + 'ISBN 9781741798517
' + 'LONELY PLANET
' + 'Adviesprijs €24.95
' + '
' + 'Lees Meer' + '
' + '
' messages[3] = '
' + '' + '' + '' + '' + '
' + '' + '' + 'ADIGA A
' + '

LAST MAN IN TOWER

' + 'ISBN 9781848875197
' + 'PROFILE
' + 'Adviesprijs €10.95
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'KENNEDY D
' + '

MOMENT

' + 'ISBN 9780099509738
' + 'ARROW
' + 'Adviesprijs 10.95
' + '
' + 'Lees Meer' + '
' + '
' messages[4] = '
' + '' + '' + '' + '' + '
' + '' + '' + 'TOWLES A
' + '

RULES OF CIVILITY

' + 'ISBN 9780143121855
' + 'PENGUIN US
' + 'Adviesprijs €8.50
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'HOLLAND T
' + '

SHADOW OF THE SWORD

' + 'ISBN 9780385531351
' + 'RANDOM HOUSE US
' + 'Adviesprijs €19.95
' + '
' + 'Lees Meer' + '
' + '
' messages[5] = '
' + '' + '' + '' + '' + '
' + '' + '' + 'DEWITT P
' + '

SISTERS AND BROTHERS

' + 'ISBN 9780062041289
' + 'HARPER COLLINS US
' + 'Adviesprijs €13.95
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'MANKELL H
' + '

TROUBLED MAN

' + 'ISBN 9780099548423
' + 'ARROW
' + 'Adviesprijs €10.95
' + '
' + 'Lees Meer' + '
' + '
' messages[6] = '
' + '' + '' + '' + '' + '
' + '' + '' + 'LONELY PLANET
' + '

VIETNAM 11TH EDITION

' + 'ISBN 9781741797152
' + 'LONELY PLANET
' + 'Adviesprijs €21.95
' + '
' + 'Lees Meer' + '
' + '' + '' + '' + '' + '
' + '' + '' + 'KRZNARIC R
' + '

WONDERBOX

' + 'ISBN 9781846683930
' + 'PROFILE BOOKS
' + 'Adviesprijs €21.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