//csstitles[]= array containing the title of the Gallery site
//csssrc[]= array containing the image path of the Gallery thumbnail
//cssurl[]= array containing the URL of the Gallery site page
//csscomments[]= array containing the # of comments for this Gallery site
//Total gallery sites in feed: 6. Call  "csstitles.length" to find out on the fly.
//Default width of thumbnail: 174px. Height: 146px

var csstitles=new Array();
var csssrc=new Array();
var cssurl=new Array();
var csscomments=new Array();


csstitles[csstitles.length]="Paravel";
csssrc[csssrc.length]="http://cssdrive.com/newgallery/paravelinc.jpg";
cssurl[cssurl.length]="http://www.cssdrive.com/index.php/main/galleryitem/paravel/";
csscomments[csscomments.length]=0;

csstitles[csstitles.length]="Jaredigital";
csssrc[csssrc.length]="http://cssdrive.com/newgallery/jaredigital.jpg";
cssurl[cssurl.length]="http://www.cssdrive.com/index.php/main/galleryitem/jaredigital/";
csscomments[csscomments.length]=0;

csstitles[csstitles.length]="Total Body Care";
csssrc[csssrc.length]="http://cssdrive.com/newgallery/totalbodycare.jpg";
cssurl[cssurl.length]="http://www.cssdrive.com/index.php/main/galleryitem/total_body_care/";
csscomments[csscomments.length]=0;

csstitles[csstitles.length]="31 Three";
csssrc[csssrc.length]="http://www.cssdrive.com/newgallery/31three.jpg";
cssurl[cssurl.length]="http://www.cssdrive.com/index.php/main/galleryitem/31_three/";
csscomments[csscomments.length]=4;

csstitles[csstitles.length]="Anton D Peck";
csssrc[csssrc.length]="http://cssdrive.com/newgallery/antonpeck.jpg";
cssurl[cssurl.length]="http://www.cssdrive.com/index.php/main/galleryitem/anton_d_peck/";
csscomments[csscomments.length]=1;

csstitles[csstitles.length]="Formoda";
csssrc[csssrc.length]="http://cssdrive.com/newgallery/formoda.jpg";
cssurl[cssurl.length]="http://www.cssdrive.com/index.php/main/galleryitem/formoda/";
csscomments[csscomments.length]=1;


