function rndNews()
{

	var newsOpen = "<tr><td valign='top' class='sidetext' style='border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204)'>";
	var newsClose = "</td></tr>";
 var news0 = newsOpen+"<table width='97%' border='0' align='right'><tbody><tr><td valign='top' width='113'><img alt='Chris Lord-Alge' src='../images/chris_lord_alge.jpg' align='left' style='border-right: 1px solid rgb(204, 204, 204); border-top: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204)' height='77' width='100'></td><td width='625' valign='top'><span class='strong'>Inward Connections Vac Rac TSL-3 Stereo Tube Limiter</span><br>&quot;Inward Connections limiters are kind of like old Fairchilds. They have two knobs and one setting: stun. You just insert and go.&quot; <em>- Chris Lord-Alge</em><p><a href='inward-connections.html'>More information</a></p></td></tr><tr><td colspan='2' valign='top'><img src='../images/hr2.gif' alt='' border='0' height='1' hspace='0' vspace='10' width='736'></td></tr><tr><td valign='top'><img alt='Butch Vig' src='../images/butch_vig.jpg' align='left' style='border-right: 1px solid rgb(204, 204, 204); border-top: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204)' height='77' width='100'></td><td valign='top' ><span class='strong'>Barefoot Sound MicroMain27</span><br>&quot;The MicroMain 27's sound amazing! I feel like I'm listening to the music, not the speakers, and I can hear everything from top to bottom with incredible detail. There are no surprises when the mixes leave my studio, and they translate extremely well to the real world.&quot; - <em>Butch Vig</em><p><a href='barefoot-sound.html'>More information</a></p></td></tr></tbody></table>"+newsClose;

 var news1 = newsOpen+"<table width='97%' border='0' align='right'><tbody><tr><td valign='top' width='113'><img alt='Michael Brauer' src='../images/michael_brauer_thumb.jpg' align='left' style='border-right: 1px solid rgb(204, 204, 204); border-top: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204)' height='77' width='100'></td><td width='625' valign='top'><span class='strong'>Shadow Hills Industries Mastering Compressor</span><br>&quot;Nobody buy the Shadow Hills Mastering Compressor! Please return yours now. I'm willing to suffer the consequence of being the only one to own that anchor. Yah, it adds a shimmering excitement to multi buss compression by not getting in the way of the internal dynamics I've created... and I do love putting my hands on those big black knobs...but who cares? Just once, I want a great compressor that nobody else can have.&quot; <em>- Michael Brauer</em><p><a href='shadow-hills-industries.html'>More information</a></p></td></tr><tr><td colspan='2' valign='top'><img src='../images/hr2.gif' alt='' border='0' height='1' hspace='0' vspace='10' width='736'></td></tr><tr><td valign='top' width='113'><img alt='Chris Lord-Alge' src='../images/chris_lord_alge.jpg' align='left' style='border-right: 1px solid rgb(204, 204, 204); border-top: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204)' height='77' width='100'></td><td width='625' valign='top'><span class='strong'>Inward Connections Vac Rac TSL-3 Stereo Tube Limiter</span><br>&quot;Inward Connections limiters are kind of like old Fairchilds. They have two knobs and one setting: stun. You just insert and go.&quot; <em>- Chris Lord-Alge</em><p><a href='inward-connections.html'>More information</a></p></td></tr></tbody></table>"+newsClose;



	var bIndex = 0;
	var news= new Array()
	news[0]= news0;
	news[1]= news1;
	


	stID1=Math.round(Math.random()*1);
	bIndex = stID1;
	document.write(news[bIndex]);
}
function dispAltData(itemURL)
{
	return itemURL.substring(itemURL.lastIndexOf('/')+1,itemURL.length);
}

 
function rndMainBanner()
{
	var bIndex = 1;
	var main_banner_ad= new Array(3)
	main_banner_ad[1]="http://m1distribution.com/inward-connections.php";
	main_banner_ad[2]="http://m1distribution.com/barefoot-sound.php";
	main_banner_ad[3]="http://m1distribution.com/shadow-hills-industries.php";
	


	stImgID1=Math.round(Math.random()*2)+1;
	bIndex = stImgID1;
	document.write("<a href="+main_banner_ad[bIndex]+" border=0 target='_top'><IMG src='http://m1distribution.com/banners/main_banner_ad"+bIndex+".jpg' alt='"+dispAltData(main_banner_ad[bIndex])+"' name=main_banner_ad width=744 height=250 border=0></a>\n");
} 
