<!-- Hide JavaScript from old browsers

var how_many_ads = 1;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


if (ad==1) {
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B000E6EK3S/friendscafe06 target=_blank>');
document.write('<img src=http://www.katie-leung.org/store/dvd-pics/lr/harry-potter-goblet-of-fire1lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/exec/obidos/ASIN/B000E6EK3S/friendscafe06" target=_blank>Harry Potter and the Goblet of Fire (Two-Disc Special Edition)</a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B000E6EK3S/friendscafe06 target=_blank><font size=1>---more info---</font></a>');
}


// End of hiding -->