function setDisplayViewport(){var setHeight=$("#container").outerHeight();if($.browser.msie&&parseInt($.browser.version,10)<=7){setHeight-=50;}$(".home #displayOnlyThis").height(setHeight);}$(document).ready(function(){$("#rotator").cycle();var maxReviewHeight=0;$("#rating_and_reviews .scrollable .items .review").each(function(i,ele){if($(this).height()>maxReviewHeight){maxReviewHeight=$(this).height();}});$(".scrollable").height(maxReviewHeight).scrollable({circular:true,onBeforeSeek:function(e,scrollIndex){$("a.collapse-review").click();omn_rmaction("US:CCSG:MyCardCan","click>HomePage:Scroll");}});setDisplayViewport();$(".learnmore > a").tooltip({relative:"false"});$(".hasTooltip").tooltip({relative:"false"}).click(function(event){event.preventDefault();});$("a.expand-review").live("click",function(e){e.preventDefault();omn_rmaction("US:CCSG:MyCardCan","Expand>HomePage:ReadMore");$(this).parent().find("p.review_content_collapse").hide();$(this).parent().find("p.review_content").show();$(this).hide();$(this).parent().find("a.collapse-review").show();var reset_height=$(this).parent().parent().height();$(this).parent().parent().parent().height(reset_height);$(".home #left-column").removeClass("reviews-closed");$(".home #left-column").addClass("reviews-open");setDisplayViewport();});$("a.collapse-review").live("click",function(e){e.preventDefault();$(this).parent().find("p.review_content").hide();$(this).parent().find("p.review_content_collapse").show();$(this).hide();$(this).parent().find("a.expand-review").show();var reset_height=$(this).parent().parent().height();$(this).parent().parent().parent().height(reset_height);$(".home #left-column").removeClass("reviews-open");$(".home #left-column").addClass("reviews-closed");setDisplayViewport();});var rbar=$(".sidebar");rbar.find(".gold-link").click(function(){omn_rmaction("US:CCSG:MyCardCan","learnmore>HomePage:Gold");});rbar.find(".platinum-link").click(function(){omn_rmaction("US:CCSG:MyCardCan","learnmore>HomePage:Platinum");});rbar.find(".reserve-link").click(function(){omn_rmaction("US:CCSG:MyCardCan","learnmore>HomePage:Reserve");});});
