/* Copyright (c) 2001-2012 Hot Neuron LLC.  See http://MagPortal.com/help/free_feeds/license.html */
function i_101(mag,magurl,pubdate,auth,title,desc,id,num_sim)
	{
	this.m = mag
	this.mu = magurl
	this.pd = pubdate
	this.a = auth
	this.t = title
	this.d = desc
	this.i = id
	this.s = num_sim
	}
a_101 = new Array(
new i_101("IEEE Spectrum","http://www.spectrum.ieee.org/","April 2011","Lawrence Ulrich","Top 10 Tech Cars 2011","Automakers double down on technology.","437186","578"),
new i_101("Lucire","http://www.lucire.com/","February 20, 2011","","The spirit of 2002","No, not the year: Jack Yan tries to find if any of BMW&#39;s diesel coupes recapture the essence of the company&#39;s famed 2002 range of the 1970s","434341","34"),
new i_101("BusinessWeek","http://businessweek.com/","January 27, 2011","","Growth Engines","Barrett-Jackson sales have bounced back since the financial crisis.","432979","153"))
function c_101(c,t)
	{
	return c == '' ? t : '<FONT COLOR="'+c+'">'+t+'</FONT>'
	}
function l_101(c,u,t,w)
	{
	return '<A HREF="'+u+'"'+w+'>'+c_101(c,t)+'</A>'
	}
function mpfmt_101(max_articles,new_win,detail,left_width,bgcolor,font_ctrl,text_color,mag_color,title_color,mark_color,sim_color)
	{
	var c='http://MagPortal.com/cgi/'
	var ts='<TABLE CELLPADDING=0 BORDER=0 CELLSPACING='
	var fb=font_ctrl=='' ? '' : '<FONT '+font_ctrl+'>'
	var fe=fb=='' ? '' : '</FONT>'
	var n=max_articles<a_101.length ? max_articles : a_101.length
	var w=new_win ? ' TARGET="_blank"' : ' TARGET="_top"'
	var r

	left_width = detail=='full' ? ' WIDTH='+left_width : ''
	r = ts+'0 WIDTH="100%" BGCOLOR="'+bgcolor+'"><TR><TD>'+ts+'2 WIDTH="100%">\n'
	for (var i=0; i<n; ++i)
		{
		r+='<TR VALIGN=baseline>'
		r+='<TD'+left_width+'>'

		if (i==0 && detail!='full')
			{
			r+=ts+'0 ALIGN=right><TR><TD ALIGN=center>'+fb+'<B>'
			r+=c_101(text_color,'&nbsp;News&nbsp;Powered&nbsp;by&nbsp;')
			r+=l_101(title_color,'http://MagPortal.com/','MagPortal.com',w)+'&nbsp;'
			r+='</B>'+fe+'</TD></TR></TABLE>'
			}

		r+=fb+l_101(mag_color,a_101[i].mu,a_101[i].m,w)
		if (detail!='full')
			r+= ' '
		else
			{
			var da=a_101[i].pd=='' ? '' : '<BR>'+a_101[i].pd
			da+=a_101[i].a=='' ? '' : '<BR>'+a_101[i].a
			r+=c_101(text_color,da)+fe+'</TD><TD>'

			if (i==0)
				{
				r+=ts+'1 ALIGN=right><TR><TD ALIGN=center>'+fb+'<B>'
				r+=c_101(text_color,'&nbsp;News&nbsp;Powered&nbsp;by&nbsp;')
				r+='<BR>'
				r+='&nbsp;'+l_101(title_color,'http://MagPortal.com/','MagPortal.com',w)+'&nbsp;'
				r+='</B>'+fe+'</TD></TR></TABLE>'
				}

			r+=fb
			}
 		r+=l_101(title_color,'http://MagPortal.com/nr/rdir.php?w='+a_101[i].i,a_101[i].t,w)
		if (detail!='little') r+=' '+c_101(text_color,a_101[i].d) 
		r+=' '+l_101(mark_color,c+'myart.cgi?w='+a_101[i].i,'[mark]',w) 
		if (a_101[i].s>0) r+=' '+l_101(sim_color,c+'sim.cgi?w='+a_101[i].i,'[similar]',w)
		r+=fe+'</TD></TR>\n'
		}
	r+='<TR><TD COLSPAN=2 ALIGN=center>'+fb+'<I>'+c_101(text_color,'Get '+l_101(title_color,'http://MagPortal.com/c/ent/cars/','more articles',w)+' or a '+l_101(title_color,c+'feed_request.cgi?c=101','free feed',w)+' for your web site.')+'</I>'+fe+'</TD></TR>\n'
	r+='</TABLE></TD></TR></TABLE>'
	return r
	}

