<!-- Hide this script from old browsers --
function randomadd()
{
	var a=2; 					// Number of Advts
	var i=new Array(a); 		//advts name (src)

		i[0]="/2001/pix/ceyprop.swf";
		i[1]="/2001/pix/ancl_tender1.gif";		

	var j=new Array(a);		//type
		
		j[0]="swf";
		j[1]="gif";	

	var k=new Array(a);		//HREF
		
		k[0]="";
		k[1]="/2001/pix/ancl_newsprint-1.pdf";	
		
	var l=new Array(a);		//alt
		
		l[0]="www.ceylincoproperties.com";
		l[1]="ANCL Tender - Web Offset Newsprint paper";

	var m=new Array(a);		//title
		
		l[0]="www.ceylincoproperties.com";
		l[1]="ANCL Tender - Web Offset Newsprint paper";

var random = Math.random() ;
var picnum = Math.round(random*(a-1));


		for (b=0; b<a; b++)
		  {

			  document.write('<tr>');
			  document.write('<td height="60" width="100">');
			if (j[picnum]=="gif")
			 {
			  document.write('<a target="_CHANGE" href="'+k[picnum]+'" title="'+m[picnum]+'"><img border="0" src="'+i[picnum]+'" alt="'+l[picnum]+'" width="100" height="50"></a>');
			 }
			else if (j[picnum]=="swf")
			 {
			  document.write('<embed width="100" height="50" src="'+i[picnum]+'" align="center"><noembed>"'+k[picnum]+'"</noembed>');
			 }

			
			  document.write('</td>');
			  document.write('</tr>');


			if (picnum<(a-1))
			 {
			  picnum++;
			 }
			else
			 {
			  picnum=0;
			 }



		  }
			  document.write('<tr>');
			  document.write('<td height="60" width="100">');
			  document.write('<embed width="100" height="300" src="/2001/pix/adS.swf" align="center"><noembed>"Advertise with ANCL (Lake House Bublications)"</noembed>');
			  document.write('</td>');
			  document.write('</tr>');
			  document.write('<tr>');
			  document.write('<td height="60" width="100">');
			  document.write('<a target="_CHANGE" href="http://www.peaceinsrilanka.org"><img border="0" src="/2001/pix/peace_da.gif" alt="www.peaceinsrilanka.org" width="100" height="50"></a>');
			  document.write('</td>');
			  document.write('</tr>');
			  document.write('<tr>');
			  document.write('<td height="60" width="100">');
			  document.write('<a target="_CHANGE" href="http://www.helpheroes.lk/"><img border="0" src="/2001/pix/helphero.jpg" alt="www.helpheroes.lk" width="100"></a>');
			  document.write('</td>');
			  document.write('</tr>');
			  
}

// -- End Hiding Here -->
