//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]="Create Digital Media";
csssrc[csssrc.length]="http://www.cssdrive.com/newgallery/createdm.jpg";
cssurl[cssurl.length]="http://www.cssdrive.com/index.php/main/galleryitem/create_digital_media/";
csscomments[csscomments.length]=0;

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

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

csstitles[csstitles.length]="Orca Bay Seafood";
csssrc[csssrc.length]="http://www.cssdrive.com/newgallery/orcabayseafoods.jpg";
cssurl[cssurl.length]="http://www.cssdrive.com/index.php/main/galleryitem/orca_bay_seafood/";
csscomments[csscomments.length]=0;

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

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



