    
    // adjust the text
    $('ka_videoTab').getElementsByTagName('span')[0].innerHTML  =   'view the videos';
    $('ka_audioTab').getElementsByTagName('span')[0].innerHTML  =   'home';
    $('ka_photoTab').getElementsByTagName('span')[0].innerHTML  =   'submit a video';
    $('ka_blogTab').getElementsByTagName('span')[0].innerHTML   =   'learn how';
    // adjust the href's
    $('ka_audioTab_nav').href                                   =   'http://www.bet.com/static/betawardscontest/';
    $('ka_photoTab_nav').href                                   =   'http://upload.youintroduce.bet.com/kickapps/service/displayVideoUpload.kickAction?as=4140';
    $('ka_blogTab_nav').href                                    =   'http://www.bet.com/static/betawardscontest/learn.html';
    // change the ordering
    $('ka_videoTab').parentNode.insertBefore($('ka_videoTab'),$('ka_blogTab'));
    
    // div to hold extra contents
    var betExtrasDiv                                            =   document.createElement('div');
    betExtrasDiv.id                                             =   'betExtrasDiv';
    betExtrasDiv.style.paddingTop                               =   '20px';
    $('ka_headerBtmNav').appendChild(betExtrasDiv);
    
    // dd list
    {
        // create categories dropdown (wrapper div)
        catSelectOptionContainer        =   document.createElement('div');
        catSelectOptionContainer.id     =   'bet_catSelectOptionDDListContainer';
        
        // create the dd list
        catSelectOption                 =   document.createElement('select');
        catSelectOption.id              =   'bet_catSelectOptionDDList';
        
        // values and options
        catOptions                      =   {
                                                cat01:'Best Male R&B Artist',cat02:'Best Female R&B Artist',cat03:'Best Hip-Hop Artist',cat04:'Best New Artist',cat05:'Best Gospel Artist',cat06:'Best Group',
                                                cat07:'Best Collaboration',cat08:'BET J Cool Like That',cat09:'Video of the Year',cat10:'Best Actor',cat11:'Best Actress',cat12:'Male Athlete of the Year',
                                                cat13:'Female Athlete of the Year',cat14:'Viewers Choice'
                                            };
        // empty option
        var optionNode                  =   document.createElement('option');
        optionNode.value                =   '';
        optionNode.innerHTML            =   'Video Category';
        catSelectOption.appendChild(optionNode);
        
        // create all the options
        for(var x=1;x<15;x++) {
            var optionNode              =   document.createElement('option');
            optionNode.value            =   'cat'+(x<10 ? '0'+x : x);
            optionNode.innerHTML        =   eval('catOptions.cat'+(x<10 ? '0'+x : x));
            catSelectOption.appendChild(optionNode);
        }
        
        // text
        catTextSpan                     =    document.createElement('span');
        catTextSpan.id                  =    'ka_switchCat';
        catTextSpan.style.paddingRight  =    '10px';
        catTextSpan.style.paddingLeft   =    '10px';
        catTextSpan.appendChild(document.createTextNode('Switch Category:'));
        
        // add the text and dd list
        catSelectOptionContainer.appendChild(catTextSpan);
        catSelectOptionContainer.appendChild(catSelectOption);
        
        // needs a delay to create the events for the drop down
        setTimeout(function(){$('bet_catSelectOptionDDList').onchange = function() { if(this.value!==''){ document.location.href='/kickapps/service/searchEverything.kickAction?keywords='+this.value+'&as=4140&mediaType=video&includeVideo=on'; } };},1);
        
        // add the dd list
        $('betExtrasDiv').appendChild(catSelectOptionContainer);
        
        // create a buttons div
        var buttonsDiv                  =   document.createElement('div');
        buttonsDiv.id                   =   'buttonsDiv';
        buttonsDiv.style.cssText        +=  'float: right';
        // add in the buttons
        buttonsDiv.innerHTML            =   '<a id="send_to_friend" href="javascript:void();" onclick="window.open(\''+
                                            'http://www.bet.com/WebApplications/betRoot/EmailLink.aspx?theUrl=/static/betawardscontest/\',\'\',\'toolbar=no,location=no,status=yes,'+
                                            'menubar=no,scrollbars=no,resizable=no,width=400,height=350\');"></a><a id="submit_video" href="http://upload.youintroduce.bet.com/kickapps/'+
                                            'service/displayVideoUpload.kickAction?as=4140"></a>';
        $('betExtrasDiv').appendChild(buttonsDiv);
    }
    
    // MKP changes
    if($('ka_manageNav') && document.location.toString().indexOf('displayManageMyMedia.kickAction')!=-1)
    {
        if($('ka_mkp_Audio'))
            $('ka_mkp_Audio').parentNode.removeChild($('ka_mkp_Audio'));
        if($('ka_mkp_Photo'))
            $('ka_mkp_Photo').parentNode.removeChild($('ka_mkp_Photo'));
        if($('ka_mkp_Blog'))
            $('ka_mkp_Blog').parentNode.removeChild($('ka_mkp_Blog'));

        if($('ka_mkpMyPhotos'))
            $('ka_mkpMyPhotos').parentNode.removeChild($('ka_mkpMyPhotos'));
        if($('ka_mkpMyAudio'))
            $('ka_mkpMyAudio').parentNode.removeChild($('ka_mkpMyAudio'));
        if($('ka_mkpMyBlog'))
            $('ka_mkpMyBlog').parentNode.removeChild($('ka_mkpMyBlog'));
        if($('ka_mkpMyFavorites'))
            $('ka_mkpMyFavorites').parentNode.removeChild($('ka_mkpMyFavorites'));
        if($('ka_mkpMyWidgets'))
            $('ka_mkpMyWidgets').parentNode.removeChild($('ka_mkpMyWidgets'));
    }
    
    // if there is a category selected
    if(document.location.toString().indexOf('keywords=')!=-1) {
        var webURL      =   document.location.toString();
        var webKeyword  =   webURL.split('keywords=');
        webKeyword      =   webKeyword[1].split('&');
        webKeyword      =   webKeyword[0];
        var catText     =   eval('catOptions.'+webKeyword);
        
        // create a div for the text of the keyword(s)
        var keywordsText                    =   document.createElement('div');
        keywordsText.style.paddingLeft      =   '10px';
        keywordsText.style.paddingBottom    =   '20px';
        keywordsText.style.fontSize         =   '28px';
        keywordsText.innerHTML              =   '<i>"'+catText+'"</i>';
        $('betExtrasDiv').appendChild(keywordsText);
    }
    
    // customize login link
    if($('ka_becomeAMember')) {
        $('ka_becomeAMember').getElementsByTagName('a')[0].href     =   '/kickapps/user/displayUserLoginPage.kickAction?as=4140';
    }
    
    // if it's the upload page
    if($('topCategory')) {
        var topCatOptions           =   $$('#topCategory option');
        // set certain options manually
        topCatOptions[6].innerHTML  =   'Best Hip-Hop Artist';
        topCatOptions[7].innerHTML  =   'Best Male R&B Artist';
        topCatOptions[10].innerHTML =   'Female Athlete of the Year';
        topCatOptions[11].innerHTML =   'Best Female R&B Artist';
        topCatOptions[12].innerHTML =   'Male Athlete of the Year';
    }
    
    // get rid of nav li's that are not needed
    if($('ka_manageSubNav')) {
        if($('ka_manageSubNav').getElementsByTagName('li')[2])
            $('ka_manageSubNav').getElementsByTagName('li')[2].style.display    =   'none';
        if($('ka_manageSubNav').getElementsByTagName('li')[3])
            $('ka_manageSubNav').getElementsByTagName('li')[3].style.display    =   'none';
        if($('ka_manageSubNav').getElementsByTagName('li')[4])
            $('ka_manageSubNav').getElementsByTagName('li')[4].style.display    =   'none';
        if($('ka_manageSubNav').getElementsByTagName('li')[5])
            $('ka_manageSubNav').getElementsByTagName('li')[5].style.display    =   'none';
        if($('ka_manageSubNav').getElementsByTagName('li')[6])
            $('ka_manageSubNav').getElementsByTagName('li')[6].style.display    =   'none';
        // if it's the settings page
        if(document.location.toString().indexOf('displayManageAccountSettings.kickAction')!=-1 || document.location.toString().indexOf('manageProfileQuestions.kickAction')!=-1) {
            // hide edit theme li
            $('ka_manageSubNav').getElementsByTagName('li')[1].style.display    =   'none';
            // show edit account li
            $('ka_manageSubNav').getElementsByTagName('li')[5].style.display    =   'block';
        }
    }
    
    // if it's the video manage page
    if(document.location.toString().indexOf('displayManageVideo.kickAction')!=-1) {
        // container
        var uploadManageDiv             =   document.createElement('div');
        // create the links
        var uploadVidLink               =   document.createElement('a');
        uploadVidLink.id                =   'cat_upload_vid';
        uploadVidLink.href              =   '/kickapps/service/displayVideoUpload.kickAction?as=4140';
        var affidavitLink               =   document.createElement('a');
        affidavitLink.id                =   'cat_affidavit_lnk_low';
        affidavitLink.href              =   'http://www.bet.com/static/betawardscontest/ka_files/You_Introduce_Video_Submission_Affidavit_and_Release.pdf';
        // a clear-er
        var clearDiv                    =   document.createElement('div');
        clearDiv.style.clear            =   'both';
        // add them
        uploadManageDiv.appendChild(uploadVidLink);
        uploadManageDiv.appendChild(affidavitLink);
        uploadManageDiv.appendChild(clearDiv);
        // add the div
        $('ka_manageContent').insertBefore(uploadManageDiv,$$('#ka_manageContent h3')[0]);
    }
    // profile page
    if(document.location.toString().indexOf('displayKickPlace.kickAction')!=-1) {
        $$('#ka_kickPlace_navigation a')[3].style.display       =   'none';
        $$('#ka_kickPlace_navigation a')[4].style.display       =   'none';
    }
    // customize the video upload form
    if ($('videoUpload')) {
        $$('#ka_termsOfUseWrap a')[0].href = 'http://www.bet.com/static/betawardscontest/ka_html/regulations.html';
        $$('#ka_termsOfUseWrap a')[0].innerHTML = 'BET.com Regulations';
        
        var kickTerms    =    document.createElement('a');
        kickTerms.href = 'http://www.bet.com/static/betawardscontest/ka_html/kickappstermsofuse.html';
        kickTerms.innerHTML = 'KickApps Terms of Use and Privacy Policy';
        
        $('ka_termsOfUseWrap').appendChild(document.createTextNode(' and the '));
        $('ka_termsOfUseWrap').appendChild(kickTerms);
        // move categories
        $('fieldVidUpReq').insertBefore($('ka_catWrap'),$('ka_singleTitle'));
        // uncheck it
        setTimeout(function(){$('termsOfUse').checked       =   false;},500);
        // 
        $('ka_termsOfUseWrap').innerHTML        =   $('ka_termsOfUseWrap').innerHTML.replace('I Accept the','*I have read and agree to the ');
        $('ka_termsOfUseWrap').innerHTML        =   $('ka_termsOfUseWrap').innerHTML.replace('BET','');
        // switch the links
        var firstHREF                           =   $$('#ka_termsOfUseWrap a')[0].href;
        var firstHTML                           =   $$('#ka_termsOfUseWrap a')[0].innerHTML;
        $$('#ka_termsOfUseWrap a')[0].href      =   $$('#ka_termsOfUseWrap a')[1].href;
        $$('#ka_termsOfUseWrap a')[0].innerHTML =   $$('#ka_termsOfUseWrap a')[1].innerHTML;
        $$('#ka_termsOfUseWrap a')[1].href      =   firstHREF;
        $$('#ka_termsOfUseWrap a')[1].innerHTML =   firstHTML;
    }
    
    // join page terms of service
    if ($('ka_termsText')) {
        $$('#ka_termsText a')[0].href       =   'http://www.bet.com/static/betawardscontest/ka_html/kickappstermsofuse.html';
        $$('#ka_termsText a')[0].innerHTML  =   '<b>KickApps Terms of Use and Privacy Policy</b></a>';
        $('ka_termsText').appendChild(document.createTextNode(' and the '));
        var betRegs                         =   document.createElement('a');
        betRegs.href                        =   'http://www.bet.com/static/betawardscontest/ka_html/regulations.html';
        betRegs.innerHTML                   =   '<b>BET.com Regulations</b>';
        $('ka_termsText').appendChild(betRegs);
        $('termsOfUse').checked             =   false;
    }
    // remove the help link
    $('ka_footer').removeChild($$('#ka_footer a')[2]);
    // add padding
    $$('#ka_footer a')[0].style.paddingLeft     =   '10px';
    // terms link
    $$('#ka_footer a')[1].href                  =   'http://www.bet.com/static/betawardscontest/ka_html/kickappstermsofuse.html';
    $$('#ka_footer a')[1].innerHTML             =   'Terms of Use and Privacy Policy';
    
    if(document.location.toString().indexOf('displayManageVideo.kickAction')!=-1 && $$('#ka_contentContainer .ka_Success span')[0]) {
        $$('#ka_contentContainer .ka_Success')[0].style.backgroundColor = '#F2E3CC';
        $$('#ka_contentContainer .ka_Success')[0].style.border = '1px solid #754152';
        $$('#ka_contentContainer .ka_Success')[0].style.color = '#754152';
        $$('#ka_contentContainer .ka_Success span')[0].innerHTML += '<br /><br /><span style="font-size: 26px; font-weight: 900; color: #000;">You are not done yet. Please read carefully.</span><br /><br /><a id="cat_affidavit_lnk_low" href="http://www.bet.com/static/betawardscontest/ka_files/You_Introduce_Video_Submission_Affidavit_and_Release.pdf"></a><br /><br /><br /><b>In order to be considered for this Promotion, you must (1) <a href="http://www.bet.com/static/betawardscontest/ka_files/You_Introduce_Video_Submission_Affidavit_and_Release.pdf">download the attatched Affidavit</a>, (2) have the Affadavit notarized, and (3) mail in the notarized Affidavit to the following address:<br /><br />BET. com<br />555 West 57th Street<br />17th Floor<br />New York, NY, 10019<br />Attn: Mr. Glenn<br /><br /><span style="font-size: 110%;">All notarized Affidavits must be postmarked by Monday June 4, 2007, and received by BET.com by Thursday June 7, 20007.';
    }