Your filter through the flood of streaming entertainment What to Watch Find something to watch that matches your frame of mind, your current interests, or both. What are you in the mood for?de-stress meenlighten mefind me funfind me mature fungive me hopegrip meinspire memake me laughromance mescare meshock mestretch my mindtake me backthrill metransfix metransport metug my heartstringsup my adrenaline What interests you most?acclaimed and award winningclassiccoming of ageconversation worthycrime and punishmentdocumentaryedgyepicescapistfamily friendlyfantasyfresh perspectivesfuture and sci-fiheroes/heroineshistoryinternationalmodern familiesmusicmysteryoriginalpoliticspsychological dramaracyrealitysatiresciencesingle lifespiessportsstar powerstarting over WANT TO Go Deeper? thought-provokingambitiousbrilliantdifficultprofoundcomplexconversation-worthytimelysurprisingunforgettableheartbreakingextraordinaryrefreshingfundelightfulhilariousjoyoussatiricalcleverwittyexhilaratingstirringheartfeltpoignantnostalgicheroicgrippingsuspensefulmysteriousrivetinghauntingtransportingepicfantasticalengrossinggorgeousthrillingexhilaratingmysterygrippingracyhauntingthrillingstunningsurprisingSuspensefulmysteriouscriminalsuspensefuljustriveting Get The App FOLLOW US ON Facebook Instagram Twitter Newsletter signup Email Submit "); function makeBoxes(targetBox,minWidth,minHeight) { var i; // var targetBox = jQuery("div#page"); for (i = 1; i '); var thisBox = ".box"+i; var thisbgKolor = generateKolor(); var thisbgKolor2 = generateKolorNew(); var widthHeight = Math.floor(((Math.random() * 30) + minWidth )) +"px"; // alert(widthHeight); var thisStyle = { display : "inline-block", width : widthHeight, height : widthHeight, borderRadius : "50%", margin : "5px", opacity: "0.5", backgroundImage : "linear-gradient("+thisbgKolor+","+thisbgKolor2+")", backgroundSize : "100% 100%", position : "relative", animationDelay : Math.floor((Math.random() * 50000) ) +"ms", animationDuration : Math.floor((Math.random() * 50000) + 20000 ) +"ms" }; $(thisBox).css(thisStyle); } } jQuery(".box-dot").insertBefore("div#page"); $("body").css(styles); makeBoxes("body",10, 10); //$("body").append( '' ); //$(".container").css( contStyles ); makeBoxes(".container", 10, 10 ); });