 |
 |
 |
 |
 |

|
");
else
{
new_galleriesArray = new Array();
new_galleriesArray = sortGalleriesArray(galleriesArray);
// print out galleriesArray
for(i = 0; i < new_galleriesArray.length; i++)
{
this_gallery = new_galleriesArray[i];
this_gallery_prv = this_gallery.split(":");
this_gallery_info = eval(this_gallery_prv[0]);
this_gallery_info = this_gallery_info.split(":");
document.write('');
document.write(''+this_gallery_info[6]+' | ');
document.write(''+this_gallery_prv[1]+' | ');
document.write(''+this_gallery_info[0]+' | ');
document.write('
');
}
}
 |
|