<!-- Hide from old browsers
var f=1;
var CD=new Array();

CD[f++]="B0006B9838";
CD[f++]="B0000DGDMZ";
CD[f++]="B000065UMV";
CD[f++]="B00006CJPB";
CD[f++]="B0009GX2GY";
CD[f++]="B00004XP5K";
CD[f++]="B000620NEK";
CD[f++]="B00005JT7M";
CD[f++]="B00013UHUO";
CD[f++]="B000005RST";
CD[f++]="B000002U6E";
CD[f++]="B0000C7PQK";
CD[f++]="B000000WC1";
CD[f++]="B00003XB8K";
CD[f++]="B00005OMTT";
CD[f++]="B00005OM9O";
CD[f++]="B000001GBJ";
CD[f++]="B00000I609";
CD[f++]="B000001ES4";
CD[f++]="B000060O30";
CD[f++]="B0007GAEVC";
CD[f++]="B00005J9UN";
CD[f++]="B000001FJZ";
CD[f++]="B000002J7U";
CD[f++]="B0000C83XI";
CD[f++]="B000CR8RLK";
CD[f++]="B0001DMW84";
CD[f++]="B000FCUVQ6";

var i = 1;
var DVD=new Array();
DVD[i++]='B00004Z1FE';
DVD[i++]='1567302238';
DVD[i++]='B0002W4TOO';
DVD[i++]='B00005RYKV';
DVD[i++]='B00000JS6H';
DVD[i++]='B000051S64';
DVD[i++]='B000051S63';
DVD[i++]='B00006RSJX';
DVD[i++]='B0007GADXQ';
DVD[i++]='B00004YKR3';
DVD[i++]='B000059WU8';
DVD[i++]='B00006BS7S';
DVD[i++]='B0000Y2RZW';
DVD[i++]='B00005RIIC';
DVD[i++]='6305835241';
DVD[i++]='B00006AUG0';
DVD[i++]='B000AYYVME';
DVD[i++]='B000BTC5LW';
DVD[i++]='B00004ZET8';
DVD[i++]='B000286RKW';
DVD[i++]='B00003CXAA';
DVD[i++]='B0001NBNB6';
DVD[i++]='B0007Y08MY';
DVD[i++]='B0007Y08NI';
DVD[i++]='0792833198';
DVD[i++]='B00028HBKM';
DVD[i++]='B00003CX95';
DVD[i++]='B00003CYJ4';

var i = 1;
var BOOK=new Array();
BOOK[i++]='8432216054';
BOOK[i++]='3822819158';
BOOK[i++]='3822834408';
BOOK[i++]='3822812048';
BOOK[i++]='3822829129';
BOOK[i++]='3822829293';
BOOK[i++]='3822835846';
BOOK[i++]='3822825573';
BOOK[i++]='3822860387';
BOOK[i++]='0789312042';
BOOK[i++]='3822816272';
BOOK[i++]='0471949353';

//this function fills the products table depending on 'what' you pass to it ;)
function doTable(what)
{
   switch(what){
   case "CD":
	   document.write('<!--CDs-->');
	   for (i=1; i<CD.length; i++)
	   {
     	      
     	      document.write('<iframe src="http://rcm.amazon.com/e/cm?t=literatfromtheso&o=1&p=8&l=as1&asins=' + CD[i] +  '&fc1=000000&lc1=3366CC&bc1=ffffff&lt1=main&nou=1&IS2=1&bg1=ffffff&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>');
	      if (i%4==0 && i!=0) 
		      {
		      document.write('<br><br><br><br>')
		      }
              else
              	      {
              	      document.write(' &nbsp; &nbsp; &nbsp;')
              	      }

	   }
	   document.write('<!--/CDs-->');
	break;

   case "DVD":
	   document.write('<!--DVDs-->');
	   for (i=1; i<DVD.length; i++)
	   {
     	      
     	      document.write('<iframe src="http://rcm.amazon.com/e/cm?t=literatfromtheso&o=1&p=8&l=as1&asins=' + DVD[i] +  '&fc1=000000&lc1=3366CC&bc1=ffffff&lt1=main&nou=1&IS2=1&bg1=ffffff&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>');
	      if (i%4==0 && i!=0) 
		      {
		      document.write('<br><br><br><br>')
		      }
              else
              	      {
              	      document.write(' &nbsp; &nbsp; &nbsp;')
              	      }

	   }
	   document.write('<!--/DVDs-->');
	break;

     case "BOOK":
  	   document.write('<!--BOOKS-->');
  	   for (i=1; i<BOOK.length; i++)
  	   {
       	      
       	      document.write('<iframe src="http://rcm.amazon.com/e/cm?t=literatfromtheso&o=1&p=8&l=as1&asins=' + BOOK[i] +  '&fc1=000000&lc1=3366CC&bc1=ffffff&lt1=main&nou=1&IS2=1&bg1=ffffff&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>');
  	      if (i%4==0 && i!=0) 
  		      {
  		      document.write('<br><br><br><br>')
  		      }
                else
                	      {
                	      document.write(' &nbsp; &nbsp; &nbsp;')
                	      }
  
  	   }
  	   document.write('<!--/BOOKS-->');
  	break;

  }
}
// -->
