var clicked=""
var gtype=".gif"
var selstate="_over"
if (typeof(loc)=="undefined" || loc==""){
	var loc=""
	if (document.body&&document.body.innerHTML){
		var tt = document.body.innerHTML.toLowerCase();
		var last = tt.indexOf("update.js\"");
		if (last>0){
			var first = tt.lastIndexOf("\"", last);
			if (first>0 && first<last) loc = document.body.innerHTML.substr(first+1,last-first-1);
		}
	}
}

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
document.write("<td><img src=\""+loc+"update_top.gif\" alt=\"\" width=\"153\" height=\"16\"></td>");
tr(false);
writeButton("","http://www.1stopwebshop.com","update_b1",153,14,"Home","_self",0);
writeButton("","http://wdda.org/hosting-2.htm","update_b2",153,14,"Low Cost, Professional Wholesale Web Hosting","_blank",0);
writeButton("","http://www.marketingtips.com/t.cgi/31741","update_b3",153,14,"Learn How to Catapult your Sales & Online Exposure!","_blank",0);
writeButton("","http://www.marketingtips.com/creditcards/t.x/31741","update_b4",153,14,"Taking Credit Cards can mean the difference between Success and failure!","_blank",0);
writeButton("","http://www.marketingtips.com/mailloop/t.x/31741","update_b5",153,14,"Manage your Mailing Lists, Market your business, AUTOMATE!","_blank",0);
writeButton("","http://ld.net/1plus/?smh1cogni","update_b6",153,14,"Low Cost, Discount Long Distance Services","_blank",0);
writeButton("","http://cognigen.net/zerocents/?smh1cogni","update_b7",153,14,"Never pay a per minute charge again! Residential Long Distance ONLY!","_blank",0);
writeButton("","http://ld.net/local/?smh1cogni","update_b8",153,14,"Dump your local service provider and step UP to lower costs & Better Service! ","_blank",0);
writeButton("","http://ld.net/bundled/?smh1cogni","update_b9",153,14,"Local Phone Service and Discount Long Distance in one Easy to Use Plan","_blank",0);
writeButton("","http://ld.net/tollfree/?smh1cogni","update_b10",153,14,"Finally, Affordable incoming Toll-Free (800) Service","_blank",0);
writeButton("","http://cognigen.net/t1/?smh1cogni","update_b11",153,14,"T-1 & Dedicated Long Distance, Internet & MORE","_blank",0);
writeButton("","http://ld.net/callingcards/?smh1cogni","update_b12",153,14,"Rates as Low as 1.9 cents per minute!!!","_blank",0);
writeButton("","http://ld.net/dialaround/?smh1cogni","update_b13",153,14,"Don't want to change your LD provider? This is the option for you!","_blank",0);
writeButton("","http://cogniconference.com/?smh1cogni","update_b14",153,14,"The AFFORDABLE Conference Calling Solution!","_blank",0);
writeButton("","http://cognigen.net/surfbest/main.cgi?smh1cogni","update_b15",153,14,"Save as much as 50% off your present Internet Service!","_blank",0);
writeButton("","http://ld.net/highspeedisp/?smh1cogni","update_b16",153,14,"ZOOM instead of crawl. How much wasted time do YOU spend WAITING?","_blank",0);
writeButton("","http://cognibox.com/?smh1cogni","update_b17",153,14,"Build Your Business By Leveraging Technology!","_blank",0);
writeButton("","http://ld.net/satellite/?smh1cogni","update_b18",153,14,"The fastest growing direct broadcast satellite television service in the United States","_blank",0);
writeButton("","http://ld.net/cellular/?smh1cogni","update_b19",153,14,"Cellular is HOT and we've got the best cellular/PCS companies in the country, offering you savings and service unmatched in this industry. ","_blank",0);
writeButton("","http://www.cognigenpc.com/default.asp?cogid=smh1cogni","update_b20",153,14,"Discount Computer Hardware, Add-ons, Accessories and Peripherals","_blank",0);
writeButton("","http://www.cognigen.net/protectamerica/?smh1cogni","update_b21",153,14,"The Peacekeeper®, an Intrusion Alarm System that has been proven to deter theft, burglaries, and violent home invasion robberies","_blank",0);
writeButton("","http://ld.net/internet/?smh1cogni","update_b22",153,14,"Here we offer quality discounted internet services.","_blank",0);
tr(true);
document.write("<td><img src=\""+loc+"update_bottom.gif\" alt=\"\" width=\"153\" height=\"13\"></td>");
document.write("</tr></table>")
loc="";

function tr(b){if (b) document.write("<tr>");else document.write("</tr>");}

function turn_over(name) {
	if (document.images != null && clicked != name) {
		document[name].src = document[name+"_over"].src;
	}
}

function turn_off(name) {
	if (document.images != null && clicked != name) {
		document[name].src = document[name+"_off"].src;
	}
}

function reg(gname,name)
{
if (document.images)
	{
	document[name+"_off"] = new Image();
	document[name+"_off"].src = loc+gname+gtype;
	document[name+"_over"] = new Image();
	document[name+"_over"].src = loc+gname+"_over"+gtype;
	}
}

function evs(name){ return " onmouseover=\"turn_over('"+ name + "')\" onmouseout=\"turn_off('"+ name + "')\""}

function writeButton(urld, url, name, w, h, alt, target, hsp)
{
	gname = name;
	while(typeof(document[name])!="undefined") name += "x";
	reg(gname, name);
	tr(true);
	document.write("<td>");
	if (alt != "") alt = " alt=\"" + alt + "\"";
	if (target != "") target = " target=\"" + target + "\"";
	if (w > 0) w = " width=\""+w+"\""; else w = "";
	if (h > 0) h = " height=\""+h+"\""; else h = "";	
	if (url != "") url = " href=\"" + urld + url + "\"";
	
	document.write("<a " + url + evs(name) + target + ">");	
	
	if (hsp == -1) hsp =" align=\"right\"";
	else if (hsp > 0) hsp = " hspace=\""+hsp+"\"";
	else hsp = "";
	
	document.write("<img src=\""+loc+gname+gtype+"\" name=\"" + name + "\"" + w + h + alt + hsp + " border=\"0\" /></a></td>");
	tr(false);
}

