var randomvideos=new Array()

randomvideos[0]="http://www.baraskit.se/random/archive/videos/bird_loves_ray_charles.html"
randomvideos[1]="http://www.baraskit.se/random/archive/videos/turtle_rapes_shoe.html"
randomvideos[2]="http://www.baraskit.se/random/archive/videos/human_cat_perch.html"
randomvideos[3]="http://www.baraskit.se/random/archive/videos/big_egg.html"
randomvideos[4]="http://www.baraskit.se/random/archive/videos/duck_fashion_parade.html"
randomvideos[5]="http://www.baraskit.se/random/archive/videos/egor_rockin_out.html"
randomvideos[6]="http://www.baraskit.se/random/archive/videos/no_signal.html"
randomvideos[7]="http://www.baraskit.se/random/archive/videos/best_of_youtube.html"
randomvideos[8]="http://www.baraskit.se/random/archive/videos/cat_fight.html"
randomvideos[9]="http://www.baraskit.se/random/archive/videos/paint_fight.html"
randomvideos[10]="http://www.baraskit.se/random/archive/videos/bambi_jumping.html"
randomvideos[11]="http://www.baraskit.se/random/archive/videos/catwash.html"
randomvideos[12]="http://www.baraskit.se/random/archive/videos/parrot_loves_bunny.html"
randomvideos[13]="http://www.baraskit.se/random/archive/videos/world_gymnastics.html"
randomvideos[14]="http://www.baraskit.se/random/archive/videos/hamsterdam.html"
randomvideos[15]="http://www.baraskit.se/random/archive/videos/tabby.html"
randomvideos[16]="http://www.baraskit.se/random/archive/videos/secret_knock_lock.html"
randomvideos[17]="http://www.baraskit.se/random/archive/videos/sorry_toilet.html"
randomvideos[18]="http://www.baraskit.se/random/archive/videos/hamster_wok.html"
randomvideos[19]="http://www.baraskit.se/random/archive/videos/true_love.html"
randomvideos[20]="http://www.baraskit.se/random/archive/videos/the_bush_man.html"
randomvideos[21]="http://www.baraskit.se/random/archive/videos/emo_like_a_nazi.html"
randomvideos[22]="http://www.baraskit.se/random/archive/videos/kitty_surprised.html"
randomvideos[23]="http://www.baraskit.se/random/archive/videos/magnus_betner_comedy.html"
randomvideos[24]="http://www.baraskit.se/random/archive/videos/tabby2.html"
randomvideos[25]="http://www.baraskit.se/random/archive/videos/ace_ventura.html"
randomvideos[26]="http://www.baraskit.se/random/archive/videos/wii_failure.html"
randomvideos[27]="http://www.baraskit.se/random/archive/videos/2009_halloween.html"
randomvideos[28]="http://www.baraskit.se/random/archive/videos/the_vomelet.html"
randomvideos[29]="http://www.baraskit.se/random/archive/videos/two_drunk_men.html"

function randomvideo(){
window.location=randomvideos[Math.floor(Math.random()*randomvideos.length)]
}