/* Copyright (c) 2001-2012 Hot Neuron LLC.  See http://MagPortal.com/help/free_feeds/license.html */
function i_100(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_100 = new Array(
new i_100("Lucire","http://www.lucire.com/","January 1, 2012","","BMW X5: power ranger","Great for the school run and full of practicality? The X5 may well be those things, but, as Jack Yan discovers, BMW has given this turbodiesel SUV a welcome surprise","455126","28"),
new i_100("Lucire","http://www.lucire.com/","October 25, 2011","","BMW 650i Cabriolet: an instant classic","The 650i Cabrio may have a throaty V8 with over 400 PS on tap, but it&#39;s foremost a style proposition that&#39;s ideal for summer, writes Jack Yan","451718","21"),
new i_100("Lucire","http://www.lucire.com/","October 18, 2011","","Playing a more sensible game","Turn on the ignition, and the Mini Cooper D sounds Germanic and sensible. That is, until you open it up on a tricky mountain road, says Jack Yan","451222","28"))
function c_100(c,t)
	{
	return c == '' ? t : '<FONT COLOR="'+c+'">'+t+'</FONT>'
	}
function l_100(c,u,t,w)
	{
	return '<A HREF="'+u+'"'+w+'>'+c_100(c,t)+'</A>'
	}
function mpfmt_100(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_100.length ? max_articles : a_100.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_100(text_color,'&nbsp;News&nbsp;Powered&nbsp;by&nbsp;')
			r+=l_100(title_color,'http://MagPortal.com/','MagPortal.com',w)+'&nbsp;'
			r+='</B>'+fe+'</TD></TR></TABLE>'
			}

		r+=fb+l_100(mag_color,a_100[i].mu,a_100[i].m,w)
		if (detail!='full')
			r+= ' '
		else
			{
			var da=a_100[i].pd=='' ? '' : '<BR>'+a_100[i].pd
			da+=a_100[i].a=='' ? '' : '<BR>'+a_100[i].a
			r+=c_100(text_color,da)+fe+'</TD><TD>'

			if (i==0)
				{
				r+=ts+'1 ALIGN=right><TR><TD ALIGN=center>'+fb+'<B>'
				r+=c_100(text_color,'&nbsp;News&nbsp;Powered&nbsp;by&nbsp;')
				r+='<BR>'
				r+='&nbsp;'+l_100(title_color,'http://MagPortal.com/','MagPortal.com',w)+'&nbsp;'
				r+='</B>'+fe+'</TD></TR></TABLE>'
				}

			r+=fb
			}
 		r+=l_100(title_color,'http://MagPortal.com/nr/rdir.php?w='+a_100[i].i,a_100[i].t,w)
		if (detail!='little') r+=' '+c_100(text_color,a_100[i].d) 
		r+=' '+l_100(mark_color,c+'myart.cgi?w='+a_100[i].i,'[mark]',w) 
		if (a_100[i].s>0) r+=' '+l_100(sim_color,c+'sim.cgi?w='+a_100[i].i,'[similar]',w)
		r+=fe+'</TD></TR>\n'
		}
	r+='<TR><TD COLSPAN=2 ALIGN=center>'+fb+'<I>'+c_100(text_color,'Get '+l_100(title_color,'http://MagPortal.com/c/home/auto/','more articles',w)+' or a '+l_100(title_color,c+'feed_request.cgi?c=100','free feed',w)+' for your web site.')+'</I>'+fe+'</TD></TR>\n'
	r+='</TABLE></TD></TR></TABLE>'
	return r
	}

