lol, just testing.

Discussion in 'The Spam Zone' started by blacknumbers, Jul 1, 2008.

Thread Status:
Not open for further replies.
  1. blacknumbers Hollow Bastion Committee

    Joined:
    Sep 18, 2007
    11
    539
    Code:
                window.google={kHL:"en"};
        


    Code:
    
                function _hbLink (a,b) { return false; }
                function urchinTracker (a) { }
                function urchinTrackerDefer(a) { }
    
            
        var gXSRF_token = '';
        var gXSRF_field_name = '';
        var gXSRF_ql_pair = '';
    
            gXSRF_token = 'UuaqPaTSmKGhQ_q5hH4tljlF65V8MTIxNDk4NjMxMg==';
            gXSRF_field_name = 'session_token';
            onLoadFunctionList.push(populate_session_token);
    
            gXSRF_ql_pair = 'session_token=g4r_Nb7wdCNr1eLczfH3MXGJXTl8MA==';
    
    
            var gGoogleSuggest = true;
            var gPixelGif = 'http://s.ytimg.com/yt/img/pixel-vfl73.gif';
    
            var gIsResultsPage = false;
        


    Code:
    
    function swapVideoList(linkObj)
    {
        var linkId = linkObj.id;
        var queryData = '';
        var newDivId = '';
        var headlineObj = document.getElementById('hpVideoListHead');
        var moreLinkObj = document.getElementById('homepage-featured-more-top');
        var bottomMoreLinkObj = document.getElementById('homepage-featured-more-bottom');
    
        if (linkId == 'hpMostViewedLink') {
            queryData = 'videoListType=mostViewed';
            newDivId = 'hpMostViewed';
            headlineObj.innerHTML = "Most Viewed Videos";
            moreLinkObj.innerHTML = "<a href=\"/browse?s=mp\" onmousedown=\"urchinTracker('/Events/Home/SeeMore/MostViewed/Top');\">See More Most Viewed Videos</a>";
            bottomMoreLinkObj.innerHTML = "<a href=\"/browse?s=mp\" onmousedown=\"urchinTracker('/Events/Home/SeeMore/MostViewed/Bottom');\">See More Most Viewed Videos</a>";
        }
        else if (linkId == 'hpMostDiscussedLink') {
            queryData = 'videoListType=mostDiscussed';
            newDivId = 'hpMostDiscussed';
            headlineObj.innerHTML = "Most Discussed Videos";
            moreLinkObj.innerHTML = "<a href=\"/browse?s=md\" onmousedown=\"urchinTracker('/Events/Home/SeeMore/MostDiscussed/Top');\">See More Most Discussed Videos</a>";
            bottomMoreLinkObj.innerHTML = "<a href=\"/browse?s=md\" onmousedown=\"urchinTracker('/Events/Home/SeeMore/MostDiscussed/Bottom');\">See More Most Discussed Videos</a>";
        }
        else if (linkId == 'hpTopFavoritesLink') {
            queryData = 'videoListType=topFavorites';
            newDivId = 'hpTopFavorites';
            headlineObj.innerHTML = "Top Favorites";
            moreLinkObj.innerHTML = "<a href=\"/browse?s=mf\" onmousedown=\"urchinTracker('/Events/Home/SeeMore/TopFavorites/Top');\">See More Top Favorites</a>";
            bottomMoreLinkObj.innerHTML = "<a href=\"/browse?s=mf\" onmousedown=\"urchinTracker('/Events/Home/SeeMore/TopFavorites/Bottom');\">See More Top Favorites</a>";
        }
        else if (linkId == 'hpFeaturedLink') {
            newDivId = 'hpFeatured';
            headlineObj.innerHTML = "Featured Videos";
            moreLinkObj.innerHTML = "<a href=\"/browse?s=rf\" onmousedown=\"urchinTracker('/Events/Home/SeeMore/Featured/Top');\">See More Featured Videos</a>";
            bottomMoreLinkObj.innerHTML = "<a href=\"/browse?s=rf\" onmousedown=\"urchinTracker('/Events/Home/SeeMore/Featured/Bottom');\">See More Featured Videos</a>";
        } 
        self.containerDiv = 'homepage-video-list'
        self.fillDiv = fillDiv
        self.linkId = linkId
        self.newDivId = newDivId
        addClass(_gel(newDivId + 'Link'), 'hilite');
        if (newDivId != 'hpMostViewed') {
            removeClass(_gel('hpMostViewedLink'), 'hilite');
        }
        if (newDivId != 'hpMostDiscussed') {
            removeClass(_gel('hpMostDiscussedLink'), 'hilite');
        }
        if (newDivId != 'hpTopFavorites') {
            removeClass(_gel('hpTopFavoritesLink'), 'hilite');
        }
        if (newDivId != 'hpFeatured') {
            removeClass(_gel('hpFeaturedLink'), 'hilite');
        }
        if (document.getElementById(newDivId))
        {
            document.getElementById(newDivId).style.display = 'block';
            if (newDivId != 'hpMostViewed' && document.getElementById('hpMostViewed')) document.getElementById('hpMostViewed').style.display = 'none';
            if (newDivId != 'hpMostDiscussed' && document.getElementById('hpMostDiscussed')) document.getElementById('hpMostDiscussed').style.display = 'none';
            if (newDivId != 'hpTopFavorites' && document.getElementById('hpTopFavorites')) document.getElementById('hpTopFavorites').style.display = 'none';
            if (newDivId != 'hpFeatured' && document.getElementById('hpFeatured')) document.getElementById('hpFeatured').style.display = 'none';
        }
        else if (queryData != '') {
            postUrlXMLResponse('/ajax_video_list',queryData,self.fillDiv);
        }
    
        urchinTracker('/Events/Home/Tabs/' + linkId);
    }
    function fillDiv(req)
    {
        if (document.getElementById('hpMostViewed')) document.getElementById('hpMostViewed').style.display = 'none';
        if (document.getElementById('hpMostDiscussed')) document.getElementById('hpMostDiscussed').style.display = 'none';
        if (document.getElementById('hpTopFavorites')) document.getElementById('hpTopFavorites').style.display = 'none';
        if (document.getElementById('hpFeatured')) document.getElementById('hpFeatured').style.display = 'none';
        var newContent = getNodeValue(req.responseXML, "html_content");
        var newdiv = document.createElement('div');
        newdiv.setAttribute("id",self.newDivId);
        newdiv.innerHTML = newContent;
        var container = document.getElementById(self.containerDiv);
        container.appendChild(newdiv);
    }
    
    function hide_active_sharing() {
        hideDiv("active_sharing_div");
    }
    
    
    









    [​IMG]





    Code:
                    var gLocales = [
                    ['ru_RU','Россия']                                    ,                ['zh_TW','台灣']                                    ,                ['ja_JP','日本']                                    ,                ['zh_HK','香港']                                    ,                ['ko_KR','한국']                                    ,                ['en_AU','Australia']                                    ,                ['pt_BR','Brasil']                                    ,                ['en_CA','Canada']                                    ,                ['de_DE','Deutschland']                                    ,                ['es_ES','España']                                    ,                ['fr_FR','France']                                    ,                ['en_US','Global']                                    ,                ['en_IN','India']                                    ,                ['en_IE','Ireland']                                    ,                ['it_IT','Italia']                                    ,                ['es_MX','México']                                    ,                ['nl_NL','Nederland']                                    ,                ['en_NZ','New Zealand']                                    ,                ['pl_PL','Polska']                                    ,                ['en_GB','United Kingdom']                
                    ];
                


    Close










    Sign Up[/url]
    QuickList[/url] (0)
    Help[/url]
    Sign In[/url]
    Site:
    &nbsp;[​IMG]











    Home





    Videos






    Channels






    Community












    Upload





    Videos
    Channels





    advanced








    Loading...

















    Code:
            // <![CDATA[
            var fo = new SWFObject("active_sharing.swf", "active_sharing", "550", "115", 7, "#FFFFFF");
            var showstr = "Videos being watched right now...";
            fo.addParam('wmode', 'opaque');
            fo.addVariable("t", showstr);
            fo.write("active_sharing_div");
            // ]]>
        


    Promoted Videos




    [​IMG]



    Lonely Planet: Trai...


    LonelyPlanet





    [​IMG]



    Jordan Heads Tease


    Daydreamfilmworks





    [​IMG]



    Blood Cell Trailer ...


    deadcelldeadfriend





    [​IMG]



    As Time Goes By - V...


    VancouverFilmSchool








    See More Featured Videos
    Featured Videos



    Top Favorites
    Most Discussed
    Most Viewed
    Featured





    [​IMG]

    Featured Videos selected by:
    trendspottingtuesday



















    [​IMG][​IMG]in QuickList









    Bag Raiders Fun Punch Clip


    Bag Raiders Fun Punch Clip







    BAG RAIDERS FUN PUNCH MUSIC VIDEOMusic by Bag Raiders (myspace.com/bagraiders)on B


    BAG RAIDERS FUN PUNCH MUSIC VIDEO&lt;br/&gt;&lt;br/&gt;Music by Bag Raiders (myspace.com/bagraiders)&lt;br/&gt;&lt;br/&gt;on Bang Gang 12 Inches &lt;br/&gt;(myspace.com/banggang12inches)&lt;br/&gt;&lt;br/&gt;Directed and produced by Beaufort (myspace.com/bombsbeaufort)&lt;br/&gt;&lt;br/&gt;Featuring choreography, stunts, original characters and costumes by B.O.S. Stunts (www.bos-stunts.com)&lt;br/&gt;&lt;br/&gt;Cinematography by Sean Morris.&lt;br/&gt;&lt;br/&gt;Line-produced by Keorattana Luangrathrajasombat. &lt;br/&gt;&lt;br/&gt;VFX by Darryl Mascarenhas.&lt;br/&gt;&lt;br/&gt;3D by Yian Wu. &lt;br/&gt;&lt;br/&gt;With Jordon Shanks-Markovina, Emily Hannan and Ben Pike @ Gordon Management.&lt;br/&gt;&lt;br/&gt;Big thanks to LUCY for saving the day!&lt;br/&gt;&lt;br/&gt;For any further details contact Beaufort at wearebeaufort@gmail.com&lt;br/&gt;&lt;br/&gt;GO RESCUE FORCE!
    (more)
    (less)
















    From:beaufortribbons


    Views: 10,765








    [​IMG]









    03:30




    More in Music


























    [​IMG][​IMG]in QuickList









    Rube Goldberg machine from Waiting


    Rube Goldberg machine from Waiting







    The is the Rube Goldberg machine from Waiting


















    From:stonervanpimp


    Views: 34,672








    [​IMG]









    00:46




    More in Howto &amp; Style


























    [​IMG][​IMG]in QuickList









    Rube Goldberg Dog Food Dispencer


    Rube Goldberg Dog Food Dispencer







    This is a Rube Goldberg Dog Food Dispencer that me and my friend made for a science projec


    This is a Rube Goldberg Dog Food Dispencer that me and my friend made for a science project.
    (more)
    (less)
















    From:tevens22


    Views: 34,762








    [​IMG]









    01:52




    More in Entertainment


























    [​IMG][​IMG]in QuickList









    Burger-making skills put to test...


    Burger-making skills put to test at Rube Goldberg contest







    It may not be the fastest food, but teams from around the country will try their best to m


    It may not be the fastest food, but teams from around the country will try their best to make a hamburger sandwich in the most inefficient way possible during the 21st annual national Rube Goldberg Machine Contest on April 5 at Purdue University.&lt;br/&gt;http://news.uns.purdue.edu/x/2008a/080326RubeNational.html
    (more)
    (less)
















    From:PurdueUniver...


    Views: 63,196








    [​IMG]









    03:34




    More in Science &amp; Technology


























    [​IMG][​IMG]in QuickList









    Amazing Rube Goldberg Fire Machine


    Amazing Rube Goldberg Fire Machine







    This machine undoubtedly took FOREVER to make, as well as many tweaks. Enjoy.


















    From:theskilledhu...


    Views: 34,861








    [​IMG]









    03:14




    More in Entertainment


























    [​IMG][​IMG]in QuickList









    Star Wars Rube Goldberg Machine


    Star Wars Rube Goldberg Machine







    The Star Wars Rube Golberg project from physics class. Our teacher loved star wars.. (spor


    The Star Wars Rube Golberg project from physics class. Our teacher loved star wars.. (sporting his light saber in class now and then and answering any question you can fathom)but now we are out of high school and we do have lives so this will probably never happen again. but it was fun. enjoiiii!!
    (more)
    (less)
















    From:RebrnEmpwrd


    Views: 396,544








    [​IMG]









    04:12




    More in Entertainment


























    [​IMG][​IMG]in QuickList









    Zach's Rube Goldberg Machine


    Zach's Rube Goldberg Machine







    Zach created a Rube Goldberg machine for his 8th grade science class (2008)


















    From:faultywriter


    Views: 214








    [​IMG]









    03:19




    More in Education


























    [​IMG][​IMG]in QuickList









    Rube Goldberg Officeplace Contra...


    Rube Goldberg Officeplace Contraption







    A friend and I decided to spend a night at my workplace assembling a contraption using sup


    A friend and I decided to spend a night at my workplace assembling a contraption using supplies from the supply room and my basement. We started at 11p.m. on 6/26/05, and finished around 5:30a.m. This is take eight. Six of the eight worked. UPDATE: Thank you for all the views, everyone! A few quick answers:&lt;br/&gt;-Haha, I didn't get fired, this was done during non-business hours.&lt;br/&gt;-The heavy breathing is me starting to laugh and trying my hardest to stifle it...I was one second away from busting out the whole time.
    (more)
    (less)
















    From:morebeefplease


    Views: 1,439,155








    [​IMG]









    00:52




    More in Entertainment


























    [​IMG][​IMG]in QuickList









    the incredible machine


    the incredible machine







    the incredible machine


















    From:bgvsan


    Views: 79,844








    [​IMG]









    00:49




    More in Film &amp; Animation


























    [​IMG][​IMG]in QuickList









    Simple Rube Goldberg Machine II


    Simple Rube Goldberg Machine II







    Since so many people ask, the game at the end is called Snafu in the US and Screwball Scra


    Since so many people ask, the game at the end is called Snafu in the US and Screwball Scramble in the UK from what I hear. &lt;br/&gt;&lt;br/&gt;Another &amp;quot;simple&amp;quot; Rube Goldberg machine, but this one is a bit more complex than the previous. It wins a game of Snafu. I guess people could say I &amp;quot;cheated&amp;quot; by using electricity to power on of the cars, but I have done that with most of my non videotaped machines. Anyways, the steps are below:&lt;br/&gt;1) Insert marble into top of wood block marble game.&lt;br/&gt;2) The marble hits some dominoes with just enough force to topple them.&lt;br/&gt;3) The dominoes his another marble which rolls and skids down a Scrabble board.&lt;br/&gt;4) That marble hits another defective marble with a semi-flat bottom (which is how it is balancing on a downhill slope) and bounces it off down a ramp made of scrabble boards. &lt;br/&gt;5) The marble hits dominoes which ascend with the help of wood block &amp;quot;stairs.&amp;quot;&lt;br/&gt;6) The domino at the top hits a cylindrical block which slides down what is meant to be used as a marble slide.&lt;br/&gt;7) The block hits a bridge which has a marble just barely held on by friction and moves it just enough to overcome the friction and descend down the bridge.&lt;br/&gt;8) The marble enters a plastic marble game and exits through a ramp at the bottom. &lt;br/&gt;9) The marble is transfered to another ramp and hits more dominoes at the end. &lt;br/&gt;10) The dominoes hit a toy car/train that goes down a ramp and hits a running electric car.&lt;br/&gt;11) *CHEATER ALERT* The car uses electric power to climb up and around a track before falling onto (what a surprise) more dominoes. &lt;br/&gt;12) The dominoes hit a wooden train set piece which topples and shakes a yardstick ramp. &lt;br/&gt;13) A marble game on the end of the ramp receives the vibration of the block falling and makes a marble roll down though it.&lt;br/&gt;14) The marble falls upon a wooden track and creates just enough vibration to get the train on it to roll down.&lt;br/&gt;15) The train hits a wooden train set piece standing upright which falls onto the button to use the catapult and gets the marble inside in the winning area.&lt;br/&gt;&lt;br/&gt;Zoom in stupidly for victory.
    (more)
    (less)
















    From:Yoshirule


    Views: 159,747








    [​IMG]









    00:54




    More in Entertainment


























    [​IMG][​IMG]in QuickList









    Tim Dixon's Rube Goldberg


    Tim Dixon's Rube Goldberg







    Rube Goldberg machine that turns on the TV with a 'remote' starting outside


















    From:axelohren


    Views: 217








    [​IMG]









    04:08




    More in Science &amp; Technology


























    [​IMG][​IMG]in QuickList









    Around the World - Rube Goldberg


    Around the World - Rube Goldberg







    HIGH QUALITY: http://www.youtube.com/watch?v=6ZZJf4hxadY&amp;fmt=18An 8th Grade Rube Goldber


    HIGH QUALITY: http://www.youtube.com/watch?v=6ZZJf4hxadY&amp;amp;fmt=18&lt;br/&gt;An 8th Grade Rube Goldberg Science Project&lt;br/&gt;Objective - Light a Match&lt;br/&gt;&lt;br/&gt;btw: The remote is only used to stop the match lighter... ;)
    (more)
    (less)
















    From:NPuter


    Views: 232








    [​IMG]









    02:43




    More in Science &amp; Technology
















    See More Featured Videos






















    Code:
            ord=Math.random()*10000000000000000 + 3;
            document.write('<TEXTAREA><\/script>');
        
    [​IMG]






    Advertisement









    Want to personalize this homepage?
    Sign in to YouTube now!


    Sign in with your Google Account!

    [​IMG]















    Code:
            ord=Math.random()*10000000000000000 + 6;
            document.write('<TEXTAREA><\/script>');
        
    [​IMG]










    <div id=ad
     
  2. Gentle Rain Banned

    Joined:
    Jun 28, 2008
    Location:
    Watching the Sunset
    15
    48
    ...the hell?

    no HTML for you D:
     
  3. Soushirei 運命の欠片

    Joined:
    Feb 22, 2007
    Gender:
    Male
    Location:
    Toronto, Canada
    80
    Leave the "View Source" button alone next time.
     
  4. blacknumbers Hollow Bastion Committee

    Joined:
    Sep 18, 2007
    11
    539
    Chear up! Its a joke in a spam thread!
     
  5. Amber PLUR

    Joined:
    Sep 5, 2007
    Gender:
    Female
    320
    Leave the HTML to those who actually know it doesn't work on the forum ;)
     
  6. Hissora ahurhurhur.

    Joined:
    Sep 30, 2006
    Location:
    behind you :U
    139
    That's what PMs are for.
     
  7. Arc Kingdom Keeper

    Joined:
    Sep 25, 2006
    Gender:
    Male
    Location:
    Eorzea
    133
    825
    lol good you can copy and paste good job....now tell me in detail what it all means. :p
     
  8. Sexy Sheva Banned

    Joined:
    Jul 22, 2007
    Location:
    don't turn around
    252
    how do you do that? o.o
     
  9. blacknumbers Hollow Bastion Committee

    Joined:
    Sep 18, 2007
    11
    539
    I just turned html into bbcode using a converter, lol.
     
Thread Status:
Not open for further replies.