<html>

<head>
<title>WorldLink Monthly Newsletter</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<STYLE>
<!--
a.myStyle1:link { color: #707070; font-size: 9pt; font-family:Trebuchet MS; font-weight: 700; text-decoration: none; background-color: transparent; cursor: hand }
a.myStyle1:visited { color: #707070; font-size: 9pt; font-family: Trebuchet MS; font-weight: 700; text-decoration: none; background-color: transparent; cursor: hand }
a.myStyle1:hover { color: #000000; font-size: 9pt; font-family: Trebuchet MS; font-weight: 700; text-decoration: none; background-color: transparent; cursor: hand }
a.myStyle1:active { color: #000000; font-size: 9pt; font-family:Trebuchet MS; font-weight: 700; text-decoration: none; background-color: transparent; cursor: hand}
//.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style24 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style25 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style26 {
	color: #990000;
	font-size: x-small;
}
.style27 {
	font-family: Verdana;
	font-weight: bold;
}
.style36 {font-size: x-small; font-weight: bold; font-family: Verdana; }
.style40 {font-size: 10px}
.style41 {
	font-size: 10pt;
	font-weight: bold;
}
.style52 {font-family: Verdana; font-weight: bold; font-size: 13px; }
.style58 {	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style59 {color: #990000}
.style28 {font-family: Verdana; font-weight: bold; color: #990000; }
-->
</STYLE>

<script language="JavaScript" type="text/JavaScript">
<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>

<script language = "Javascript">
function echeck(str) {

		var at="@"
		var dot="."
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		   alert("Invalid E-mail ID")
		   return false
		}

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		   alert("Invalid E-mail ID")
		   return false
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		    alert("Invalid E-mail ID")
		    return false
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		    alert("Invalid E-mail ID")
		    return false
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		    alert("Invalid E-mail ID")
		    return false
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    alert("Invalid E-mail ID")
		    return false
		 }
		
		 if (str.indexOf(" ")!=-1){
		    alert("Invalid E-mail ID")
		    return false
		 }

 		 return true					
	}

function ValidateForm(){
	var emailID=document.frm1.email
	
	if ((emailID.value==null)||(emailID.value=="")){
		alert("Please Enter your Email ID")
		emailID.focus()
		return false
	}
	if (echeck(emailID.value)==false){
		emailID.value=""
		emailID.focus()
		return false
	}
	return true
 }
</script>


<script language = "JavaScript">
<!--

function initSetup()
{var x = navigator.appVersion;
y = x.substring(0,4);
if (y>=4) setVariables();}

var x,y,a,b;

function setVariables()
{if (navigator.appName == "Netscape")
{h=".left=";
v=".top=";
dS="document.";
sD="";}
else
{h=".pixelLeft=";
v=".pixelTop=";
dS="";
sD=".style";}}

var isNav = (navigator.appName.indexOf("Netscape") !=-1);

function popLayer(messageText)
{desc = "<table cellpadding=0 border=0 bgcolor=#FFFF99><td><font face=Arial size=-1 color=black>";
desc += messageText;
desc += "</font></td></table>";
if(isNav)
{document.object1.document.write(desc);
document.object1.document.close();
document.object1.left=x+25;
document.object1.top=y;}
else
{object1.innerHTML=desc;
eval(dS+"object1"+sD+h+(x+25));
eval(dS+"object1"+sD+v+y);}}

function hideLayer(a)
{if(isNav)
{eval(document.object1.top=a);}
else object1.innerHTML="";}

function handlerMM(e)
{x = (isNav) ? e.pageX : event.clientX;
y = (isNav) ? e.pageY : event.clientY;}

if (isNav)
{document.captureEvents(Event.MOUSEMOVE);}
document.onmousemove = handlerMM;

//-->
</script>
</head>

<body topmargin="0" leftmargin="0" OnLoad="initSetup()">
<div id="object1" style="position:absolute; visibility:hidden; z-index:1000;"></div>

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="767" id="AutoNumber1">
  <tr>
    <td width="16%" valign="top">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber6" height="72">
      <tr>
        <td width="100%" height="48">
        <a name="Page_top" id="Page_top">
        <img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/left_hd.jpg" width="207" height="48"></a></td>
      </tr>
      <tr>
          <td width="100%" bgcolor="#B7752F" height="24"> <p align="center" class="style24"><font color="#FFFFFF">Vol. 
              11, No.1, December 2007 </font></td>
      </tr>
    </table>
    </td>
    <td width="84%" background="http://www.worldlink.com.np/newsletter/may_2007/images/bg_top.jpg">
    
     <form method="post" name="frm1"  action="sent.php" onSubmit="return ValidateForm()">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber8">
      <tr>
        <td width="2%" rowspan="2">&nbsp;</td>
        <td width="34%" rowspan="2"><span class="style40"><font face="Verdana, Arial, Helvetica, sans-serif">
              <b><u>Unsubscribe 
          Newsletter </u> <br>
              </b>Please unsubscribe if you don't want to receive this Newsletter.</font></span></td>
        <td width="30%" valign="top">
        <p align="center"> 
		<input name="email" type="text" class="searchbox" onblur="if(this.value=='') {this.value='Enter Email Address';}"
                    onfocus="if(this.value=='Enter Email Address') {this.value='';}"value="Enter Email Address" size="22" value="Enter Email Address" 

style="font-family: Verdana; font-size: 10px; border: 1px solid #0099CC; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; 

float:left"></td>
        <td width="34%" rowspan="2">&nbsp;</td>
      </tr>
      <tr>
        <td width="30%" valign="bottom">
        <p align="center">
                  <input type="submit" value="Unsubscribe" name="B1" style="font-family: Verdana; font-size: 10px; float:left"></td>
      </tr>
    </table></form>
    </td>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="777" id="AutoNumber2" height="1385">
  <tr>
    <td width="777" height="1" colspan="3"></td>
  </tr>
  <tr>
    <td width="779" height="19" bgcolor="#FFFFFF" colspan="3">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber22">
      <tr>
        <td width="30%">
        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="88%" id="AutoNumber23">
          <tr>
                <td width="99%" bgcolor="#FFCC01"> <p align="center"> <font face="Verdana, Arial, Helvetica, sans-serif" size="-1"><small><small><small><small><b><small><font size="2"> 
                    <select name="select4" onChange="location=this.options[this.selectedIndex].value;" size="1" style="font-family: Verdana; font-size:10px">
                      <option><font size="-1" face="Verdana, Arial, Helvetica, sans-serif"> 
                      Read Archive Issues</font></option>
                      <option value="http://www.wlink.com.np/newsletter/newsletter.htm"> 
                      Vol.1 No.1 August 2004</option>
                      <option value="http://wlink.com.np/newsletter/sep_2004/index.htm"> 
                      Vol.1 No.2 September 2004</option>
                      <option value="http://wlink.com.np/newsletter/oct_2004/index.htm"> 
                      Vol.1 No.3 October 2004</option>
                      <option value="http://wlink.com.np/newsletter/nov_2004/index.htm"> 
                      Vol.1 No.4 November 2004</option>

                      <option value="http://www.wlink.com.np/newsletter/dec_2004/index.htm"> 
                      Vol.2 No.1 December 2004</option>
                      <option value="http://www.wlink.com.np/newsletter/jan_2005/index.htm"> 
                      Vol.2 No.2 January 2005</option>
                      <option value="http://www.wlink.com.np/newsletter/feb_2005/index.html"> 
                      Vol.2 No.3 February 2005</option>
                      <option value="http://www.wlink.com.np/newsletter/mar_2005/index.html"> 
                      Vol.2 No.4 March 2005</option>
                      <option value="http://www.wlink.com.np/newsletter/apr_2005/index.html"> 
                      Vol.3 No.1 April 2005</option>
                       <option value="http://www.wlink.com.np/newsletter/may_2005/index.html">
                Vol.3 No.2 May 2005</option>
                <option value="http://www.wlink.com.np/newsletter/june_2005/index.html">
                Vol.3 No.3 June 2005</option>
                <option value="http://www.wlink.com.np/newsletter/july_2005/index.html">
                Vol.3 No.4 July 2005</option>
                <option value="http://www.wlink.com.np/newsletter/aug_2005/index.html">
                Vol.4 No.1 August 2005</option>
                <option value="http://www.wlink.com.np/newsletter/sept_2005/index.html">
                Vol.4 No.2 September 2005</option>
                <option value="http://www.wlink.com.np/newsletter/oct_2005/index.html">
                Vol.4 No.3 October 2005</option>
                <option value="http://www.wlink.com.np/newsletter/nov_2005/index.html">
                Vol.4 No.4 November 2005</option>
                <option value="http://www.wlink.com.np/newsletter/dec_2005/index.html">
                Vol.5 No.1 December 2005</option>
                <option value="http://www.wlink.com.np/newsletter/jan_2006/index.html">
                Vol.5 No.2 January 2006</option>
                <option value="http://www.wlink.com.np/newsletter/feb_2006/index.html">
                Vol.5 No.3 February 2006</option>
                <option value="http://www.wlink.com.np/newsletter/mar_2006/index.html">
                Vol.5 No.4 March 2006</option>
                <option value="http://www.wlink.com.np/newsletter/apr_2006/index.html">
                Vol.6 No.1 April 2006</option>
                <option value="http://www.wlink.com.np/newsletter/may_2006/index.html">
                Vol.6 No.2 May 2006</option>
                <option value="http://www.wlink.com.np/newsletter/june_2006/index.html">
                Vol.6 No.3 June 2006</option>
                <option value="http://www.wlink.com.np/newsletter/july_2006/index.html">
                Vol.6 No.4 July 2006</option>
				<option value="http://www.wlink.com.np/newsletter/aug_2006/index.html">
                Vol.7 No.1 August 2006</option>
                <option value="http://www.wlink.com.np/newsletter/sept_2006/index.html">
                Vol.7 No.2 September 2006</option>
                <option value="http://www.wlink.com.np/newsletter/oct_2006/index.html">
                Vol.7 No.3 October 2006</option>
                <option value="http://www.wlink.com.np/newsletter/nov_2006/index.html">
                Vol.7 No.4 November 2006</option>
                <option value="http://www.wlink.com.np/newsletter/dec_2006/index.html">
                Vol.8 No.1 December 2006</option>
                <option value="http://www.worldlink.com.np/newsletter/jan_2007/index.html">
                Vol.8 No.2 January 2007</option>
                <option value="http://www.worldlink.com.np/newsletter/feb_2007/index.html">
                Vol.8 No.3 February 2007</option>
                <option value="http://www.worldlink.com.np/newsletter/mar_2007/index.html">
                Vol.8 No.4 March 2007</option>
				<option value="http://www.worldlink.com.np/newsletter/apr_2007/index.html">
                Vol.9 No.1 April 2007</option>
                <option value="http://www.worldlink.com.np/newsletter/may_2007/index.html">
                Vol.9 No.2 May 2007</option>
                <option value="http://www.worldlink.com.np/newsletter/jun_2007/index.html">
                Vol.9 No.3 June 2007</option>
                <option value="http://www.worldlink.com.np/newsletter/july_2007/index.html">
                Vol.9 No.4 July 2007</option>
                <option value="http://www.worldlink.com.np/newsletter/aug_2007/index.html">
                Vol.10 No.1 August 2007</option>
                <option value="http://www.worldlink.com.np/newsletter/sep_2007/index.html">
                Vol.10 No.2 September 2007</option>
                <option value="http://www.worldlink.com.np/newsletter/oct_2007/index.html">
                Vol.10 No.3 October 2007</option>
                <option value="http://www.worldlink.com.np/newsletter/nov_2007/index.html">
                Vol.10 No.4 November 2007</option>


                    </select>
                    </small></b></small></small></small></small></font></td>
          </tr>
        </table>
        </td>
        <td width="68%">
    <p align="right" class="style40">
          <font face="Verdana">
          <a class="myStyle1" href="http://www.worldlink.com.np/newsletter/dec_2007/index.html">home</a>&nbsp;&nbsp; |&nbsp;&nbsp;
          <a class="myStyle1" href="http://www.worldlink.com.np/newsletter/dec_2007/support.html">support</a>&nbsp;&nbsp; |&nbsp;&nbsp;
          <a class="myStyle1" href="http://www.worldlink.com.np/newsletter/dec_2007/services.html">services</a>&nbsp;&nbsp; |&nbsp;&nbsp;
          <a class="myStyle1" href="http://www.worldlink.com.np/newsletter/dec_2007/updates.html">updates</a>&nbsp;&nbsp; |&nbsp;&nbsp;
          <a class="myStyle1" href="http://www.worldlink.com.np/newsletter/dec_2007/yourview.php">your view</a>&nbsp;&nbsp; |&nbsp;&nbsp;
          <a class="myStyle1" href="http://www.worldlink.com.np/newsletter/dec_2007/perspective.html">perspective</a></font></td>
        <td width="2%">&nbsp;
    </td>
      </tr>
    </table>
    </td>
  </tr>
  <tr>
    <td width="777" height="1" colspan="3">
    </td>
  </tr>
  <tr>
    <td width="34" height="19" bgcolor="#BD672D" valign="bottom">
    <p align="center">
    <img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/BULLET.GIF" width="18" height="19"></td>
    <td width="172" height="19" bgcolor="#BD672D">
                  <b>
                  <font face="Verdana" color="#FFFFFF" style="font-size: 8pt">
                  Have Your Say !!</font></b></td>
    <td width="573" height="19">&nbsp;
    </td>
  </tr>

  <tr>
    <td width="777" height="1344" colspan="3">

    <table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="773" id="AutoNumber3" height="1344">
        <tr> 
          <td width="203" height="1342" valign="top" bgcolor="#FFCC01"> <table border="0" cellpadding="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber7">
              <tr> 
                <td width="40%"> <img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/your_say3.jpg" width="66" height="55"></td>
                <td width="60%" valign="top"> <span class="style40"> <font face="Verdana">We 
                  do value your opinions and welcome comments on how we can continue 
                  to develop </font></span> </td>
              </tr>
            </table>
            <span class="style40"><font face="Verdana">and improve our services. Please drop 
            us a line! The results of your input, and especially your comments, 
            will help us with our planning for future actions we take on your 
            behalf. Please use our online <a href="javascript:;" onClick="MM_openBrWindow('feedback_form.php','comments','width=533,height=304')">Feedback 
            Form</a> or write to us at <a href="mailto:feedback@wlink.com.np">feedback@wlink.com.np</a>&nbsp; 
            We will even publish your comments verbatim if we find it reasonable 
            and will make a difference. </font></span> 
          <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber4" height="570">
              <tr> 
                <td width="1%" height="19" bgcolor="#BD672D"> <p align="center"> 
                    <img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/BULLET.GIF" width="18" height="19"></td>
                <td width="150%" height="19" bgcolor="#BD672D"><b> <font face="Verdana" style="font-size: 8pt" color="#FFFFFF">Online 
                  Services </font></b></td>
              </tr>
              <tr>
                <td width="100%" colspan="2" height="8"></td>
              </tr>
              <tr> 
                <td width="100%" colspan="2" height="24" valign="top"> 
                <p align="center">
                <a target="_blank" href="http://www.worldlink.com.np/occ/">
                <img border="1" src="http://www.worldlink.com.np/newsletter/may_2007/images/online_services.jpg" width="147" height="35"></a></td>
              </tr>
              <tr> 
                <td width="100%" colspan="2" height="168" valign="top"> 
                <p class="style40" dir="ltr"> <font face="Verdana">Please 
                  visit our new &quot;<strong><a href="http://www.worldlink.com.np/occ/" target="_blank">Online 
                  Services</a></strong>&quot; page and get started with checking 
                  e-mail, checking account status, viewing Internet usage information, 
                  changing password and Viewing/Updating Wi-ZOOOM Volume. <br>
                  No need to enter username /password multiple times - just enter 
                  once and use all the services. Don't forget to logout though!<br>
                  <br>
                  <a href="http://www.worldlink.com.np/occ/" target="_blank"> Click here!</a></font></td>
              </tr>
              <tr> 
                <td width="1%" height="19" bgcolor="#BD672D"> <p align="center"> 
                    <img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/BULLET.GIF" width="18" height="19"></td>
                <td width="119%" height="19" bgcolor="#BD672D"><span class="style41"> <font face="Verdana" style="font-size: 8pt" color="#FFFFFF">What's 
                  New</font></span></td>
              </tr>
              <tr> 
                <td width="100%" colspan="2" height="8"> </td>
              </tr>
              <tr> 
                <td width="100%" colspan="2" height="45"> <p align="center"> 
                <img border="0" src="images/wizoom_lite_new.jpg" width="150" height="57"></td>
              </tr>
              <tr> 
                <td width="100%" colspan="2" height="146" valign="top"> 
                <font face="Verdana" size="1"><span class="style6">We are proud to introduce Wi-ZOOOM Lite, a new series of Wireless Internet Service targeted especially for those users who are located away from the main city area with no proper telephone line or other options for connectivity available. <br>
                      <br>
This service is currently available in the  5 packages. <a href="http://www.worldlink.com.np/news/wizoom_lite.php" target="_blank">Which one is right for you?</a></span></font></td>
              </tr>
              <tr> 
                <td width="100%" colspan="2" height="2"> </td>
              </tr>
              <tr> 
                <td width="16%" height="19" bgcolor="#BD672D"> <font color="#FFFFFF">&nbsp; 
                  </font></td>
                <td width="84%" height="19" bgcolor="#BD672D">&nbsp; </td>
              </tr>
              <tr> 
                <td width="100%" colspan="2" height="19">&nbsp; </td>
              </tr>
              <tr> 
                <td width="100%" colspan="2" height="19"> <p align="center" class="style40"><b>&nbsp;                     <font face="Verdana">Maintained By</font></b></td>
              </tr>
              <tr> 
                <td colspan="2" height="28"><div align="center"><a href="http://www.worldlink.com.np" target="_blank"><img border="1" src="http://www.worldlink.com.np/newsletter/may_2007/images/just_logo.jpg" width="120" height="26"></a></div></td>
              </tr>
              <tr> 
                <td width="100%" colspan="2" height="19"> <p align="center"><a href="http://www.wlink.com.np" target="_blank"> 
                    </a></td>
              </tr>
            </table></td>
          <td width="563" valign="top" height="1342">
          <b> <font face="Verdana" color="#993300" size="2"> 
            &nbsp;<a name="Updates">Updates</a></font></b>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="99%" id="AutoNumber25">
              <tr> 
                <td width="100%" colspan="2">&nbsp;</td>
              </tr>
              <tr>
                <td width="6%">&nbsp;</td>
                <td width="94%" valign="middle">
                <ul class="style58">
                  <li>
                  <p style="line-height: 200%"><a href="#Firefox_3"><font face="Verdana" size="1">Mozilla rolls out Firefox 3.0 Beta 1</font></a>                  </li>
                  <li>
                    <p style="line-height: 200%"><a href="#Internet_Outages"><font face="Verdana" size="1">Internet Outages Could Occur By 2010 As Capacity Stalls</font></a>                  </li>
                  <li>
                  <p style="line-height: 200%"><a href="#Spyware_tops_list"><font face="Verdana" size="1">Spyware tops list of threats in CompTIA survey</font></a></li>
                  <li>
                  <p style="line-height: 200%"><a href="#Google_Wants_Your_Help"><font face="Verdana" size="1">Google Wants Your Help to Fight Malware!</font></a>                  
                  </li>
                </ul>                </td>
              </tr>
            </table>
            <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber26">
              <tr> 
                <td height="318" valign="top">
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="561" id="AutoNumber21" height="1330">
                    <tr> 
                      <td colspan="2" height="24">&nbsp;</td>
                    </tr>
                    <tr>
                      <td colspan="2" height="23"><span class="style52"><font color="#990000"><img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/arrow.GIF" width="15" height="12"></font><span class="style59"><a name="Firefox_3" id="Firefox_3"></a></span></span><font size="-1" class="style28">Mozilla rolls out Firefox 3.0 Beta 1</font></td>
                    </tr>
                    <tr>
                      <td colspan="2" height="23">
						<p style="margin-left: 5; margin-right: 5"> <font face="Verdana" size="1"> Mozilla Corp. late Monday released the first beta of Firefox 3.0, but continued to warn most users to stick with production Version 2.0.</font> </p>
						<p style="margin-left: 5; margin-right: 5"> <font face="Verdana" size="1"> "We do not recommend that anyone other than developers and testers  download the Firefox 3 Beta 1 milestone release," Mike Beltzner,  Mozilla's interface designer, said in a note posted to the company's  development center. "It is intended for testing purposes only."</font> </p>
						<p style="margin-left: 5; margin-right: 5"><font face="Verdana" size="1">But while the official word was for users to stand clear,  Beltzner's personal recommendation was a lot less intimidating. "It's a  preview release, so use with caution and don't expect your add-ons to  work without some magic; but between you and me, I've been running on  this 'developer preview' for at least three months, and have never  looked back," he said in a post to his <strong><a target="new" href="http://www.beltzner.ca/mike/archives/2007/11/index.html">own blog</a></strong>.</font> </p>
						<p style="margin-left: 5; margin-right: 5"> <font face="Verdana" size="1"> Beltzner also touted several of the improvements in Firefox 3.0,  including new security features and tools, a redesign of the  bookmarking and browser history and numerous back-end platform  enhancements, but he said they all require more testing and user  feedback. The company has posted a more complete list of new features  in the <strong><a target="new" href="http://www.mozilla.com/en-US/firefox/3.0b1/releasenotes/">release notes</a></strong> it added to its Web site Monday.</font> </p>
						<p style="margin-left: 5; margin-right: 5"> <font face="Verdana" size="1"> On the security side, Firefox 3.0 adds <strong>malware check</strong>,  a phishing filter-like feature that warns users attempting to reach a  URL blacklisted for suspected malicious code hosting; one-click site  information that displays site ownership; fixes for vulnerabilities in <strong>plug-in updating</strong>; and integration with antivirus software and Windows Vista's parental control settings.</font></p>
						<p style="margin-left: 5; margin-right: 5"><span class="style24" style="margin-left: 5; margin-right: 5"><font face="Verdana" size="1">*Complied from online sources.</font></span></p></td>
                    </tr>
                    <tr>
                      <td height="34"><hr color="#C0C0C0" width="95%" size="1">                      </td>
                      <td height="34"><a href="#Updates"><img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/top.GIF" align="right" width="24" height="27"></a></td>
                    </tr>
                    <tr> 
                      <td colspan="2" height="23"><span class="style27"><font color="#990000"><img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/arrow.GIF" width="15" height="12"></font><a name="Internet_Outages" id="Internet_Outages"></a><span class="style59"><font size="2" face="Verdana">Internet Outages Could Occur By 2010 As Capacity Stalls</font></span></span></td>
                    </tr>
                    <tr> 
                      <td height="261" colspan="2" valign="top">
						<p style="margin-left: 5; margin-right: 5"> <font size="1" face="Verdana"> Booming demand for Internet services combined with insufficient  infrastructure investment could leave the Web vulnerable to brown outs  within three years, a study released Tuesday predicted. <br>
						  <br>
					    Nemertes Research said Internet providers need to invest from $42  billion to $55 billion -- or 60% to 70% more than current plans call  for -- to stave off interruptions to the digital economy that could  happen if the 'Net bogs down. "The next <span id="lw_1195623432_0">Google</span>, <span id="lw_1195623432_1">YouTube</span>, or <span id="lw_1195623432_2">Amazon</span> might not arise" if the situation isn't fixed, Nemertes said.</font> </p>
						<p style="margin-left: 5; margin-right: 5"> <font size="1" face="Verdana"> The problem, the group said, is that <a href="http://us.rd.yahoo.com/dailynews/cmp/tc_cmp/storytext/204200341/25284221/SIG=12gi3h3kd/*http://www.informationweek.com/blog/main/archives/2007/03/general_interne.html"><span id="lw_1195623432_3">bandwidth usage</span></a> is outpacing infrastructure build outs. While core fiber and  switching/routing technology "will scale nicely," Internet access  resources could soon be overwhelmed in three to five years, Nemertes  said.</font> </p>
						<p style="margin-left: 5; margin-right: 5"> <font size="1" face="Verdana"> The trouble could be particularly acute in North America, the researchers said.</font> </p>
						<p style="margin-left: 5; margin-right: 5"> <font size="1" face="Verdana"> "Rather like osteoporosis, the underinvestment in infrastructure will  painlessly and invisibly leach competitiveness out of the economy,"  said Nemertes.</font> </p>
						<p style="margin-left: 5; margin-right: 5"> <font size="1" face="Verdana"> Nemertes conceded that its study, in many ways, represents a best guess  at what's happening with the Web. "The Internet is almost opaque to  serious researchers, even those with the necessary technical skills,  integrity and desire," said the group.</font> </p>
						<p style="margin-left: 5; margin-right: 5"><font size="1" face="Verdana">That's because commercial Internet providers closely guard  information about usage and technology roadmaps. "Carriers and content  providers refuse to reveal their inner workings," said Nemertes, adding  that it's understandable that service providers are reluctant to reveal  data that might undermine their competitiveness or compromise user  privacy.</font> </p>
						<p style="margin-left: 5; margin-right: 5"><font size="1" face="Verdana">Nonetheless, "we conclude by urging content and service providers to  cooperate with researchers in sharing data," said the study's authors.  Nemertes also said Congress should consider tax credits to spur  Internet providers to add more broadband capacity.</font> </p>
						<p class="style24" style="margin-left: 5; margin-right: 5"><font size="1" face="Verdana">*Complied from online sources.</font></p>
					  </td>
                    </tr>
                    <tr> 
                      <td height="34"><hr color="#C0C0C0" width="95%" size="1">                      </td>
                      <td height="34"><a href="#Updates"><img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/top.GIF" align="right" width="24" height="27"></a></td>
                    </tr>
                    <tr>
                      <td height="23" colspan="2" class="style26">
                      <p dir="ltr"><span class="style27"><font color="#990000"><img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/arrow.GIF" width="15" height="12"></font><font size="2"><strong><a name="Spyware_tops_list" id="Spyware_tops_list"></a>Spyware tops list of threats in CompTIA survey</strong></font></span></td>
                    </tr>
                    <tr>
                      <td colspan="2" height="191" valign="top">
                        <p style="margin-left: 5px; margin-right: 5px"><font size="1" face="Verdana">Spyware has become the biggest security threat to organizations, a  survey from the Computer Technology Industry Association (CompTIA) has  discovered. That's a big change from a few years ago, when spyware was  barely even considered a threat.</font> </p>
                        <p style="text-indent: +; margin-left: 5; margin-right: 5"><font size="1" face="Verdana">In this, the fifth annual study, CompTIA surveyed organizations of  all sizes from a variety of industries, and 55 per cent of respondents  said the volume of spyware they are fighting has increased over the  past 12 months, so "obviously it's a problem that's affecting a lot of  people," said Steven Ostrowski, director of corporate communications at
                        CompTIA.</font> </p>
                        <p style="text-indent: +; margin-left: 5; margin-right: 5"><font size="1" face="Verdana">"While spyware has always been somewhere on the radar, it's  been generally down the list of concerns -- definitely within the top  10 but not in the top two or three, which is the case this year. That  was a bit of surprise, as it's taking up so much time and causing so  many problems for organizations," Ostrowski told <em>eChannelLine</em>.</font> </p>
                        <p style="text-indent: +; margin-left: 5; margin-right: 5"> <font size="1" face="Verdana"> Spyware has moved up in rank to take the number one spot of security  threats to organizations right now, but over the long term, spyware is  slightly less of a concern, the report found. Spyware took the top  position of current threats, followed by lack of user awareness (54  percent), viruses and worms (49 percent), authorized user abuse (44.2  percent) and browser-based attacks (41.5 percent).</font> </p>
                      <p style="text-indent: +; margin-left: 5; margin-right: 5"><font face="Verdana" size="1">* compiled from online sources.</font> </p></td>
                    </tr>
                    <tr>
                      <td height="29"><hr color="#C0C0C0" width="95%" size="1">                      </td>
                      <td height="29"><a href="#Updates"><img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/top.GIF" align="right" width="24" height="27"></a></td>
                    </tr>
                    <tr>
                      <td colspan="2" height="24"><span class="style36"><font color="#990000"><strong><font color="#990000"><img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/arrow.GIF" width="15" height="12"></font></strong></font></span><span class="style27"><font color="#990000"><font size="2"><a name="Google_Wants_Your_Help" id="Google_Wants_Your_Help"></a><strong>Google Wants Your Help to Fight Malware!</strong></font></font></span></td>
                    </tr>
                    <tr>
                      <td colspan="2" height="295" valign="top">
                        <p style="margin-left: 5; margin-right: 5"> <font face="Verdana" size="1"> Google has created one of the most powerful search tools in the history of  Web humanity. One of its goals along the way was to archive all of human knowledge. Another was to not be evil.</font> </p>
                        <p style="margin-left: 5; margin-right: 5"> <font face="Verdana" size="1"> But the  company discovered that at the intersection of archiving all human  knowledge and not being evil is malware. In its pursuit of archiving  the Web, Google has  inadvertently become a tool for discovering and deploying malware. Now  Google wants to turn the tables on malware and wants you (yes, you,  good  reader) to report malware to Google when you find it.</font> </p>
                        <p style="margin-left: 5; margin-right: 5"> <font face="Verdana" size="1"> "Currently, we know of hundreds of thousands of Web sites that attempt to  infect people's computers with malware," Google developer Ian Fette wrote in  a <a href="http://googleonlinesecurity.blogspot.com/2007/11/help-us-fill-in-gaps.html">blog post</a>.  "Unfortunately, we also know that there are more malware sites out  there. This is where we need your help in filling in the gaps."</font> </p>
                        <p style="margin-left: 5; margin-right: 5"> <font face="Verdana" size="1"> Google's  plea for assistance follows an incident earlier during the  week when security firm Sunbelt Software identified thousands of search  terms that led to malware. The company didn't only point out sites that  discussed malware, but also actual sites hosting drive-by code, whereby  the simple act of visiting the page could be enough to infect a user's  computer. The sites  identified by Sunbelt have now been purged from Google's index.</font> </p>
                        <p style="margin-left: 5; margin-right: 5"> <font face="Verdana" size="1"> "We worked closely with Google on this yesterday and they were very  aggressive on handling the problem," Alex Eckelberry, president and CEO of  Clearwater-based Sunbelt Software, told <em>InternetNews.com</em>.</font> </p>
                        <p style="margin-left: 5; margin-right: 5"> <font face="Verdana" size="1"> He's not  even miffed that Google did not credit Sunbelt in its post. "We work  with them regularly, and they've already given us public credit for our  work," Eckelberry said. "I will say Google is very responsive to this  type of stuff and from a security perspective, very easy and fast to  work with."</font> </p>
                        <p style="margin-left: 5; margin-right: 5"> <font face="Verdana" size="1"> Though Google wants to cut down on malware, the effort may not necessarily  deter Google hackers.</font> </p>
                        <p style="margin-left: 5; margin-right: 5">&nbsp;</p>
                        <p class="style58" style="margin-left: 5; margin-right: 5"> 
                      <font size="1" face="Verdana">* compiled from online sources.</font></p>                      </td>
                    </tr>
                    <tr> 
                      <td width="554" height="33">&nbsp;</td>
                      <td width="31" height="33"><font size="2"><a href="#Page_top"><img border="0" src="http://www.worldlink.com.np/newsletter/may_2007/images/top.GIF" align="right" width="24" height="27"></a></font></td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
            <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber24">
              <tr> </tr>
            </table>
            <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber28" height="3">
              <tr> 
                <td height="15"><hr color="#000000" size="1"></td>
              </tr>
              <tr> 
                <td height="1">
<div align="center" class="style25"><font face="Arial" style="font-size: 8pt">&copy; 
                  2006 WorldLink Communications Pvt. Ltd</font></div></td>
              </tr>
            </table>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p>&nbsp;</p></td>
        </tr>
       
      </table>
    </td>
  </tr>
</table>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1333926-1";
urchinTracker();
</script>
</body>

</html>