function TableSawJigAds(){
	var i;
	var Ad_List = new Array();
	
	Ad_List[0]  = ''; 												
		
	Ad_List[1]  = '<tr><td width="200" align="center" valign="bottom">'; 												
	Ad_List[1] += '	<a href="http://www.bobsplans.com/Ads/AdServer.php'; 												
	Ad_List[1] += '	?AdID=A30F-EMB-RKLR-TENONJIG';
	Ad_List[1] += '	&CID="Rockler" target="new">';
	Ad_List[1] += '	<img src="../../Images/Ads160w/TenonJig-160x160.jpg" alt="Tenon Jig" border=0"></a>';
	Ad_List[1] += '</td>';
	Ad_List[1] += '<td width="500" align="left" valign="middle">'; 												
	Ad_List[1] += ' <b>Precision Tenon Jig</b>- For precision work on your table saw, this heavy duty tenon jig is your';
	Ad_List[1] += ' best choice. The adjustable back stop will support stock from 0 degrees to 45 degrees. ';
	Ad_List[1] += ' The width of the cut is controlled with a fine-threaded adjustment knob. ';
	Ad_List[1] += ' Constructed of cast iron and steel.<br /><br />';
												
		
	Ad_List[2]  = '<tr><td width="200" align="center" valign="bottom">'; 												
	Ad_List[2] += '	<a href="http://www.bobsplans.com/Ads/AdServer.php'; 												
	Ad_List[2] += '	?AdID=B21G-EMB-TAPERJIG&CID=Rockler';
	Ad_List[2] += '	&CID=Rockler" target="new">';
	Ad_List[2] += '	<img src="../../Images/Ads160w/TaperJig160x120.jpg" alt="Taper Jig" border=0"><br /><font size="-1">';
	Ad_List[2] += '	Click Here</font></a>';
	Ad_List[2] += '</td>';
	Ad_List[2] += '<td width="500" align="left" valign="middle">'; 												
	Ad_List[2] += '	<b>Taper Jig -</b> This tool makes taper cutting easy and accurate. Cut tapers up to 3" per foot/15º slope. ';
	Ad_List[2] += '		Graduated metal scale makes it easy to cut tapers at desired angles. Easy to use and easy to adjust. ';
	Ad_List[2] += '		Offers measurements in degrees and inches per foot of taper. Works on either side of the fence. <br /><br />';
 	Ad_List[2] += '</td></tr>'; 												
		
	Ad_List[3]  = '<tr><td width="200" align="center" valign="bottom">'; 												
	Ad_List[3] += '	<a href="http://www.bobsplans.com/Ads/AdServer.php'; 												
	Ad_List[3] += '	?AdID=J14G-EMB-RKLR-SLED';
	Ad_List[3] += '	&CID=Rockler" target="new">';
	Ad_List[3] += '	<img src="../../Images/Ads160w/Rklr-Sled160x160.jpg" alt="Rockler Sled" border=0"><br /><font size="-1">';
	Ad_List[3] += '	Click Here</font></a>';
	Ad_List[3] += '</td>';
	Ad_List[3] += '<td width="500" align="left" valign="middle">'; 												
	Ad_List[3] += '	<b>Rockler Table Saw Sled - </b>This Crosscut Sled features a large protractor scale way out at the ';
	Ad_List[3] += '	end of the fence, allowing you to precisely tune your angles for air-tight miters and crosscuts. ';
	Ad_List[3] += '	Easy-to-read 1/2° graduations and a hair-line indicator ensure error-free setups. Heavy-duty aluminum  ';
	Ad_List[3] += '	fence features a sliding flip-down stop. Spring-loaded ball bearings in the miter bar are adjustable for ';
 	Ad_List[3] += '	a no-slop fit to the track and smooth, accurate cuts.';
 	Ad_List[3] += '</td></tr>'; 												
		
	
	document.write('<table width="800" align="center" cellpadding="5">');
	for(i in Ad_List){
		document.write(Ad_List[i]);
	}
	document.write('</table>');


}








