function vmenu(){
	//ARRAY USING DYNAMIC MENU//
	var linkarray=new Array();
	linkarray[0]=new Array("SUBSCRIBE","subscribe.html");
	linkarray[1]=new Array("DESCLAIMER","desclaimer.html");
	linkarray[2]=new Array("CONTACT","contact.html");
	linkarray[3]=new Array("DOWNLOAD GAMES","download_games.html");
	linkarray[4]=new Array("HOME","index.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>");

}

