jQuery.noConflict();
jQuery(document).ready(function(){
 jQuery('.odds_bet_cell').html('<a href="/join" class="bet_right_now_button">Bet right now</a>');
 jQuery('.golf_odds_cell').html('<a href="/golf-betting/the-masters" class="more_odds_button">More Odds</a>');
 jQuery('.golf2_odds_cell').html('<a href="/golf-betting/2010-fedex-cup" class="more_odds_button">More Odds</a>');
 jQuery('.mlb_odds_cell').html('<a href="/mlb-betting/mlb-game-odds" class="more_odds_button">More Odds</a>');
 jQuery('.mlb2_odds_cell').html('<a href="/mlb-betting/2010-world-series-odds" class="more_odds_button">More Odds</a>');
 jQuery('.nba_odds_cell').html('<a href="/nba-betting/2011-nba-championship" class="more_odds_button">More Odds</a>');
 jQuery('.nba2_odds_cell').html('<a href="/nba-betting/rookie-of-the-year" class="more_odds_button">More Odds</a>');
 jQuery('.ncaaf_odds_cell').html('<a href="/ncaaf-betting/2011-bcs-championship" class="more_odds_button">More Odds</a>');
 jQuery('.ncaaf2_odds_cell').html('<a href="/ncaaf-betting/ncaa-regular-season-wins" class="more_odds_button">More Odds</a>');
 jQuery('.nhl_odds_cell').html('<a href="/nhl-betting/2011-stanley-cup" class="more_odds_button">More Odds</a>');
 jQuery('.nhl2_odds_cell').html('<a href="/nhl-betting/2011-eastern-conference" class="more_odds_button">More Odds</a>');
 jQuery('.nfl_odds_cell').html('<a href="/nfl-betting/nfl-betting-lines" class="more_odds_button">More Odds</a>');
 jQuery('.nfl2_odds_cell').html('<a href="/nfl-betting/2011-super-bowl" class="more_odds_button">More Odds</a>');
 jQuery('.exotics_odds_cell').html('<a href="/exotics-betting/tennis-matchups" class="more_odds_button">More Odds</a>');
 jQuery('.exotics2_odds_cell').html('<a href="/exotics-betting/davis-cup" class="more_odds_button">More Odds</a>');
 jQuery('.boxing_odds_cell').html('<a href="/boxing-betting/boxing-fight-odds" class="more_odds_button">More Odds</a>');
 jQuery('.boxing2_odds_cell').html('<a href="/boxing-betting/mma-matchups" class="more_odds_button">More Odds</a>');
 jQuery('.sports_odds_cell').removeClass('sports_odds_cell').html('<a href="/ncaaf-betting/ncaa-football-lines" class="more_odds_button">More Odds</a>');
 jQuery('.sports2_odds_cell').html('<a href="/mlb-betting/mlb-game-odds" class="more_odds_button">More Odds</a>').removeClass('sports2_odds_cell');
 jQuery('.soccer_odds_cell').html('<a href="/soccer-betting/england-pr-winner" class="more_odds_button">More Odds</a>');
 jQuery('.soccer2_odds_cell').html('<a href="/soccer-betting/italy-serieA-winner" class="more_odds_button">More Odds</a>');
 jQuery('.ncaab_odds_cell').html('<a href="/ncaab-betting/2011-ncaa-basketball-championship" class="more_odds_button">More Odds</a>');
 //jQuery('.ncaab2_odds_cell').html('<a href="/ncaab-betting/mlb-game-odds" class="more_odds_button">More Odds</a>');



 jQuery('.auto_odds_cell').html('<a href="/auto-betting/price-chopper-400" class="more_odds_button">More Odds</a>');
 jQuery('.auto2_odds_cell').html('<a href="/auto-betting/sprint-cup" class="more_odds_button">More Odds</a>');

if ( jQuery("#Footer-main").length ) {
 jQuery('#Footer-test').html(jQuery('#Footer-main').html());
 jQuery('#Footer-main').html('');
 jQuery('#Footer-main').hide();
}

if ( jQuery("#text_head").length ) {
 jQuery('#text_foot').html(jQuery('#text_head').html());
 jQuery('#text_head').html('');
 jQuery('#text_head').hide();
}


});

