function toggle(id) { var e = document.getElementById(id); if(e.style.display == 'block') e.style.display = 'none'; else e.style.display = 'block'; } function setPoster(img) { document.getElementById("poster").innerHTML=""; } function setPlayer(myid) { var str; str = ""; str += ""; str += ""; document.getElementById("player").innerHTML=str; } function setPlayList() { var str; str = ""; document.getElementById("playlist").innerHTML=str; } function setShareTab() { var str = ""; str += ""; str += ""; str += ""; str += ""; str += ""; // str += ""; // str += ""; str += "
DOWNLOAD
|
EMBED
|
JOIN \;RIGHTCLICKA.COM
"; document.getElementById("sharetab").innerHTML=str; } function updatePlayList(index) { setPoster(images[index]); setPlayer(myids[index]); return false; } var titles = ["RIGHTCLICKA presents RED IN MY HEAD REDUX featuring TOP BILLIN (Finland)","RIGHTCLICKA presents RED IN MY HEAD REDUX featuring DJ SHELLSUIT (Singapore)","RED Alert: Stop, Look & Listen - Midnight Shift's First Anniversary featuring ? Mystery Guest Legend ? (Detroit)","RED Alert: Stop, Look & Listen - Midnight Shift's First Anniversary featuring KO FLOW (Singapore)","RED Alert: Bedsty presents TOUCH THE SKY featuring CHERRY CHAN (Syndicate, Singapore)","RED Alert: Bedsty presents TOUCH THE SKY featuring J STYLES (Singapore)","RED Alert: Bedsty presents TOUCH THE SKY featuring THA TRICKAZ (France)","KIAT / PARADIGM SHIFT - SYNDICATE (Singapore)","RED Alert: Bedsty presents TOUCH THE SKY featuring COSA NOSTRA (Singapore)","You Dirty Rotten Punker - DJ Hickory Dickory Doc","Dogs Bollocks - Roots Rockers Sound System","CANT STOP MIX 2010 - ATOMIC HOOLIGAN","Mash Up Your Bootz MiniMix - Celebrity Murder Party","NIKE MEGAMIX 2010 - TOP BILLIN","CHICAGO STYLIN - FRANKIE KNUCKLES","Lowrider Mick's Up - Ian Brown","THE STONE ROSES MIX","Dead Men Tell No Tales - SHARKSLAYER","RIGHTCLICKA BERLIN UNDERGROUND SERIES featuring BRETT KNACKSEN","The Aggro1 Experience - Aggro1","The Police Undercover Versions","RIGHTCLICKA BERLIN UNDERGROUND SERIES featuring IRIE ELECTRIC","RAVE IS DEAD- Pro7 LIVE @ Invasion Party","SIGUE SIGUE SPUTNIK MIX BOMB BOOGIE - Mechanism","RIGHTCLICKA BERLIN UNDERGROUND SERIES featuring INEXCESS"]; var images = ["http://feeds.feedburner.com/~r/rightclickamix/~4/UPuX1YWdmXk","http://feeds.feedburner.com/~r/rightclickamix/~4/fupsXggG6hk","http://feeds.feedburner.com/~r/rightclickamix/~4/inTYys9oNuY","http://feeds.feedburner.com/~r/rightclickamix/~4/lK-OkeA-vcI","http://feeds.feedburner.com/~r/rightclickamix/~4/GXTlySY01g8","http://feeds.feedburner.com/~r/rightclickamix/~4/34OAxXfFFFU","http://feeds.feedburner.com/~r/rightclickamix/~4/HvJWR794rfw","http://feeds.feedburner.com/~r/rightclickamix/~4/lYQlbw5jIQA","http://feeds.feedburner.com/~r/rightclickamix/~4/XBlJV4zNMNc","http://feeds.feedburner.com/~r/rightclickamix/~4/V6sPsSfwDdo","http://feeds.feedburner.com/~r/rightclickamix/~4/RTQzMuh3prE","http://feeds.feedburner.com/~r/rightclickamix/~4/Kk1n5LDsgjw","http://feeds.feedburner.com/~r/rightclickamix/~4/wIxNZmeVKvI","http://feeds.feedburner.com/~r/rightclickamix/~4/lC1SiNTZ0q4","http://feeds.feedburner.com/~r/rightclickamix/~4/c9oGKSmNpnA","http://feeds.feedburner.com/~r/rightclickamix/~4/MdDyuf7Pre4","http://feeds.feedburner.com/~r/rightclickamix/~4/8UbyumGUOWs","http://feeds.feedburner.com/~r/rightclickamix/~4/t7gqw2zA7E0","http://feeds.feedburner.com/~r/rightclickamix/~4/-PJKJY0wK_g","http://feeds.feedburner.com/~r/rightclickamix/~4/PfN3rwMpaX4","http://feeds.feedburner.com/~r/rightclickamix/~4/K5aHc9ny1fc","http://feeds.feedburner.com/~r/rightclickamix/~4/sRIdZZ2qIGI","http://feeds.feedburner.com/~r/rightclickamix/~4/H4U3UHODamE","http://feeds.feedburner.com/~r/rightclickamix/~4/EMGIBkfx4as","http://feeds.feedburner.com/~r/rightclickamix/~4/sfQI8iDs1wE"]; var myids = ["","","","","","","","","","","","","","","","","","","","","","","","",""]; document.getElementById("embedcode").value = "
" + (document.getElementById("braincontainer").parentNode.innerHTML) + "
"; setShareTab(); setPoster(images[0]); setPlayer(myids[0]); setPlayList(titles, images, myids);