CINXE.COM

International Cricket Council - Photo Gallery

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://icc-cricket.yahoo.net:80/photogallery.php?gallId=233","20091125190601","https://web.archive.org/","web","/_static/", "1259175961"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>International Cricket Council - Photo Gallery</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="https://web.archive.org/web/20091125190601cs_/http://static.icc-cricket.yahoo.net/style/v18/style.css" rel="stylesheet" type="text/css"> <link href="https://web.archive.org/web/20091125190601cs_/http://static.icc-cricket.yahoo.net/style/v18/member.css" rel="stylesheet" type="text/css"> <script language="JavaScript"> var fShow;var fHide;var counter=0;var prevChkBxName="";if(document.all){n=0;ie=1;ns6=0;fShow="visible";fHide="hidden";} if(document.getElementById&&!document.all) {n=0;ie=0;ns6=1;fShow="visible";fHide="hidden";} if(document.layers) {n=1;ie=0;ns6=0;fShow="show";fHide="hide";} opr6=ie&&navigator.userAgent.indexOf("Opera")!=-1 var submenu=null;function toggle(obj){var childObj=document.getElementById(obj.id+"OptionBox");if(obj.className=="itemheadclosed"){obj.className="itemheadopen" childObj.style.display="block";}else{obj.className="itemheadclosed";childObj.style.display="none";}} function MM_findObj(n,d){var p,i,x;if(!d) d=document;if((p=n.indexOf("?"))>0&&parent.frames.length){d=parent.frames[n.substring(p+1)].document;n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n];for(i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);if(!x&&d.getElementById) x=d.getElementById(n);return x;} function GetXmlHttpObject(){var objXMLHttp=null if(window.XMLHttpRequest){objXMLHttp=new XMLHttpRequest()}else if(window.ActiveXObject){objXMLHttp=new ActiveXObject("Microsoft.XMLHTTP")} return objXMLHttp} var fnDateCloseCallback="closeDate";var fnDateCallback;function closeDate(){hideWindow("dateBox");} function showDateCal(callBack){fnDateCallback=callBack;hideAllWindows();var popWindow=new PopupWindow("dateBox",'Calendar - Select Date',335,253,"/icc/cms/include/calendar.html",true);popWindow.show();} function jsEncode(val){var reSingle=/'/gi;var reDouble=/"/gi;val=val.replace(reSingle,"\\'");val=val.replace(reDouble,"\\\\\"");return val;} function htmlEncode(val){re=/&/gi;val=val.replace(re,"&#38;");re=/'/gi;val=val.replace(re,"&#39;");re=/"/gi;val=val.replace(re,"&#34;");re=/</gi;val=val.replace(re,"&#60;");re=/>/gi;val=val.replace(re,"&#62;");re=/\./gi;val=val.replace(re,"&#46;");return val;} function convertToDateString(dateStr){var outStr="";var arr=dateStr.split("/");if(arr.length==3) {outStr=getMonthValue(arr[1])+"/"+arr[0]+"/"+arr[2];} return outStr;} function getMonthValue(month){if(month.toUpperCase()=="JAN"){return"01";}else if(month.toUpperCase()=="FEB"){return"02";}else if(month.toUpperCase()=="MAR"){return"03";}else if(month.toUpperCase()=="APR"){return"04";}else if(month.toUpperCase()=="MAY"){return"05";}else if(month.toUpperCase()=="JUN"){return"06";}else if(month.toUpperCase()=="JUL"){return"07";}else if(month.toUpperCase()=="AUG"){return"08";}else if(month.toUpperCase()=="SEP"){return"09";}else if(month.toUpperCase()=="OCT"){return"10";}else if(month.toUpperCase()=="NOV"){return"11";}else if(month.toUpperCase()=="DEC"){return"12";}else{return"-1";}} function toggleAllCheckBoxes(frm,chkboxName,allChkBoxName){var j=0;var count=frm.length;var status=frm.elements[allChkBoxName].checked;for(var i=0;i<count;i++){if(frm.elements[i].type=="checkbox"&&frm.elements[i].name==chkboxName){j++;frm.elements[i].checked=status;} if(status){boxCount=j;}else{boxCount=0;}}} function countCheckedBoxes(frm,chkboxName){var j=new Array();j[0]=0;j[1]=0;var count=frm.length;for(var i=0;i<count;i++){if(frm.elements[i].type=="checkbox"&&frm.elements[i].name==chkboxName){j[0]++;if(frm.elements[i].checked){j[1]++;}}} return j;} function refreshBoxes(frm,obj,chkboxName,allChkBoxName){var status=obj.checked;var boxCount=countCheckedBoxes(frm,chkboxName);if(status) {if(boxCount[0]==boxCount[1]) {frm.elements[allChkBoxName].checked=true;}}else{if(boxCount[1]!=boxCount[0]) {frm.elements[allChkBoxName].checked=false;}}} function trackIt(e){if(ie&&!opr6) {yScroll=0;if(document.layers){yScroll=window.pageYOffset;}else{yScroll=document.body.scrollTop||document.documentElement.scrollTop;} xPos=document.body.scrollLeft+window.event.clientX;yPos=yScroll+window.event.clientY;} if(n||ns6) {xPos=e.pageX;yPos=e.pageY;}} function urlEncode(str) {var newStr="";for(var i=0;i<str.length;i++) {var chr=str.charAt(i);var asciiVal=str.charCodeAt(i);if(asciiVal>=65&&asciiVal<=90) {newStr+=chr;} else if(asciiVal>=97&&asciiVal<=122) {newStr+=chr;} else if(asciiVal>=48&&asciiVal<=57) {newStr+=chr;} else if(chr=='_'||chr=='-') {newStr+=chr;} else if(chr==' ') {newStr+='+';} else {var tempStr='%'+convertHexa(asciiVal);newStr+=tempStr;}} return newStr;} function convertHexa(num) {var str="";while(parseInt(num/16)>0) {var temp=parseInt(num/16);if(temp==10) str+='A';else if(temp==11) str+='B';else if(temp==12) str+='C';else if(temp==13) str+='D';else if(temp==14) str+='E';else if(temp==15) str+='F';else str+=temp;num=parseInt(num%16)} temp=parseInt(num%16);if(temp==10) str+='A';else if(temp==11) str+='B';else if(temp==12) str+='C';else if(temp==13) str+='D';else if(temp==14) str+='E';else if(temp==15) str+='F';else str+=temp;return str;} function displayTab(tabName,tabNo,totalTabs){var currFocusTabIndex=getCurrentTab(tabName,totalTabs);var obj=MM_findObj(tabName+currFocusTabIndex);obj.style.display='none';var newObj=MM_findObj(tabName+tabNo);if(newObj&&newObj.style){newObj.style.display='block';}} function getCurrentTab(tabName,totalTabs){for(var i=1;i<=totalTabs;i++) {var obj=MM_findObj(tabName+i);if(obj&&obj.style&&(obj.style.display!='none')) {return i;}} return-1;} var UniqueID=314 var newWinOffset=0 function PlayerOpen(soundfiledesc,soundfilepath,imgtoload){PlayWin=window.open('','AudioPlayer','width=364,height=376,top=50,left=0,resizable=0,scrollbars=0,titlebar=0,toolbar=0,menubar=0,status=0,directories=0,personalbar=0');PlayWin.focus();var winContent="<HTML><HEAD><TITLE>Cricket Waves - "+soundfiledesc+"</TITLE><style type='text/css' media='all'>@import 'https://web.archive.org/web/20091125190601/http://l.yimg.com/t/icccricket/css/icc.css';</style></HEAD><BODY bgcolor=#F4F4F4 topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>";winContent+="<table width='364' cellpadding='0' cellspacing='0' background='https://web.archive.org/web/20091125190601/http://l.yimg.com/t/icccricket/images/audio.png'>";winContent+="<tr><td align='center' class='text'><div style='margin-top:265px;margin-right:12px;'>'";winContent+="<object width='320' height='45' type='application/x-oleobject' codebase='https://web.archive.org/web/20091125190601/http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902' classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95' standby='Loading Microsoft Windows Media Player components...' id='MediaPlayer1'>";winContent+="<param name='FileName' value='"+soundfilepath+"'>";winContent+="<param name='animationatStart' value='true'>";winContent+="<param name='transparentatStart' value='true'>";winContent+="<param name='autoStart' value='true'>";winContent+="<param name='ShowDisplay' value='false'>";winContent+="<param name='showControls' value='true'>";winContent+="<embed type='application/x-mplayer2' pluginspage='https://web.archive.org/web/20091125190601/http://www.microsoft.com/Windows/MediaPlayer/' src='"+soundfilepath+"' width='320' height='40' showdisplay='false' autostart='true' showstatusbar='true'>";winContent+="</object></div>";winContent+="<div style='margin-left:20px;font-size:12px;font-weight:bold;color:#fff;text-align:left;padding-right:25px;'>"+soundfiledesc+"</div><br>";winContent+="</td></tr></table></BODY></HTML>";PlayWin.document.write(winContent);PlayWin.document.close();UniqueID=UniqueID+1} String.prototype.trim=function(){return this.replace(/^\s+|\s+$/,'');};function searchCriteria(){var frm=document.ysearchForm;if(frm){frm.criteria.value=frm.criteria.value.trim();if(frm.criteria.value==''||frm.criteria.value.length<=0){alert("Please enter some Criteria to search!");return;} frm.submit();}} var sliderList=new Array();function Slider(sliderFunc,frequency,effect,delay){this.windows=new Array();this.frequency=frequency;this.currIndex=-1;this.timer=null;this.delay=delay;this.sliderFunc=sliderFunc;if(this.frequency==0) {this.frequency=5000;} this.effect=effect;this.add=function(objName){this.windows[this.windows.length]=objName;} this.remove=function(objName){var windowList=this.windows;if(windowList!=null&&windowList.length>0) {var index=-1;for(var i=0;i<windowList.length;i++) {if(windowList[i].objName==objName) {index=i;break;}} if(index>=0) {for(var i=index;i<len-1;i++){windowList[i]=windowList[i+1];} windowList.length=windowList.length-1;}}} this.slide=function(){var prev=null;if(this.currIndex<0) {if(this.windows.length>0) {prev=MM_findObj(this.windows[this.windows.length-1]);}}else{prev=MM_findObj(this.windows[this.currIndex]);} this.currIndex++;if(this.currIndex>=this.windows.length) {this.currIndex=0;} if(this.currIndex<this.windows.length){var objname=this.windows[this.currIndex];var obj=MM_findObj(objname);if(prev!=null) {prev.style.display="none";} if(obj!=null){obj.style.display="block";}}else{}} this.stop=function(){clearInterval(this.timer);this.currIndex=-1;} this.pause=function(){this.stop();} this.resume=function(){this.timer=setInterval(eval(this.sliderFunc),frequency);} this.start=function(){this.currIndex=-1;this.timer=setInterval(eval(this.sliderFunc),frequency);addSlider(this);}} function addSlider(obj){sliderList[sliderList.length]=obj;} var mediaSlider=new Slider("slideMediaTab",4000,"xxx",0.2);mediaSlider.add("mediaTab1");mediaSlider.add("mediaTab2");mediaSlider.add("mediaTab3");function startMediaTab(){if(mediaSlider!=null) {mediaSlider.start();}} function slideMediaTab(){if(mediaSlider!=null) {mediaSlider.slide();}} function stopMediaTab(){if(mediaSlider!=null) {mediaSlider.pause();}}</script> <link href="https://web.archive.org/web/20091125190601cs_/http://static.icc-cricket.yahoo.net/style/v18/main.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20091125190601cs_/http://developer.yahoo.com/yui/build/fonts/fonts.css"> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20091125190601cs_/http://developer.yahoo.com/yui/build/carousel/assets/skins/sam/carousel.css"> <script type="text/javascript" src="https://web.archive.org/web/20091125190601js_/http://developer.yahoo.com/yui/build/yahoo-dom-event/yahoo-dom-event.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20091125190601js_/http://developer.yahoo.com/yui/build/element/element-min.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20091125190601js_/http://developer.yahoo.com/yui/build/carousel/carousel-min.js"></script> <script language="JavaScript"> var fShow;var fHide;var counter=0;var prevChkBxName="";if(document.all){n=0;ie=1;ns6=0;fShow="visible";fHide="hidden";} if(document.getElementById&&!document.all) {n=0;ie=0;ns6=1;fShow="visible";fHide="hidden";} if(document.layers) {n=1;ie=0;ns6=0;fShow="show";fHide="hide";} opr6=ie&&navigator.userAgent.indexOf("Opera")!=-1 var submenu=null;function toggle(obj){var childObj=document.getElementById(obj.id+"OptionBox");if(obj.className=="itemheadclosed"){obj.className="itemheadopen" childObj.style.display="block";}else{obj.className="itemheadclosed";childObj.style.display="none";}} function MM_findObj(n,d){var p,i,x;if(!d) d=document;if((p=n.indexOf("?"))>0&&parent.frames.length){d=parent.frames[n.substring(p+1)].document;n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n];for(i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);if(!x&&d.getElementById) x=d.getElementById(n);return x;} function GetXmlHttpObject(){var objXMLHttp=null if(window.XMLHttpRequest){objXMLHttp=new XMLHttpRequest()}else if(window.ActiveXObject){objXMLHttp=new ActiveXObject("Microsoft.XMLHTTP")} return objXMLHttp} function displayTab(tabName,tabNo,totalTabs){var currFocusTabIndex=getCurrentTab(tabName,totalTabs);var obj=MM_findObj(tabName+currFocusTabIndex);obj.style.display='none';var newObj=MM_findObj(tabName+tabNo);if(newObj&&newObj.style){newObj.style.display='block';}} function getCurrentTab(tabName,totalTabs){for(var i=1;i<=totalTabs;i++) {var obj=MM_findObj(tabName+i);if(obj&&obj.style&&(obj.style.display!='none')) {return i;}} return-1;} var UniqueID=314 var newWinOffset=0 function PlayerOpen(soundfiledesc,soundfilepath,imgtoload){PlayWin=window.open('','AudioPlayer','width=364,height=376,top=50,left=0,resizable=0,scrollbars=0,titlebar=0,toolbar=0,menubar=0,status=0,directories=0,personalbar=0');PlayWin.focus();var winContent="<HTML><HEAD><TITLE>Cricket Waves - "+soundfiledesc+"</TITLE><style type='text/css' media='all'>@import 'https://web.archive.org/web/20091125190601/http://l.yimg.com/t/icccricket/css/icc.css';</style></HEAD><BODY bgcolor=#F4F4F4 topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>";winContent+="<table width='364' cellpadding='0' cellspacing='0' background='https://web.archive.org/web/20091125190601/http://l.yimg.com/t/icccricket/images/audio.png'>";winContent+="<tr><td align='center' class='text'><div style='margin-top:265px;margin-right:12px;'>'";winContent+="<object width='320' height='45' type='application/x-oleobject' codebase='https://web.archive.org/web/20091125190601/http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902' classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95' standby='Loading Microsoft Windows Media Player components...' id='MediaPlayer1'>";winContent+="<param name='FileName' value='"+soundfilepath+"'>";winContent+="<param name='animationatStart' value='true'>";winContent+="<param name='transparentatStart' value='true'>";winContent+="<param name='autoStart' value='true'>";winContent+="<param name='ShowDisplay' value='false'>";winContent+="<param name='showControls' value='true'>";winContent+="<embed type='application/x-mplayer2' pluginspage='https://web.archive.org/web/20091125190601/http://www.microsoft.com/Windows/MediaPlayer/' src='"+soundfilepath+"' width='320' height='40' showdisplay='false' autostart='true' showstatusbar='true'>";winContent+="</object></div>";winContent+="<div style='margin-left:20px;font-size:12px;font-weight:bold;color:#fff;text-align:left;padding-right:25px;'>"+soundfiledesc+"</div><br>";winContent+="</td></tr></table></BODY></HTML>";PlayWin.document.write(winContent);PlayWin.document.close();UniqueID=UniqueID+1} String.prototype.trim=function(){return this.replace(/^\s+|\s+$/,'');};function searchCriteria(){var frm=document.ysearchForm;if(frm){frm.criteria.value=frm.criteria.value.trim();if(frm.criteria.value==''||frm.criteria.value.length<=0){alert("Please enter some Criteria to search!");return;} frm.submit();}} function regionsSelect(value){var region_frm=document.regionalForm;if(value!=''){region_frm.action="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/icc_members/"+value+"/index.php";region_frm.submit();}} var previousRankingObj='testMatchID';function changeTheRankingTab(tab){var rankingObj=document.getElementById(previousRankingObj);if(rankingObj!=null){rankingObj.style.display='none';} rankingObj=document.getElementById(tab);if(rankingObj!=null){rankingObj.style.display='block';previousRankingObj=tab;}} function membersSelect(value){var region_frm=document.regionForm;if(value!=''){region_frm.action="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/icc_members/profile.php";region_frm.submit();}} var selected_Menu_Tab='';function changLiStyle(liObjName,flag){var liObj=MM_findObj(liObjName);if(selected_Menu_Tab!=liObjName){if(flag){liObj.className="grnNav";}else{liObj.className="bdr";}}} function changLiHomeStyle(liObjName,flag){var liObj=MM_findObj(liObjName);if(selected_Menu_Tab!=liObjName){if(flag){liObj.className="grnNav";}else{liObj.className="";}}} function showMainMenu(arrayIndex,mainIndex,parentObjName,fixedXPos){keepVisible(parentObjName);var obj=MM_findObj(parentObjName);var element=MM_findObj("liObj_"+mainIndex);var valueT=0,valueL=0;do{valueT+=element.offsetTop||0;valueL+=element.offsetLeft||0;element=element.offsetParent;}while(element);var browseWidth=0;if(document.layers){browseWidth=window.outerWidth;}else{browseWidth=document.body.clientWidth;} var width=fixedXPos;if(browseWidth<1260){var diff=(1260-browseWidth)/2;if(browseWidth<1010) {width=width-diff+((1010-browseWidth)/2);}else{width=width-diff;}}else if(browseWidth>1260){var diff=(1260-browseWidth)/2;width=width-diff;} obj.style.left=(parseInt(valueL,10)-5)+"px";obj.style.top=(parseInt(valueT,10)+36)+"px";obj.style.visibility=fShow;} function hideMenu(objName){var obj=MM_findObj(objName);obj["hideJob"]=setTimeout("hideObject('"+objName+"')",200);var parObjName=obj["parent"];if(parObjName!=null) {hideMenu(parObjName);}} function hideObject(objName){var obj=MM_findObj(objName);obj.style.visibility=fHide;} function keepVisible(objName){var obj=MM_findObj(objName);clearTimeout(obj["hideJob"]);obj.style.visibility=fShow;var parObjName=obj["parent"];if(parObjName!=null){keepVisible(parObjName);}} function showRMainMenu(arrayIndex,mainIndex,parentObjName,fixedXPos){keepVisible(parentObjName);var obj=MM_findObj(parentObjName);var element=MM_findObj("liObj_"+mainIndex);var valueT=0,valueL=0;do{valueT+=element.offsetTop||0;valueL+=element.offsetLeft||0;element=element.offsetParent;}while(element);element=MM_findObj("liObj_"+mainIndex);valueL-=parseInt(obj.style.width);var browseWidth=0;if(document.layers){browseWidth=window.outerWidth;}else{browseWidth=document.body.clientWidth;} var width=fixedXPos;if(browseWidth<1260){var diff=(1260-browseWidth)/2;if(browseWidth<1010) {width=width-diff+((1010-browseWidth)/2);}else{width=width-diff;}}else if(browseWidth>1260){var diff=(1260-browseWidth)/2;width=width-diff;} obj.style.left=(parseInt(valueL,10)+fixedXPos)+"px";obj.style.top=(parseInt(valueT,10)+36)+"px";obj.style.visibility=fShow;} </script> <style type="text/css"> body { margin:0; padding:0; } #container { margin: 0 auto; } .yui-carousel-element li { height: 375px; } </style> </head> <body> <!-- page begin here --> <div class="page"> <!-- top navigation starts here --> <div id="subNavSection"><div id="menuObj_0" style="width:300px;position:absolute;visibility:hidden;z-index:20;"><div class="topSubNav" onmouseover="javascript:changLiStyle('liObj_0',true)" onmouseout="javascript:hideMenu('menuObj_0');changLiStyle('liObj_0',false)"><ul><li onmouseover="javascript:keepVisible('menuObj_0');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/news.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Latest News</a></li><li onmouseover="javascript:keepVisible('menuObj_0');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/publications/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Publications</a></li><li onmouseover="javascript:keepVisible('menuObj_0');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/press_zone/press_releases.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ICC Media Releases</a></li><li onmouseover="javascript:keepVisible('menuObj_0');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/press_zone/media_communications_department.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Press Zone</a></li></ul></div></div><div id="menuObj_1" style="width:300px;position:absolute;visibility:hidden;z-index:20;"><div class="topSubNav" onmouseover="javascript:changLiStyle('liObj_1',true)" onmouseout="javascript:hideMenu('menuObj_1');changLiStyle('liObj_1',false)"><ul><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/match_zone/ftp.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Future Tours Programme</a></li><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ICC Events</a></li><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/match_zone/test_cricket/index.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Test Cricket</a></li><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/CWC/index.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ODI Cricket</a></li><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/twenty20/index.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Twenty20 Cricket</a></li><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/match_zone/women_cricket/index.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Women's Cricket</a></li><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/match_zone/team_ranking.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Reliance Mobile ICC Team Rankings</a></li><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/match_zone/test_predictor.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Reliance Mobile Test Rankings Predictor</a></li><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/match_zone/odi_predictor.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Reliance Mobile ODI Rankings Predictor</a></li><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://cricket.yahoo.com/cricket/teams/home" style="font-family:Verdana;font-size:11px;text-decoration:none;" target="_new">Team / Player Stats</a></li><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://www.reliancemobileiccrankings.com/" style="font-family:Verdana;font-size:11px;text-decoration:none;" target="_new">Reliance Mobile ICC Player Rankings</a></li><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/match_zone/associate_rankings.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Associate and Affiliate Rankings</a></li><li onmouseover="javascript:keepVisible('menuObj_1');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/match_zone/umpire_appointments.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Umpire Appointments</a></li></ul></div></div><div id="menuObj_2" style="width:300px;position:absolute;visibility:hidden;z-index:20;"><div class="topSubNav" onmouseover="javascript:changLiStyle('liObj_2',true)" onmouseout="javascript:hideMenu('menuObj_2');changLiStyle('liObj_2',false)"><ul><li onmouseover="javascript:keepVisible('menuObj_2');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/CWC/index.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ICC Cricket World Cup 2011</a></li><li onmouseover="javascript:keepVisible('menuObj_2');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/champions_trophy/index.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ICC Champions Trophy</a></li><li onmouseover="javascript:keepVisible('menuObj_2');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/twenty20/index.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ICC World Twenty20 2010</a></li><li onmouseover="javascript:keepVisible('menuObj_2');"><a href="https://web.archive.org/web/20091125190601/http://iccwomensworldcup.yahoo.net/" style="font-family:Verdana;font-size:11px;text-decoration:none;" target="_new">ICC Women's World Cup</a></li><li onmouseover="javascript:keepVisible('menuObj_2');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/u19/index.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ICC U19 Cricket World Cup 2010</a></li><li onmouseover="javascript:keepVisible('menuObj_2');"><a href="https://web.archive.org/web/20091125190601/http://iccworldcupqualifier.yahoo.net/" style="font-family:Verdana;font-size:11px;text-decoration:none;" target="_new">ICC Cricket World Cup Qualifier</a></li><li onmouseover="javascript:keepVisible('menuObj_2');"><a href="https://web.archive.org/web/20091125190601/http://www.pepsiiccworldcricketleague.com/" style="font-family:Verdana;font-size:11px;text-decoration:none;" target="_new">Pepsi ICC World Cricket League</a></li><li onmouseover="javascript:keepVisible('menuObj_2');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/intercontinental_cup/index.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ICC Intercontinental Cup</a></li><li onmouseover="javascript:keepVisible('menuObj_2');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/regional_events/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Regional Events</a></li><li onmouseover="javascript:keepVisible('menuObj_2');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/lg_icc_awards/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">LG ICC Awards</a></li><li onmouseover="javascript:keepVisible('menuObj_2');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/hall_of_fame/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ICC Cricket Hall of Fame</a></li><li onmouseover="javascript:keepVisible('menuObj_2');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/pepsi_icc_development_awards/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Pepsi ICC Development Programme Awards</a></li></ul></div></div><div id="menuObj_3" style="width:300px;position:absolute;visibility:hidden;z-index:20;"><div class="topSubNav" onmouseover="javascript:changLiStyle('liObj_3',true)" onmouseout="javascript:hideMenu('menuObj_3');changLiStyle('liObj_3',false)"><ul><li onmouseover="javascript:keepVisible('menuObj_3');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/aboutess.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">About ESPN Star Sports</a></li><li onmouseover="javascript:keepVisible('menuObj_3');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/icc_cric_world.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ICC Cricket World</a></li><li onmouseover="javascript:keepVisible('menuObj_3');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/podcast.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ICC Podcast</a></li><li onmouseover="javascript:keepVisible('menuObj_3');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/broadcast.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Videos</a></li><li onmouseover="javascript:keepVisible('menuObj_3');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/audio_interview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Audio Interviews</a></li><li onmouseover="javascript:keepVisible('menuObj_3');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/photo_zone.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Photo Zone</a></li></ul></div></div><div id="menuObj_4" style="width:300px;position:absolute;visibility:hidden;z-index:20;"><div class="topSubNav" onmouseover="javascript:changLiStyle('liObj_4',true)" onmouseout="javascript:hideMenu('menuObj_4');changLiStyle('liObj_4',false)"><ul><li onmouseover="javascript:keepVisible('menuObj_4');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/about_the_organisation/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">About ICC</a></li><li onmouseover="javascript:keepVisible('menuObj_4');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/icc_members/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Members</a></li><li onmouseover="javascript:keepVisible('menuObj_4');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/pepsi_icc_development_programme/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Pepsi ICC Development Programme</a></li><li onmouseover="javascript:keepVisible('menuObj_4');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/icc_members/icc_regions.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Regional Development Programmes</a></li><li onmouseover="javascript:keepVisible('menuObj_4');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/global_cricket_academy/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ICC Global Cricket Academy</a></li><li onmouseover="javascript:keepVisible('menuObj_4');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/match_officials/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Match Officials</a></li><li onmouseover="javascript:keepVisible('menuObj_4');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/medical_committee/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Medical</a></li><li onmouseover="javascript:keepVisible('menuObj_4');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_corruption/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ACSU</a></li><li onmouseover="javascript:keepVisible('menuObj_4');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_doping/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Anti-Doping</a></li><li onmouseover="javascript:keepVisible('menuObj_4');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/anti_racism.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Anti-Racism</a></li><li onmouseover="javascript:keepVisible('menuObj_4');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/social_responsibility/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Social Responsibility</a></li><li onmouseover="javascript:keepVisible('menuObj_4');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/icc_centenary.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">ICC Centenary</a></li></ul></div></div><div id="menuObj_5" style="width:300px;position:absolute;visibility:hidden;z-index:20;"><div class="topRSubNav" onmouseover="javascript:changLiStyle('liObj_5',true)" onmouseout="javascript:hideMenu('menuObj_5');changLiStyle('liObj_5',false)"><ul><li onmouseover="javascript:keepVisible('menuObj_5');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_doping/overview.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Anti-Doping</a></li><li onmouseover="javascript:keepVisible('menuObj_5');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_doping/resources.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Resources, Forms and Instructions</a></li><li onmouseover="javascript:keepVisible('menuObj_5');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_doping/irtp.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">International Registered Testing Pool(IRTP)</a></li><li onmouseover="javascript:keepVisible('menuObj_5');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_doping/therapeutic_exem.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Therapeutic Use Exemptions</a></li></ul></div></div><div id="menuObj_6" style="width:300px;position:absolute;visibility:hidden;z-index:20;"><div class="topRSubNav" onmouseover="javascript:changLiStyle('liObj_6',true)" onmouseout="javascript:hideMenu('menuObj_6');changLiStyle('liObj_6',false)"><ul><li onmouseover="javascript:keepVisible('menuObj_6');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_corruption/reports.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Reports</a></li><li onmouseover="javascript:keepVisible('menuObj_6');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_corruption/useful_documents.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Useful Documents</a></li><li onmouseover="javascript:keepVisible('menuObj_6');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_corruption/regional_security.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Regional Security Managers</a></li><li onmouseover="javascript:keepVisible('menuObj_6');"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_corruption/contacts.php" style="font-family:Verdana;font-size:11px;text-decoration:none;">Key Contacts</a></li></ul></div></div></div><div id="top_Navigation_Elements" class="left"> <div id="quickSiteMenus" class="left"> <a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/about_the_organisation/contact_us.php">Contact Us</a> &nbsp;|&nbsp; <a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/sitemap.php">Site map</a> </div> <div id="poweredByYahoo" class="right"></div><br class="clear"/> <div id="logoSection"> <a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/"><div id="iccMainLogo" class="left"></div></a> <div id="topMainBanner" class="left"> <a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/twenty20/tickets_hospitality.php"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/529F545DC367D1987407F678FB15ED3D_1256902153816_523.gif"></a> </div> <div id="searchBox" class="right"> <form action="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/search.php" method="post" name="ysearchForm"> <input type="text" class="inputBox left" name="criteria"> <a href="javascript:searchCriteria();"><div id="searchButton" class="left"></div></a> </form> </div> </div> <script> switch (4) { case 1:selected_Menu_Tab = 'liObj_0'; break; case 2:selected_Menu_Tab = 'liObj_1'; break; case 3:selected_Menu_Tab = 'liObj_2'; break; case 4:selected_Menu_Tab = 'liObj_3'; break; case 5:selected_Menu_Tab = 'liObj_4'; break; } </script> <div id="topNavigationMenus"> <ul id="menuNavigations"> <li class=""><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/index.php">Home</a></li> <li class="bdr" id="liObj_0" onmouseover="javascript:showMainMenu(-1, 0, 'menuObj_0', 186);changLiStyle('liObj_0',true)" onmouseout="javascript:hideMenu('menuObj_0');changLiStyle('liObj_0',false)"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/news.php">News</a></li> <li class="bdr" id="liObj_1" onmouseover="javascript:showMainMenu(-1, 1, 'menuObj_1', 186);changLiStyle('liObj_1',true)" onmouseout="javascript:hideMenu('menuObj_1');changLiStyle('liObj_1',false)"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/match_zone/overview.php">Match Zone</a></li> <li class="bdr" id="liObj_2" onmouseover="javascript:showMainMenu(-1, 2, 'menuObj_2', 186);changLiStyle('liObj_2',true)" onmouseout="javascript:hideMenu('menuObj_2');changLiStyle('liObj_2',false)"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/overview.php">ICC Events and Awards</a></li> <li class="grnNav" id="liObj_3" onmouseover="javascript:showMainMenu(-1, 3, 'menuObj_3', 186);changLiStyle('liObj_3',true)" onmouseout="javascript:hideMenu('menuObj_3');changLiStyle('liObj_3',false)"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/overview.php">Media and Interactive</a></li> <li class="" id="liObj_4" onmouseover="javascript:showMainMenu(-1, 4, 'menuObj_4', 186);changLiStyle('liObj_4',true)" onmouseout="javascript:hideMenu('menuObj_4');changLiStyle('liObj_4',false)"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/overview.php">The ICC</a></li> <li class="bdr"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/rules_and_regulations.php">Rules and Regulations</a></li> </ul> <ul id="otherNavigation"> <li id="liObj_5" onmouseover="javascript:showRMainMenu(-1, 5, 'menuObj_5', 50);" onmouseout="javascript:hideMenu('menuObj_5')"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_doping/overview.php">Anti<br/>Doping</a></li> <li id="liObj_6" class="bdr" onmouseover="javascript:showRMainMenu(-1, 6, 'menuObj_6', 98);" onmouseout="javascript:hideMenu('menuObj_6')"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_corruption/overview.php">anti<br/>Corruption</a></li> </ul> </div> </div> <!-- top navigation ends here --> <br class="clear"/> <div class="pageBody"> <!-- page body start here --> <div class="leftPane"> <div class="bElementBox"> <h4> Photo Listing</h4> <br class="clear"/> <div class="gContentBox" style="padding:6px;"> <table cellpadding="0" cellspacing="0" border="0" width="650" align="center"> <tr> <td width="6" align="left" valign="top"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/img/v8/top_left_crv.gif" width="6" height="6"></td> <td width="638" style="border-top:1px solid #045EA5" bgcolor="#FFFFFF"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/img/v8/trans.gif" width="638" height="1"></td> <td width="6" align="right" valign="top"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/img/v8/top_right_crv.gif" width="6" height="6"></td> </tr> <tr> <td colspan="3" style="padding:1px 0 5px 10px; border-left:1px solid #045EA5; border-right:1px solid #045EA5;" bgcolor="#FFFFFF"> <div id="container"> <!-- The Carousel container --> <div style="text-align:center;padding:5px 10px 5px 5px;"> <p style="font-size:10pt;color: #0f59ad;">Hall of Fame Presentation, Oval, 23 August</p><br class="clear"/><li> <div id="prevBox" class="left" style="width:35px;margin-top:15%;margin-right:8%;"> <a href="javascript:prevPhoto()"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/img/v8/gallery_prev_inactive.gif"/></a> </div> <div id="photoBox" class="left" align="center"> <img id="photoImage" src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/38E43592CC2320D786253D14D9B4AD0C_1256723322618_497.jpg" alt="38E43592CC2320D786253D14D9B4AD0C_1256723322618_497.jpg" style="border:1px solid #757575;"/> <div id="photoIndex">Photo 1 of 3 </div> </div> <div id="nextBox" class="right" style="width:35px;margin-top:15%;"> <a href="javascript:nextPhoto()"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/img/v8/gallery_next_active.gif"/></a> </div> <br class="clear"> <div style="border-top:1px solid #CCCCCC"></div> <div id="photoDescr" class="newsHead">ICC President David Morgan presents the ICC Cricket Hall of Fame cap to Surrey Cricket Chairman, David Stewart, on behalf of the late Sir Jack Hobbs</div> <br class="clear"/> </div> <script> function loadImage() { var maxImages = galleryPhoto[0].length; var imageObj = MM_findObj("photoImage"); var descObj = MM_findObj("photoDescr"); var indexObj = MM_findObj("photoIndex"); imageObj.alt= galleryPhoto[1][currImgNo]; descObj.innerHTML= galleryPhoto[2][currImgNo]; indexObj.innerHTML= 'Photo '+(currImgNo+1)+' of '+galleryPhoto[0].length; imageObj.src = galleryPhoto[0][currImgNo]; } function nextPhoto() { if(currImgNo == (galleryPhoto[0].length-1)) { //currImgNo = 0; } else { currImgNo++; loadImage(currImgNo); } resetNavButtons(); } function resetNavButtons() { var nextObj = MM_findObj("nextBox"); if(currImgNo >= (galleryPhoto[0].length-1)){ nextObj.innerHTML= '<img src="https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/img/v8/gallery_next_inactive.gif"/>'; } else { nextObj.innerHTML= '<a href="javascript:nextPhoto()"><img src="https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/img/v8/gallery_next_active.gif"/></a>'; } var prevObj = MM_findObj("prevBox"); if(currImgNo <= 0){ prevObj.innerHTML= '<img src="https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/img/v8/gallery_prev_inactive.gif"/>'; } else { prevObj.innerHTML= '<a href="javascript:prevPhoto()"><img src="https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/img/v8/gallery_prev_active.gif"/></a>'; } } function prevPhoto() { if(currImgNo == 0) { currImgNo = 0; } else { currImgNo--; loadImage(currImgNo); } resetNavButtons(); } var galleryPhoto= new Array(); galleryPhoto[0] = new Array(); galleryPhoto[1] = new Array(); galleryPhoto[2] = new Array(); var currImgNo = 0; galleryPhoto[0][galleryPhoto[0].length]= 'https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/ugc/images/38E43592CC2320D786253D14D9B4AD0C_1256723322618_497.jpg'; galleryPhoto[1][galleryPhoto[1].length]= ''; galleryPhoto[2][galleryPhoto[2].length]= 'ICC President David Morgan presents the ICC Cricket Hall of Fame cap to Surrey Cricket Chairman, David Stewart, on behalf of the late Sir Jack Hobbs'; galleryPhoto[0][galleryPhoto[0].length]= 'https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/ugc/images/38E43592CC2320D786253D14D9B4AD0C_1256723303010_33.jpg'; galleryPhoto[1][galleryPhoto[1].length]= ''; galleryPhoto[2][galleryPhoto[2].length]= 'Former England International, Richard Hutton receives the ICC Cricket Hall of Fame cap from ICC President David Morgan on behalf of his late father the great Sir Len Hutton'; galleryPhoto[0][galleryPhoto[0].length]= 'https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/ugc/images/38E43592CC2320D786253D14D9B4AD0C_1256723273392_875.jpg'; galleryPhoto[1][galleryPhoto[1].length]= ''; galleryPhoto[2][galleryPhoto[2].length]= 'The late Jim Laker\'s grandsons, Jamie Harvey and Patrick Marks receive the ICC Cricket Hall of Fame cap from ICC Director and ECB Chairman, Giles Clarke'; //loadImage(currImgNo); </script> <br class="clear"/> </div> </td> </tr> <tr> <td width="8" align="left" valign="bottom"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/img/v8/bottom_left_crv.gif" width="8" height="8"></td> <td width="638" style="border-bottom:1px solid #045EA5" bgcolor="#FFFFFF"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/img/v8/trans.gif" width="638" height="1"></td> <td width="8" align="right" valign="bottom"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/img/v8/bottom_right_crv.gif" width="8" height="8"></td> </tr> </table> <br class="clear"/> <p class="elementhead dottedBtmBdr">FEATURED PHOTO GALLERY</p> <div class="galleryBox"><div class="galleryDivider left"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=174"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/B914AE6D0CE86656A76B48BD5D095F1F_1252951014409_325.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=174" class="gallHead">ICC U19 Cricket World Cup <br> Qualifier, Day Ten</a><br>Description: Courtesy :- Bryan Vandenburgh<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=174"><b>View Photos</b></a><br></div></div><div class="galleryDivider right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=173"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/37B1E5430C8193F58CF1C7272DEC6AFE_1252740097651_327.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=173" class="gallHead">ICC U19 Cricket World Cup<br>Qualifier, Day Nine</a><br>Description: Courtesy :- Bryan Vandenburgh<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=173"><b>View Photos</b></a><br></div></div><br class="clear"/><div style="width:95%;padding-top:2px;"></div></div><div class="galleryBox topMargin"><div class="galleryDivider left"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=172"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/DFB73CC989D8A3A44D50BDCA62DAFBD1_1252651447053_512.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=172" class="gallHead">ICC U19 Cricket World Cup <br> Qualifier, Day Eight</a><br>Description: Courtesy :- Bryan Vandenburgh<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=172"><b>View Photos</b></a><br></div></div><div class="galleryDivider right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=171"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/C492CCAFB6CC638B245582590C7707AE_1252475891269_19.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=171" class="gallHead">ICC U19 Cricket World Cup <br> Qualifier, Day Seven</a><br>Description: Courtesy :- Bryan Vandenburgh<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=171"><b>View Photos</b></a><br></div></div><br class="clear"/><div style="width:95%;padding-top:2px;"></div></div><div class="galleryBox topMargin"><div class="galleryDivider left"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=169"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/73C0784DB481F97814AFB2C969E8BA9A_1252391010659_746.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=169" class="gallHead">ICC U19 Cricket World Cup <br> Qualifier, Day Six</a><br>Description: Courtesy :- Bryan Vandenburgh<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=169"><b>View Photos</b></a><br></div></div><div class="galleryDivider right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=168"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/D6AF92066A400012791E3FF6780A6EDB_1252325124455_15.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=168" class="gallHead">ICC U19 Cricket World Cup<br>Qualifier, Day Five</a><br>Description: Courtesy: Bryan Vandenburgh<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=168"><b>View Photos</b></a><br></div></div><br class="clear"/><div style="width:95%;padding-top:2px;"></div></div><div class="galleryBox topMargin"><div class="galleryDivider left"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=165"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/4F0B5FD7218E2847ADA9FF98A6F5A541_1252137499607_85.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=165" class="gallHead">ICC U19 Cricket World Cup<br> Qualifier, Day Four</a><br>Description: Courtesy: Bryan Vandenburgh<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=165"><b>View Photos</b></a><br></div></div><div class="galleryDivider right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=164"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/7E74937EA4E0E5EE64AA8B30669BEFF9_1252046348191_377.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=164" class="gallHead">ICC U19 Qualifier, Day Three</a><br>Description: Courtesy: Bryan Vandenburgh<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=164"><b>View Photos</b></a><br></div></div><br class="clear"/><div style="width:95%;padding-top:2px;"></div></div><div class="galleryBox topMargin"><div class="galleryDivider left"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=162"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/AC5C70C9FEB0E70A61073AB9AADF310F_1251960432696_795.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=162" class="gallHead">ICC U19 Cricket World Cup<br>Qualifier, Day Two</a><br>Description: Courtesy: Bryan Vandenburgh<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=162"><b>View Photos</b></a><br></div></div><div class="galleryDivider right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=152"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/FFAB79D1FFA88EF00D2DCD7713C954D1_1251873688597_805.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=152" class="gallHead">ICC U19 Cricket World Cup <br> Qualifier, Day One</a><br>Description: Courtesy: Bryan Vandenburgh<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=152"><b>View Photos</b></a><br></div></div><br class="clear"/><div style="width:95%;padding-top:2px;"></div></div><div class="galleryBox topMargin"><div class="galleryDivider left"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=92"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/214DEA413AB6ACCC8D118037F5758D86_1246811710683_475.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=92" class="gallHead">ICC Intercontinental Cup, Day Three<br>Ireland v Kenya.</a><br>Description: ICC Intercontinental Cup, Day Three<br>Ireland v Kenya.<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=92"><b>View Photos</b></a><br></div></div><div class="galleryDivider right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=89"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/57F1822FB9C61220F8B25ACA5F07D5B2_1246716940165_562.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=89" class="gallHead">ICC Intercontinental Cup, Day Three,<br>Scotland v Canada.</a><br>Description: ICC Intercontinental Cup, Day Three,<br> Scotland v Canada.<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=89"><b>View Photos</b></a><br></div></div><br class="clear"/><div style="width:95%;padding-top:2px;"></div></div><div class="galleryBox topMargin"><div class="galleryDivider left"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=91"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/3FD42D0FDB1879C57AD7C8F7F49D255A_1246809203391_134.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=91" class="gallHead">ICC Intercontinental Cup,<br>Scotland v Canada, <br>Match Highlights.</a><br>Description: ICC Intercontinental Cup,<br>Scotland v Canada, <br>Match Highlights.<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=91"><b>View Photos</b></a><br></div></div><div class="galleryDivider right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=87"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/713443661C5B2F19BEDA998725D17112_1246630415980_690.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=87" class="gallHead">ICC Intercontinental Cup, Day Two,<br> Scotland v Canada.</a><br>Description: Scotland v Canada - Day Two<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=87"><b>View Photos</b></a><br></div></div><br class="clear"/><div style="width:95%;padding-top:2px;"></div></div><div class="galleryBox topMargin"><div class="galleryDivider left"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=88"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/713443661C5B2F19BEDA998725D17112_1246631429330_228.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=88" class="gallHead">ICC Intercontinental Cup, Day One<br> Ireland v Kenya.</a><br>Description: Ireland v Kenya - Day One<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=88"><b>View Photos</b></a><br></div></div><div class="galleryDivider right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=86"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/23A7978F61451FA87B78751E1489F236_1246543101149_533.jpg" class="left"></a><div class="gallerydesc right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=86" class="gallHead">Scotland v Canada,<br> ICC Intercontinental Cup</a><br>Description: ICup - Day one, first session<br><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=86"><b>View Photos</b></a><br></div></div><br class="clear"/><div style="width:95%;padding-top:2px;"></div></div><br class="clear"/> <br class="clear"/> </div> </div> </div> <div class="rightPane"> <!-- right Pane starts --> <div id="livescoreTab"><h4>live matches</h4><div class="bContentBox padding"><div class="liveScoreEle"><div class="liveScoreMatch left"><img src="https://web.archive.org/web/20091125190601im_/http://l.yimg.com/a/i/in/cricket/fufp/new_zealand-ae60bd2ecec86cdb7ee5a1d8d42f6392.jpg" class="left" style="padding:10px 2px 0 0 ;" width="20"><div class="left" style="width:140px;text-align:center;overflow:hidden;padding:0px;">NZ vs PAK</div><img src="https://web.archive.org/web/20091125190601im_/http://l.yimg.com/a/i/in/cricket/fufp/pakistan-167bc3f8427a577564ae904be31667c1.jpg" class="left" style="padding:10px 0 0 2px;" width="20"></div><div class="liveScoreNote left">NZ: 404 / 8</div></div><div class="scoreLink"><b><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/match_zone/overview.php" class="more">Click here for the full scorecard</a></b></div><br class="clear"/><div class="liveScoreEle"><div class="liveScoreMatch left"><img src="https://web.archive.org/web/20091125190601im_/http://l.yimg.com/a/i/in/cricket/fufp/india-756141cb5fd6ffcfe5070bbfad77cb23.jpg" class="left" style="padding:10px 2px 0 0 ;" width="20"><div class="left" style="width:140px;text-align:center;overflow:hidden;padding:0px;">IND vs SL</div><img src="https://web.archive.org/web/20091125190601im_/http://l.yimg.com/a/i/in/cricket/fufp/sri_lanka-be64aecd7a386ef1a0c428ff321d6887.jpg" class="left" style="padding:10px 0 0 2px;" width="20"></div><div class="liveScoreNote left">SL: 66 / 1</div></div><div class="scoreLink"><b><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/match_zone/overview.php" class="more">Click here for the full scorecard</a></b></div><br class="clear"/><div style="padding: 5px; text-align: left; width: 97%;"><strong><a style="color: #0065ad;" class="more" href="https://web.archive.org/web/20091125190601/http://www.asiancricket.org/" target="_blank">For live scores from the ACC Twenty20 Cup click here</a><br><br><a style="color: #0065ad;" class="more" href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/icc_members/africa/scores.php">For live scores from the ACA U19 Women's Tournament click here</a></strong></div></div></div><div class="topMargin"> <h4>ICC Members</h4> <form name="regionForm" action="" method="post"> <div class="gContentBox"> <select name="countryCode" id="countryCode" onchange="javascript:membersSelect(this.options[this.selectedIndex].value);" style="width:280px;"> <option value="">Click here for ICC Member Details</option> <option value="ICC_AFFILIATE_MEMBERS_AFGHAN">&nbsp; - Afghanistan</option> <option value="ICC_ASSOCIATE_MEMBERS_ARGENTINA">&nbsp; - Argentina</option> <option value="ICC_FULL_MEMBERS_AUSTRALIA">&nbsp; - Australia</option> <option value="ICC_AFFILIATE_MEMBERS_AUSTRIA">&nbsp; - Austria</option> <option value="ICC_AFFILIATE_MEMBERS_BAHAMAS">&nbsp; - Bahamas</option> <option value="ICC_AFFILIATE_MEMBERS_BAHRAIN">&nbsp; - Bahrain</option> <option value="ICC_FULL_MEMBERS_BANGLADESH">&nbsp; - Bangladesh</option> <option value="ICC_ASSOCIATE_MEMBERS_BELGIUM">&nbsp; - Belgium</option> <option value="ICC_AFFILIATE_MEMBERS_BELIZE">&nbsp; - Belize</option> <option value="ICC_ASSOCIATE_MEMBERS_BERMUDA">&nbsp; - Bermuda</option> <option value="ICC_AFFILIATE_MEMBERS_BHUTAN">&nbsp; - Bhutan</option> <option value="ICC_ASSOCIATE_MEMBERS_BOTSWANA">&nbsp; - Botswana</option> <option value="ICC_AFFILIATE_MEMBERS_BRAZIL">&nbsp; - Brazil</option> <option value="ICC_AFFILIATE_MEMBERS_BRUNEI">&nbsp; - Brunei</option> <option value="ICC_AFFILIATE_MEMBERS_BULGARIA">&nbsp; - Bulgaria</option> <option value="ICC_AFFILIATE_MEMBERS_CAMEROON">&nbsp; - Cameroon</option> <option value="ICC_ASSOCIATE_MEMBERS_CANADA">&nbsp; - Canada</option> <option value="ICC_ASSOCIATE_MEMBERS_CAYMAN_ISL">&nbsp; - Cayman Islands</option> <option value="ICC_AFFILIATE_MEMBERS_CHILIE">&nbsp; - Chilie</option> <option value="ICC_AFFILIATE_MEMBERS_CHINA">&nbsp; - China</option> <option value="ICC_AFFILIATE_MEMBERS_COOKISL">&nbsp; - Cook Islands</option> <option value="ICC_AFFILIATE_MEMBERS_COSTARICA">&nbsp; - Costa Rica</option> <option value="ICC_AFFILIATE_MEMBERS_CROATIA">&nbsp; - Croatia</option> <option value="ICC_AFFILIATE_MEMBERS_CUBA">&nbsp; - Cuba</option> <option value="ICC_AFFILIATE_MEMBERS_CYPRUS">&nbsp; - Cyprus</option> <option value="ICC_AFFILIATE_MEMBERS_CZECH">&nbsp; - Czech Republic</option> <option value="ICC_ASSOCIATE_MEMBERS_DENMARK">&nbsp; - Denmark</option> <option value="ICC_FULL_MEMBERS_ENGLAND">&nbsp; - England</option> <option value="ICC_AFFILIATE_MEMBERS_EST">&nbsp; - Estonia</option> <option value="ICC_AFFILIATE_MEMBERS_FALKISL">&nbsp; - Falkland Islands</option> <option value="ICC_ASSOCIATE_MEMBERS_FIJI">&nbsp; - Fiji</option> <option value="ICC_AFFILIATE_MEMBERS_FINLAND">&nbsp; - Finland</option> <option value="ICC_ASSOCIATE_MEMBERS_FRANCE">&nbsp; - France</option> <option value="ICC_AFFILIATE_MEMBERS_GAMBIA">&nbsp; - Gambia</option> <option value="ICC_ASSOCIATE_MEMBERS_GERMANY">&nbsp; - Germany</option> <option value="ICC_AFFILIATE_MEMBERS_GHANA">&nbsp; - Ghana</option> <option value="ICC_ASSOCIATE_MEMBERS_GIBRALTAR">&nbsp; - Gibraltar</option> <option value="ICC_AFFILIATE_MEMBERS_GREECE">&nbsp; - Greece</option> <option value="ICC_ASSOCIATE_MEMBERS_GUERNSEY">&nbsp; - Guernsey</option> <option value="ICC_ASSOCIATE_MEMBERS_HK">&nbsp; - Hong Kong</option> <option value="ICC_FULL_MEMBERS_INDIA">&nbsp; - India</option> <option value="ICC_AFFILIATE_MEMBERS_INDONESIA">&nbsp; - Indonesia</option> <option value="ICC_AFFILIATE_MEMBERS_IRAN">&nbsp; - Iran</option> <option value="ICC_ASSOCIATE_MEMBERS_IRELAND">&nbsp; - Ireland</option> <option value="ICC_AFFILIATE_MEMBERS_ISLE">&nbsp; - Isle of Man</option> <option value="ICC_ASSOCIATE_MEMBERS_ISRAEL">&nbsp; - Israel</option> <option value="ICC_ASSOCIATE_MEMBERS_ITALY">&nbsp; - Italy</option> <option value="ICC_ASSOCIATE_MEMBERS_JAPAN">&nbsp; - Japan</option> <option value="ICC_ASSOCIATE_MEMBERS_JERSEY">&nbsp; - Jersey</option> <option value="ICC_ASSOCIATE_MEMBERS_KENYA">&nbsp; - Kenya</option> <option value="ICC_ASSOCIATE_MEMBERS_KUWAIT">&nbsp; - Kuwait</option> <option value="ICC_AFFILIATE_MEMBERS_LESOTHO">&nbsp; - Lesotho</option> <option value="ICC_AFFILIATE_MEMBERS_LUX">&nbsp; - Luxembourg</option> <option value="ICC_AFFILIATE_MEMBERS_MALAWI">&nbsp; - Malawi</option> <option value="ICC_ASSOCIATE_MEMBERS_MALAYSIA">&nbsp; - Malaysia</option> <option value="ICC_AFFILIATE_MEMBERS_MALDIVES">&nbsp; - Maldives</option> <option value="ICC_AFFILIATE_MEMBERS_MALI">&nbsp; - Mali</option> <option value="ICC_AFFILIATE_MEMBERS_MALTA">&nbsp; - Malta</option> <option value="ICC_AFFILIATE_MEMBERS_MEXICO">&nbsp; - Mexico</option> <option value="ICC_AFFILIATE_MEMBERS_MOROCCO">&nbsp; - Morocco</option> <option value="ICC_AFFILIATE_MEMBERS_MOZBQ">&nbsp; - Mozambique</option> <option value="ICC_AFFILIATE_MEMBERS_MYANMAR">&nbsp; - Myanmar</option> <option value="ICC_ASSOCIATE_MEMBERS_NAMIBIA">&nbsp; - Namibia</option> <option value="ICC_ASSOCIATE_MEMBERS_NEPAL">&nbsp; - Nepal</option> <option value="ICC_FULL_MEMBERS_NEW_ZEALAND">&nbsp; - New Zealand</option> <option value="ICC_ASSOCIATE_MEMBERS_NIGERIA">&nbsp; - Nigeria</option> <option value="ICC_AFFILIATE_MEMBERS_NORWAY">&nbsp; - Norway</option> <option value="ICC_AFFILIATE_MEMBERS_OMAN">&nbsp; - Oman</option> <option value="ICC_FULL_MEMBERS_PAKISTAN">&nbsp; - Pakistan</option> <option value="ICC_AFFILIATE_MEMBERS_PANAMA">&nbsp; - Panama</option> <option value="ICC_AFFILIATE_MEMBERS_PERU">&nbsp; - Peru</option> <option value="ICC_AFFILIATE_MEMBERS_PHILIPPINES">&nbsp; - Philippines</option> <option value="ICC_ASSOCIATE_MEMBERS_PNG">&nbsp; - PNG</option> <option value="ICC_AFFILIATE_MEMBERS_PORTUGAL">&nbsp; - Portugal</option> <option value="ICC_AFFILIATE_MEMBERS_QATAR">&nbsp; - Qatar</option> <option value="ICC_AFFILIATE_MEMBERS_RWANDA">&nbsp; - Rwanda</option> <option value="ICC_AFFILIATE_MEMBERS_SAMOA">&nbsp; - Samoa</option> <option value="ICC_AFFILIATE_MEMBERS_SA">&nbsp; - Saudi Arabia</option> <option value="ICC_ASSOCIATE_MEMBERS_SCOTLAND">&nbsp; - Scotland</option> <option value="ICC_AFFILIATE_MEMBERS_SIERRA">&nbsp; - Sierra Leone</option> <option value="ICC_ASSOCIATE_MEMBERS_SINGAPORE">&nbsp; - Singapore</option> <option value="ICC_AFFILIATE_MEMBERS_SLOVENIA">&nbsp; - Slovenia</option> <option value="ICC_FULL_MEMBERS_SOUTH_AFRICA">&nbsp; - South Africa</option> <option value="ICC_AFFILIATE_MEMBERS_SK">&nbsp; - South Korea</option> <option value="ICC_AFFILIATE_MEMBERS_SPAIN">&nbsp; - Spain</option> <option value="ICC_FULL_MEMBERS_SRI_LANKA">&nbsp; - Sri Lanka</option> <option value="ICC_AFFILIATE_MEMBERS_ST_HEL">&nbsp; - St Helena</option> <option value="ICC_AFFILIATE_MEMBERS_SURINAME">&nbsp; - Suriname</option> <option value="ICC_AFFILIATE_MEMBERS_SWAZ">&nbsp; - Swaziland</option> <option value="ICC_AFFILIATE_MEMBERS_SWEDEN">&nbsp; - Sweden</option> <option value="ICC_AFFILIATE_MEMBERS_SWITZERLAND">&nbsp; - Switzerland</option> <option value="ICC_ASSOCIATE_MEMBERS_TANZ">&nbsp; - Tanzania</option> <option value="ICC_ASSOCIATE_MEMBERS_THAILAND">&nbsp; - Thailand</option> <option value="ICC_ASSOCIATE_MEMBERS_NETHERLANDS">&nbsp; - The Netherlands</option> <option value="ICC_AFFILIATE_MEMBERS_TONGA">&nbsp; - Tonga</option> <option value="ICC_AFFILIATE_MEMBERS_TCISLANDS">&nbsp; - Turks &amp; Caicos Islands</option> <option value="ICC_AFFILIATE_MEMBERS_TURKEY">&nbsp; - Turkey</option> <option value="ICC_ASSOCIATE_MEMBERS_UAE">&nbsp; - UAE</option> <option value="ICC_ASSOCIATE_MEMBERS_UGANDA">&nbsp; - Uganda</option> <option value="ICC_ASSOCIATE_MEMBERS_USA">&nbsp; - USA</option> <option value="ICC_AFFILIATE_MEMBERS_VANUATTU">&nbsp; - Vanuatu</option> <option value="ICC_FULL_MEMBERS_WEST_INDIES">&nbsp; - West Indies</option> <option value="ICC_ASSOCIATE_MEMBERS_ZAMBIA">&nbsp; - Zambia</option> <option value="ICC_FULL_MEMBERS_ZIMBABWE">&nbsp; - Zimbabwe</option> </select> </div> </form> </div> <div class="topMargin"> <h4>ICC Regions</h4> <form name="regionalForm" action="" method="post"> <div class="gContentBox"> <select name="regionCode" id="regionCode" onchange="javascript:regionsSelect(this.options[this.selectedIndex].value);" style="width:280px;"> <option value="">Click here for ICC Region Details</option> <option value="africa">&nbsp;Africa</option> <option value="americas">&nbsp;Americas</option> <option value="asia">&nbsp;Asia</option> <option value="eap">&nbsp;East Asia-Pacific</option> <option value="europe">&nbsp;Europe</option> </select> </div> </form> </div><div class="topMargin"> <h4><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/about_the_organisation/partners.php" style="color:#FFFFFF;">commercial partners</a></h4> <div class="gContentBox" id="comercialPartners"> <div id="partnerBanner"> <table height="100%" width="100%" summary="partners"> <tr><td valign="middle"> <a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/about_the_organisation/partners.php"><img id="partnerImage" name="partnerBanner" src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/img/v8/partners/espn.gif" alt="ESPN"></a> </td></tr> </table> </div> </div> <script> <!-- var banners = new Array(); banners[banners.length] = 'https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/img/v8/partners/espn.gif'; banners[banners.length] = 'https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/img/v8/partners/rel.gif'; banners[banners.length] = 'https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/img/v8/partners/pepsi.gif'; banners[banners.length] = 'https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/img/v8/partners/lg.gif'; banners[banners.length] = 'https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/img/v8/partners/fly.gif'; banners[banners.length] = 'https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/img/v8/partners/yahoo.gif'; banners[banners.length] = 'https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/img/v8/partners/ree.gif'; var time=new Date().getTime(); var currBannerIndex = time % banners.length; var timer = 0; function initBanner(){ loadBanner(currBannerIndex); timer = setInterval(playBanner, 6000); } function loadBanner(index) { currBannerIndex = index; var maxBanners = banners.length; if(maxBanners <= 0){ stopPlayBanner(); }else{ var imgObj = MM_findObj("partnerBanner"); if(imgObj){ imgObj.src = banners[currBannerIndex]; } } } function playBanner() { if(currBannerIndex == (banners.length-1)) { currBannerIndex = 0; } else { currBannerIndex++; } loadBanner(currBannerIndex); } function stopPlayBanner(){ clearInterval(timer); } initBanner(); --> </script> </div><div class="elementBox topMargin"><h4>Latest News</h4><div class="bContentBox padding"><ul class="dottedBlue"><li><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/newsdetails.php?newsId=1833_1259162520">Uganda continues unbeaten run in ACA U19 event</a></li><li><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/newsdetails.php?newsId=1832_1259148300">Sri Lanka trails by 576 runs against India</a></li><li><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/newsdetails.php?newsId=1831_1259143620">Ireland announces squad for U19 World Cup</a></li><li><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/newsdetails.php?newsId=1830_1259139180">Spinner Hauritz to be part of Oz squad against Windies</a></li><li><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/newsdetails.php?newsId=1829_1259135940">Windies batting star Sarwan collapses with back injury at training</a></li></ul> </div></div> <div class="elementBox topMargin"> <h4>ICC Media</h4> <div class="bContentBox"> <div id="mediaTab1" style="display:block;"> <ul class="iccmedia"><li class="sel" onclick="javascript:stopMediaTab();">Video</li><li class="bdr"><a href="javascript:displayTab('mediaTab',2, 3)">Audio</a></li><li><a href="javascript:displayTab('mediaTab',3, 3)">Photos</a></li></ul><br class="clear"/><div class="galleryItems"><ul><li><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/broadcast_video.php?mediaId=884"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/1C0568BBFFEF02F1E698E774BD45EA3C_1258546678937_327.jpg" class="left" ;" alt="" width="70" style="border:1px solid #cccccc;"/></a><div class="left" style="margin-left:10px;width:190px;"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/broadcast_video.php?mediaId=884"><p>Barry Richards on how South African bowlers will play a key role in the series...... </p></a></div><br class="clear"/></li><li><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/broadcast_video.php?mediaId=859"><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/20A7A9A0E17906B367F38D1131BE61FB_1257930210269_370.jpg" class="left" ;" alt="" width="70" style="border:1px solid #cccccc;"/></a><div class="left" style="margin-left:10px;width:190px;"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/broadcast_video.php?mediaId=859"><p>South Africa's Dale Steyn promotes ICC Catch the Spirit</p></a></div><br class="clear"/></li></ul><div class="moreLink right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/broadcast.php">More...</a></div> </div> </div> <div id="mediaTab2" style="display:none;"> <ul class="iccmedia"><li><a href="javascript:displayTab('mediaTab',1, 3)">Video</a></li><li class="sel">Audio</li><li><a href="javascript:displayTab('mediaTab',3, 3)">Photos</a></li></ul><br class="clear"/><div class="galleryItems"><ul><li><a href="#" onclick="javascript:PlayerOpen('A special feature on England two-and-a-half month tour of South Africa','https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/ugc/medias/MM_1258024721572_488.mp3','https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/ugc/medias/MM_1258024721572_488.mp3')"/><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/5093FA7DAAFFBAB7768427EBCB86466A_1258030777028_441.jpg" class="left" ;" alt="" width="70" style="border:1px solid #cccccc;"/></a><div class="left" style="margin-left:10px;width:190px;"><a href="#" onclick="javascript:PlayerOpen('A special feature on England two-and-a-half month tour of South Africa','https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/ugc/medias/MM_1258024721572_488.mp3','https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/ugc/medias/MM_1258024721572_488.mp3')"/><p>A special feature on England two-and-a-half month tour of South Africa</p></a></div><br class="clear"/></li><li><a href="#" onclick="javascript:PlayerOpen('Jason Gillespie talks about his heroes and villains.','https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/ugc/medias/MM_1258630481266_746.mp3','https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/ugc/medias/MM_1258630481266_746.mp3')"/><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/56D1232FF985719B884BA70EEF746C5E_1258630457969_220.jpg" class="left" ;" alt="" width="70" style="border:1px solid #cccccc;"/></a><div class="left" style="margin-left:10px;width:190px;"><a href="#" onclick="javascript:PlayerOpen('Jason Gillespie talks about his heroes and villains.','https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/ugc/medias/MM_1258630481266_746.mp3','https://web.archive.org/web/20091125190601/http://static.icc-cricket.yahoo.net/ugc/medias/MM_1258630481266_746.mp3')"/><p>Jason Gillespie talks about his heroes and villains.</p></a></div><br class="clear"/></li></ul><div class="moreLink right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/podcast.php">More Podcast.</a></div><br class="clear"/><div class="moreLink right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/audio_interview.php">More Audio Interviews.</a></div> </div> </div> <div id="mediaTab3" style="display:none;"> <ul class="iccmedia"><li class="bdr"><a href="javascript:displayTab('mediaTab',1, 3)">Video</a></li><li><a href="javascript:displayTab('mediaTab',2, 3)">Audio</a></li><li class="sel">Photos</li></ul><br class="clear"/><div class="galleryItems"><ul><li><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=243"/><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/1D69A3BBA2D799E927CC5CD63E444A5F_1259141068173_980.jpg" width="70" class="left" alt="" height="70"/></a><div class="left" style="margin-left:10px;width:190px;"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=243"/>ACA U19 Women's Tournament, Tanzania - Kenya v Tanzania - 23 November</a><br/></div><br class="clear"/></li> <li><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=242"/><img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/ugc/images/9D2A5E0E28A0807057BAF8072EC3AFCF_1259141064594_62.jpg" width="70" class="left" alt="" height="70"/></a><div class="left" style="margin-left:10px;width:190px;"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/photogallery.php?gallId=242"/>ACA U19 Women's Tournament, Tanzania - Zambia v Tanzania - 22 November</a><br/></div><br class="clear"/></li> </ul> </ul> <div class="moreLink right"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/photo_zone.php">More...</a></div> </div> </div> <br class="clear"/> </div> </div> <script language="JavaScript"> function submitVote() { var frm = document.pollForm; var pollId=frm.pollId.value; var pollChoiceId=0; var len = frm.answerId.length; for (var count = 0; count < len; count++) { if (frm.answerId[count].checked) { pollChoiceId = frm.answerId[count].value; } } /* if(!pollChoiceId){ return false; }*/ http_request = false; if (window.XMLHttpRequest) { // Mozilla, Safari,... http_request = new XMLHttpRequest(); if (http_request.overrideMimeType) { http_request.overrideMimeType('text/xml'); } } else if (window.ActiveXObject) { // IE try { http_request = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { http_request = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) {} } } if (!http_request) { return; } loading = true; /*var myDiv = document.getElementById("pollStatsBox"); position("pollStatsBox") myDiv.style.display="block";*/ try { var time = new Date(); var myPoll=document.getElementById("pollBox"); myPoll.innerHTML="<br/><br/><p>Please wait..........</p><br/><br/>"; var url= 'https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/icc-includes/includes/poll_submit.php'; url +='?pollChoiceId='+pollChoiceId; url +='&pollId='+pollId+'&time='+time; http_request.onreadystatechange = populatePollStatsBox; http_request.open('GET',url, true); http_request.send(null); //position("pollStatsBox") } catch (e) { alert("In catch Block"); loading = false; failed = true; } } function populatePollStatsBox() { if (http_request.readyState == 4) { if (http_request.status == 200) { var body = http_request.responseText; loading = false; var myPoll=document.getElementById("pollBox"); myPoll.innerHTML=body; } else { failed = true; loading = false; } } } </script> <div class="elementBox topMargin"> <h4> POLL </h4> <div id="pollBox"> <form name="pollForm" action="#" method="post"> What will be the result of the second Test between India and Sri Lanka at Kanpur?<br/> <input name="answerId" value="397" type="radio"> India will win<br/><input name="answerId" value="398" type="radio"> Sri Lanka will win<br/><input name="answerId" value="399" type="radio"> Draw<br/> <input type="hidden" name="pollId" value="132"/> <img src="https://web.archive.org/web/20091125190601im_/http://static.icc-cricket.yahoo.net/img/v8/submit.gif" style="cursor:hand" onclick="submitVote();"/> </form> <br class="clear"/> </div> </div> <!-- right Pane ends --> </div> <!-- page body ends here --> </div> <br class="clear"/> <div class="topMargin"> <div id="footerNavigation"> <div class="left"> <ul> <li class="bdr"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/index.php">Home</a></li> <li class="bdr"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/news.php">News</a></li> <li class="bdr"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/match_zone/overview.php">Match Zone</a></li> <li class="bdr"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/events_and_awards/overview.php">ICC Events and Awards</a></li> <li class="bdr"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/media_interactive_zone/overview.php">Media and Interactive</a></li> <li class="bdr"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/overview.php">The ICC</a></li> <li><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/rules_and_regulations.php">Rules and Regulations</a></li> </ul> </div> <div class="right"> <ul> <li><!-- Online Shopping --></li> <li class="bdr green"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_doping/overview.php" class="green">Anti Doping</a></li> <li class="green"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/anti_corruption/overview.php" class="green">anti Corruption</a></li> </ul> </div> </div> </div> <div id="copyright"> <a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/"><div class="left" id="copyrightIccLogo"></div></a> <div class="left links"><a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/about_the_organisation/contact_us.php">Contact</a> | <a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/about_the_organisation/recruitment.php">ICC Jobs</a> | <a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/legal_notice.php">Legal Notice</a> | <a href="https://web.archive.org/web/20091125190601/http://icc-cricket.yahoo.net/the-icc/about_the_organisation/contact_us.php">Feedback</a> | <a href="https://web.archive.org/web/20091125190601/http://www.icc-cricket.org/" target="_blank">ICC Intranet</a><br/>Copyright @ 2009 ICC Development (International) Ltd</div> <div class="right" id="copyrightYahoo"></div> </div> </div> </div> <!-- page ends here --> </body> </html><!-- FILE ARCHIVED ON 19:06:01 Nov 25, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 14:19:48 Nov 28, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.584 exclusion.robots: 0.028 exclusion.robots.policy: 0.018 esindex: 0.014 cdx.remote: 6.63 LoadShardBlock: 379.805 (3) PetaboxLoader3.datanode: 182.455 (4) PetaboxLoader3.resolve: 179.228 (3) load_resource: 176.433 -->

Pages: 1 2 3 4 5 6 7 8 9 10