// JavaScript Document
document.write('<div id="bottom"><div id="bottomBanner">');
GA_googleFillSlotWithSize("ca-pub-0567817491096263","Hindi_ROS_728x90",728,90);
document.write('</div></div><div id="bottomLink"><div class="yellowNormText" align="center"><a href="javascript:void(0);"  onclick="ShowSendToFriend()" class="yellowETextLink">Send To Friend</a> | <a  href="javascript:void(0);" onclick="ShowFeedBack()" class="yellowETextLink">FeedBack</a> | <a href="http://info.webdunia.com/disclaimer.htm" class="yellowETextLink" target="_blank"> Disclaimer</a> | <a href="http://info.webdunia.com/privacy.htm" target="_blank" class="yellowETextLink">Privacy Policy</a> | <a href="http://info.webdunia.com/tnc.htm" target="_blank" class="yellowETextLink">Terms Of Service</a></div><div class="yellowNormEText"><div align="center" style="margin-top:10px; margin-bottom:10px;">&copy; 2007-08 Webdunia.com</div></div></div>');
var wbdUrlList = {'www.webdunia.com':'http://hindi.webdunia.com','msn.webdunia.com':'http://hindi.webdunia.com','webdunia.com':'http://hindi.webdunia.com','discussion.webdunia.com':'http://hindi.webdunia.com'};
var urlPrefix = wbdUrlList[window.location.hostname] || ""
function  ShowFeedBack()
{
	var object = document.getElementById("tAH");    
    var articleTitle;
    if(object!=null)    
    {
        //articleTitle = document.getElementById("tAH").innerText;
        //articleTitle = object.innerHTML;
        articleTitle = "";
        var obj = object.getElementsByTagName("span");
        if(obj && obj.length>0)
            articleTitle = obj[0].innerHTML;
    } else {
        object = document.getElementById("printdiv");
        if(object!=null)
        {
          var tmp = object.getElementsByTagName("td");
         
            for(var i=0;i<tmp.length;i++)
            {
                if(tmp[i].className == "articleHeading")
                {
                    articleTitle = tmp[i].innerHTML;
                
                    break;
                 }
             }
        }
        else
        {
         articleTitle = "";
        }
     }
	
  //  if(window.location.hostname=='www.webdunia.com')
	   // openWindowCenterScreen("http://hindi.webdunia.com/portalcms/feedback/feedback.aspx?url=" + escape(window.location.href) + "&articletitle=" +escape(articleTitle),'FeedBack',460,480);
	//else
	    openWindowCenterScreen(urlPrefix + "/portalcms/feedback/feedback.aspx?url=" + escape(window.location.href) + "&articletitle=" +escape(articleTitle),'FeedBack',410,480);	
}
function openWindowCenterScreen(url,name,height,width,hasScroll,hasResize)
{
  var sBars='no';
  var sResise='no';
  if(hasScroll!=null)
    sBars=hasScroll
  if(hasResize!=null)
    sResise=hasResize  
  var w =width; //32;
  var h =height; //96;
  var wleft = (screen.width - w) / 2;
  var wLinks = (screen.height - h) / 2;
  var win = window.open(url,name,
                            'width=' + w + ', height=' + h + ', ' +
                            'left=' + wleft + ', Links=' + wLinks + ', ' +
                            'location=no, menubar=no, ' +
                            'status=no, toolbar=no, scrollbars=' + sBars + ', resizable=' + sResise );
  // Just in case width and height are ignored
  //win.resizeTo(w, h);
  // Just in case left and Links are ignored
  win.moveTo(wleft, wLinks);
  win.focus();    
}
//send to Friend Funtion
function  ShowSendToFriend()
{  
    var object = document.getElementById("tAH");    
    var articleTitle;
    if(object!=null)    
    {
        //articleTitle = object.innerHTML;
               articleTitle = "";
        var obj = object.getElementsByTagName("span");
        if(obj && obj.length>0)
            articleTitle = obj[0].innerHTML;
    } else {
        object = document.getElementById("printdiv");
        if(object!=null)
        {
          var tmp = object.getElementsByTagName("td");
         
            for(var i=0;i<tmp.length;i++)
            {
                if(tmp[i].className == "articleHeading")
                {
                    articleTitle = tmp[i].innerHTML;
                
                    break;
                 }
             }
        }
        else
        {
         articleTitle = "";
        }
     }
        
      //  if(window.location.hostname=='www.webdunia.com')
            //openWindowCenterScreen("http://hindi.webdunia.com/PortalCMS/sendtofriend/sendtofriendmail.aspx?url=" + escape(window.location.href) + "&title=" +escape(articleTitle),"SendToFriend",560,480)
     //   else
            openWindowCenterScreen(urlPrefix + "/PortalCMS/sendtofriend/sendtofriendmail.aspx?url=" + escape(window.location.href) + "&title=" +escape(articleTitle),"SendToFriend",560,480)
}

