//----------------------------------------------photo part START HERE------------------------------------------------------------
//var xmlDoc=null;
//try //Internet Explorer
//  {
//  xmlDoc=new ActiveXObject("Microsoft.XMLDOM");
//  }
//   catch(e)
//  {
//     try //Firefox, Mozilla, Opera, etc.
//     {
//     xmlDoc=document.implementation.createDocument("","",null);
//     }
//     catch(e) 
//      {  alert(e.message)}
//  }
//   

//	  xmlDoc.async=false;
//	  xmlDoc.load("/data/rightincludes.xml");
//	  xmlObj=xmlDoc.documentElement;
//	  var total=xmlDoc.getElementsByTagName('article').length;
//	  x=xmlDoc.getElementsByTagName('article')[2];
//	  y=xmlDoc.getElementsByTagName('article')[3];
//	
//        var Mytitle=x.getElementsByTagName('Title')[0].childNodes[0].nodeValue;
//        var Mytitle1=y.getElementsByTagName('Title')[0].childNodes[0].nodeValue;
//        var Myimg=xmlDoc.getElementsByTagName("article")[2].getAttribute("image")
//        //  var Myimg = xmlObj.childNodes[2].getAttribute("image"); IE
//        var Myimg1 = xmlDoc.getElementsByTagName("article")[3].getAttribute("image") //Both IE and Mozilla
//        var mylink=xmlDoc.getElementsByTagName("article")[2].getAttribute("xfile");//
//        var mylink1=xmlDoc.getElementsByTagName("article")[3].getAttribute("xfile");
//        alert(v);

document.write("<div class='red1-header-band' style='width:280px;margin-left:5px'>PHOTO GALLERY</div>");
document.write("<div class='photo-gal-main-index' style='width:270px;padding-left:30px;;margin-left:5px'>");
document.write("<div class='photo-gal-index-bg'>");
document.write("<div class='photo-gal-index-image-holder1'><a href='/photo-gallery/kitply-cup-final.html'><img src='/Userfiles/image/editorial/June2008/butt-1406.jpg' border='0'></a></div>");
document.write("<div class='photo-gal-index-image-holder2'><a href='/photo-gallery/india-rout-pakistan-by-140-runs.html'><img src='/Userfiles/image/editorial/June2008/INDIWINHOMEPAGE.jpg' border='0'></a></div><br clear='all'>");
document.write("<div class='photo-gal-index-text-holder1'><a href='/photo-gallery/kitply-cup-final.html' class='link-white' style='color:#fff; font-size:11px;'>Kitply Cup FINAL</a></div>");
document.write("<div class='photo-gal-index-text-holder2'><a href='/photo-gallery/india-rout-pakistan-by-140-runs.html' class='link-white' style='color:#fff; font-size:11px;'>India rout Pakistan by 140 runs</a></div>");

document.write("</div>");
document.write("</div>");
//      alert(myimg);



//----------------------------------------------photo part END HERE------------------------------------------------------------
