function vmenu(){
	//ARRAY USING DYNAMIC MENU//
	var linkarray=new Array();
	linkarray[0]=new Array("Telecards","telecards.html");
	linkarray[1]=new Array("Calling Card Types","callingcardtypes.html");
	linkarray[2]=new Array("PC to Phone Cards","pctophonecards.html");
	linkarray[3]=new Array("Phone Card Pitfalls","phonecardpitfalls.html");
	linkarray[4]=new Array("Wholesale Phone Cards","wholesalephonecards.html");
	linkarray[5]=new Array("Photogallery","photogallery.html");
	linkarray[6]=new Array("Top Gadgets","gadgets.html");
	linkarray[7]=new Array("GPS System","gpssystem.html");
	linkarray[8]=new Array("Mobile Phones","mobilephones.html");
	linkarray[9]=new Array("Site Map","sitemap.html");
	
	  
	
	document.write("<ul>");
	for(i=0;i<=linkarray.length;i++){
		//ARRAY FILE NAME
		var filename=linkarray[i][1];
		//ARRAY PAGE NAME
		var pagename=linkarray[i][0];
		document.write("<li>");
		document.write('<a href='+filename+'>');
		document.write(pagename);
		document.write("</a></li>");
	}
	
	document.write("</ul>");
}

function lnk(){
	document.write("<a href='http://www.matrix77.com/'>matrix77.com</a>");
	document.write("<br>");
	document.write("<a href='http://www.n7242c.com/'>n7242c.com</a>");
	document.write("<br>");
		document.write("<a href='http://www.kenvierling.org/'>kenvierling.org</a>");
		document.write("<br>");
		document.write("<a href='http://www.beatbulletin.info/'>beatbulletin.info</a>");
		document.write("<br>");
		document.write("<a href='http://www.fredpassiveatm.com/'>fredpassiveatm.com</a>");
		document.write("<br>");
		document.write("<a href='http://www.kymthompsonnow.com/'>kymthompsonnow.com</a>");
		document.write("<br>");
		document.write("<a href='http://www.yes4ems.org/'>yes4ems.org</a> ");
		document.write("<br>");
		document.write("<a href='http://www.isabella-lara.com/'>isabella-lara.com</a>");
		document.write("<br>");
		document.write("<a href='http://www.clinique-erriadh.com/'>clinique-erriadh.com</a>");
		document.write("<br>");
		document.write(" <a href='http://www.deltasilverlabpups.com/'>deltasilverlabpups.com</a>");
		document.write("<br>");
		document.write("<a href='http://www.avus303.com/'>avus303.com</a>");
				document.write("<br>");
		document.write("<a href='http://www.onlinegamblinghouse.net/'>onlinegamblinghouse.net</a>");
				document.write("<br>");
		document.write("<a href='http://www.netcassino.net/'>netcassino.net</a>");
				document.write("<br>");
		document.write("For paid link <a href='mailto:webmanil@gmail.com'>Contact Us</a>");

}

