/* Boomer Life network
	(C) copyright 2008-09, Boomer Media
	Hidden statements uniquely copyright this work.
	Aspects of these methods are protected by patent-pending.
   Unique ontology of members.
*/
if (!window['t_dir']) t_dir ='tall';
var tearnlifex ="Life Network";
var t_lifex =[	
  ['search.tearn.com','search','robot',1],
  ['a.tearn.com','A channels','Bob',1],
  ['b.tearn.com','B channels','Bob',1],
  ['ce.tearn.com','connected gear','George',1], 
  ['foods.tearn.com','gourmet foods','Ferris',1],
  ['games.tearn.com','games channels','Bob',1],
  ['m.tearn.com','M channels','Phil',1],
  ['media.tearn.com','media-Top1000','Dash',1],
  ['mf.tearn.com','mod fashions','Phil',1],
  ['ms.tearn.com','motor sports','Phil',1],
  ['bf.tearn.com','my Other bf is...','Amanda',1],
  ['gf.tearn.com','my Other gf is...','Derek',1],
  ['n.tearn.com','N channels','Phil',1],
  ['p.tearn.com','P channels','Dan',1],
  ['r.tearn.com','R channels','Ferris',0],
  ['s.tearn.com','S channels','Derek',1],
  ['slo.tearn.com','SLO network','Ferris',1],
  ['sw.tearn.com','software platforms','George',1], 
  ['t.tearn.com','T channels','Phil',1],
  ['tv.tearn.com','TV channels','Amanda',1],
  ['twitter.tearn.com','twitter-Top1000','Dash',1],
  ['u.tearn.com','U channels','Bob',1], 
  ['usa.tearn.com','USA travels','Bob',1], 
  ['vc.tearn.com','VC channels','Dash',1], 
  ['w.tearn.com','W channels','Tom',1], 
  ['x.tearn.com','X channels','Tom',1], 
  ['me.tearn.com','partners','Dash',1]
 ];

function twritelifex() {
	if (t_dir=='wide') {
		document.write('<div align="center"><b>' +tearnlifex +' </b>');
		for (var i in t_lifex) { if (t_lifex[i][3]>0)
			document.write('| <a href="http://' +t_lifex[i][0] +'">' 
				+t_lifex[i][1] +'</a> ');
			}
		document.write('|</div>');
		}
	else {
		document.write('<ul>');
		for (var i in t_lifex) { if (t_lifex[i][3]>0)
			document.write('<li><a href="http://' +t_lifex[i][0] +'">' 
				+t_lifex[i][1] +'</a></li>');
			}
		document.write('</ul>');
		}
	t_dir ='wide';
	}
 twritelifex();

