//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]="My Favorite Thing";
csssrc[csssrc.length]="http://cssdrive.com/newgallery/myfavoritething.jpg";
cssurl[cssurl.length]="http://www.cssdrive.com/index.php/main/galleryitem/my_favorite_thing/";
csscomments[csscomments.length]=0;

csstitles[csstitles.length]="Hand Crafted CSS";
csssrc[csssrc.length]="http://cssdrive.com/newgallery/handcraftedcss.jpg";
cssurl[cssurl.length]="http://www.cssdrive.com/index.php/main/galleryitem/hand_crafted_css/";
csscomments[csscomments.length]=1;

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

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

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

csstitles[csstitles.length]="Utah Travel";
csssrc[csssrc.length]="http://cssdrive.com/newgallery/utah.jpg";
cssurl[cssurl.length]="http://www.cssdrive.com/index.php/main/galleryitem/utah_travel/";
csscomments[csscomments.length]=3;


