global dur, lastgag, haveseenNews, haveseenTopTen, haveseenGew, haveseenBest
cursor(4)
puppetSprite(2, 1)
set gagnum to random(9)
repeat while (getPos(lastgag, gagnum) > 0) or ((gagnum = 5) or ((haveseenNews = 1) and (gagnum = 7)) or ((haveseenTopTen = 1) and (gagnum = 1)) or ((haveseenGew = 1) and (gagnum = 9)) or ((haveseenBest = 1) and (gagnum = 2))) or ((count(lastgag) < 3) and ((gagnum = 7) or (gagnum = 9) or (gagnum = 1) or (gagnum = 2)))
set gagnum to random(9)
end repeat
append(lastgag, gagnum)
if count(lastgag) > 3 then
deleteAt(lastgag, 1)
end if
set nextmovie to "g" & string(gagnum) & ".mov"
set dur to the duration of cast nextmovie
set the castNum of sprite 2 to the number of cast nextmovie