Postgame Quotes: UCLA 1, Maryland 4 (Los Angeles Regional Game Four)Postgame Quotes: UCLA 1, Maryland 4 (Los Angeles Regional Game Four)

Tournament Central 2013

Women's Basketball
- var schoolCode="ucla"; Tournament Central 2013

Official Store

SHOP NOW
at the official online store
    var sPortal = new storePortal(); sPortal.storeFadeSpeed = 35; sPortal.storeRotation = 6000; //in ms sPortal.animate = 1; //1 to fade, 0 to pop loadStorePortal();
    function contentTabs(i) { document.getElementById("starters").style.display = (i == "on-starters") ? "block" : "none"; document.getElementById("social").style.display = (i == "on-social") ? "block" : "none"; document.getElementById("extra").style.display = (i == "on-extra") ? "block" : "none"; document.getElementById("content-tabs").className = i; }

    All-Access

    tc13"; var destination = "REDIRECT URL"; var popupWin; var cookVal = "true"; var home = "http://"; var expyear = new Date(); expyear.setTime(expyear.getTime() + (95 * 24 * 60 * 60 * 1000)); //alert(expyear.toGMTString()); // CHANGE 365 to 95 for approx 3mos, uncomment first part to view expiration function SetCookie(name,value,expires){ if(name){ cookieLife = (expires)? "; expires=" + expires.toGMTString() : ""; document.cookie = name + "=" + value + cookieLife + ";path=/"; } window.location = destination; } function getCookieVal(offset) { var endstr = document.cookie.indexOf(";",offset); if(endstr == -1) endstr = document.cookie.length; return document.cookie.substring(offset,endstr); } function getCookie(name){ var arg = name + "="; var alen = arg.length var clen = document.cookie.length; var i = 0; while(i < clen){ var j = i + alen; if(document.cookie.substring(i,j) == arg) return getCookieVal(j); i = document.cookie.indexOf("",i) + 1; if(i == 0) break; } return null; } if (getCookie(cookName) != null){ window.location = destination; } // End hiding -->
    function switchPage(direction){ var current = $('#header-nav').attr('class'); var currentTab; $('#header-nav li a').each(function(){ if ($(this).attr('onclick').indexOf(current)!=-1){ currentTab = $(this); } }); var tabIndex = currentTab.parent().index(); switch (direction){ case "prev": if (tabIndex==0){ currentTab.parent().parent().children().eq(2).find('a').click(); }else{ currentTab.parent().parent().children().eq(tabIndex-1).find('a').click(); } break; case "next": if (tabIndex==2){ currentTab.parent().parent().children().eq(0).find('a').click(); }else{ currentTab.parent().parent().children().eq(tabIndex+1).find('a').click(); } break; } }