

function snapshots() {
var iLoop = 0;
var iImages = "/images/";
var iIcon = new Array;
var iMetaTag = new Array;
var iLink = new Array;
var iVerbiage = new Array;
var iLinkText = new Array;
var iIx = -1;

//var iIx = iIx + 1;
//iIcon[iIx] = "cal-important.gif";
//iMetaTag[iIx] = "Vote 2007";
//iLink[iIx] =  "href=\"/vote\"";
//iVerbiage[iIx] = "2007 [ELECTION RESULTS] are now available.";

//var iIx = iIx + 1;
//iIcon[iIx] = "cal-school.gif";
//iMetaTag[iIx] = "Young Writers";
//iLink[iIx] =  "href=\"/youngwriters\"";
//iVerbiage[iIx] = "[Young Writers]! We welcome your stories. You write \'em; we\'ll publish \'em.";

//var iIx = iIx + 1;
//iIcon[iIx] = "cal-money.gif";
//iMetaTag[iIx] = "Garage Sales";
//iLink[iIx] =  "href=\"/forum/viewforum.php?f=10&sid=2db449fb225eb1d78a2e1d28145699be\"";
//iVerbiage[iIx] = "[Garage Sale] season is here! Check them out, or post yours for free.";


var iIx = iIx + 1;
iIcon[iIx] = "cal-school.gif";
iMetaTag[iIx] = "School Closings";
iLink[iIx] =  'href="http://www.clickondetroit.com/closings/index.html"' + ' target="_blank"';
iVerbiage[iIx] = "Is your school having a snow day? [Find out here]!";

var iIx = iIx + 1;
iIcon[iIx] = "cal-money.gif";
iMetaTag[iIx] = "Salsaritas Sweepstakes!";
iLink[iIx] =  'href="http://focusallenpark.com/businesses/salsaritas/"';
iVerbiage[iIx] = "Get $2 off your order when you [Register to WIN $500 in catering services from Salsaritas Fresh Cantina]!";

/* var iIx = iIx + 1;
iIcon[iIx] = "cal-holiday.gif";
iMetaTag[iIx] = "Lighted Christmas Parade";
iLink[iIx] =  'href="http://www.focusallenpark.com/faces_places/month.php?yymm=0911&g=2&pagenum=1"';
iVerbiage[iIx] = "Check out the [photos from the Lighted Christmas Parade]!";
*/

var iIx = iIx + 1;
iIcon[iIx] = "cal-money.gif";
iMetaTag[iIx] = "Saveland";
iLink[iIx] =  'href="http://focusallenpark.com/businesses/saveland/saveland_weeklyspecial.php"' + ' target="_blank"';
iVerbiage[iIx] = "Fresh [weekly specials from Saveland] every Monday!";


//var iIx = iIx + 1;
//iIcon[iIx] = "cal-important.gif";
//iMetaTag[iIx] = "Jobs";
//iLink[iIx] =  'href="http://www.cityofallenpark.org/business-application.php"' + ' target="_blank"';
//iVerbiage[iIx] = "[Post your contact info in the Allen Park Job Bank].";

//var iIx = iIx + 1;
//iIcon[iIx] = "cal-pets.gif";
//iMetaTag[iIx] = "Pet adoptions";
//iLink[iIx] =  'href="http://www.petfinder.com/search/search.cgi?pet.Animal=Dog&pet.Breed=&pet.Age=&pet.Size=&pet.Sex=&location=48101"' + ' target="_blank"';
//iVerbiage[iIx] = "[Find adoptable pets] in and around Allen Park.";


//var iIx = iIx + 1;
//iIcon[iIx] = "cal-money.gif";
//iMetaTag[iIx] = "Recession Buster!";
//iLink[iIx] =  "href=\"mailto:recessionbuster@focuscommunities.com?subject=Recession Buster\"";
//iVerbiage[iIx] = "Tough economy? Get your business spotted on FocusALLENPARK.com for about $2 a month! [Ask how].";

//var iIx = iIx + 1;
//iIcon[iIx] = "cal-important.gif";
//iMetaTag[iIx] = "Help Wanted";
//iLink[iIx] =  "href=\"mailto:opps@focuscommunities.com?subject=Opportunity inquiry\"";
//iVerbiage[iIx] = "Expanding Focus Communities needs full- and part-time help in sales, community skills, web skills. No experience necessary; will train. [Email us now.]";

//var iIx = iIx + 1;
//iIcon[iIx] = "cal-school.gif";
//iMetaTag[iIx] = "AHPS Rededication Slide Show";
//iLink[iIx] =  "href=\"/schools/aphs-thenandnow.pps\"";
//iVerbiage[iIx] = "View the slide presentation [Then and Now] that was shown at redidcation at APHS. Thanks English teacher, Amy West, for sharing!";

//
// All SNAPSHOTS are above this point...posting application follows.
//

for (iLoop = 0; iLoop <= iIx; iLoop++)
{
var NewVbg = iVerbiage[iLoop].replace("[","<a " + iLink[iLoop] + ">");
var FinalVbg = NewVbg.replace("]","</a>");									   
document.write('<tr bordercolor="#CCCC99" bgcolor="#F6F6F2">');
document.write('    <td width="26" valign="top"><a ' + iLink[iLoop] + '><img src="http://www.focuscommunities.com' + iImages + iIcon[iLoop] + '" alt="' + iMetaTag[iLoop] +'" width="26" height="27" border="0"></a></td>');
document.write('    <td valign="top" bordercolor="#CCCC99" class="BodySmall LinkOff">' + FinalVbg + '</td>');
//document.write('   <td>');
			   
//document.write('   	<table border="0" cellspacing="0" cellpadding="0">');
//document.write('          <tr>');
//document.write('            <td width="15" align="right" valign="top"><img src="images/corner01_tr.gif" width="15" height="15"></td>');
//document.write('          </tr>');
//document.write('          <tr>');
//document.write('            <td align="right" valign="bottom"><img src="images/corner01_br.gif" width="15" height="15"></td>');
//document.write('          </tr>');
//document.write('    </table>');		   
//document.write('   </td>');
document.write('</tr>');

}
}
