var webby_string='<table><tr><td align="center" width="16"><a href="http://www.webby.co.in/portfolio.html" target="_blank"><img src="http://www.webby.co.in/images/logo.png" border="0" title="Webby Network Sites"/></a></td><td><select style="width: 185px;" name="webby_list" onFocus="webby_onfocus(this.form.webby_list);"><option selected value="9"  >ReedSearch.com</option></select></td><td><input type="button" value="visit" onClick="webby_button(this.form)"/></td></tr></table>';

var webby = new Array();

webby[0]="BabelFishNews.com";
webby[1]="BiggDigg.com";
webby[2]="BharatHoliday.com";
webby[3]="BharatRegister.com";
webby[4]="ForeClosureBox.com";
webby[5]="Job.co.in";
webby[6]="JobNet.co.in";
webby[7]="LiveNews.co.in";
webby[8]="ManPowerList.com";
webby[9]="MarriageBureaus.com";
webby[10]="MassMarketing.co.in";
webby[11]="MeeboTalk.com";
webby[12]="NewsFeeds.co.in";
webby[13]="OneMillionDollarWebsites.com";
webby[14]="Promail.co.in";
webby[15]="ReedSearch.com";

function webby_onfocus(arg)
{
	if(arg.options.length>1)
	{ return;} 
else
	{
for (var i=1; i < webby.length; ++i) 
webby_addlist(arg,webby[i], i);  
	}
}

function webby_addlist(selectbox,text,value )
{
	var optn = document.createElement("OPTION");
	optn.text = text;
	optn.value = value;
	selectbox.options.add(optn);
}

function webby_button(arg)
{
var webbyvar = "http://www."+arg.webby_list.options[arg.webby_list.selectedIndex].text;
window.open(webbyvar,"WEBBY","scrollbars=auto");
}
document.write(webby_string);



