var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Recent weddings
";
arnews[0] += "Click here to see a list by date of area couples who recently married. Click the couples' names to see their wedding or engagement announcements.";
arnews[0] += "
Publ.Date : Sun, 27 Sep 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Recent weddings
";
arnews[1] += "Click here to see a list by date of area couples who recently married. Click the couples' names to see their wedding or engagement announcements.";
arnews[1] += "
Publ.Date : Sun, 20 Sep 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Recent weddings
";
arnews[2] += "Click here to see a list by date of area couples who recently married. Click the couples' names to see their wedding or engagement announcements.";
arnews[2] += "
Publ.Date : Sun, 13 Sep 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Recent weddings
";
arnews[3] += "Click here to see a list by date of area couples who recently married. Click the couples' names to see their wedding or engagement announcements.";
arnews[3] += "
Publ.Date : Sun, 06 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Up next: San Diego Music Awards
";
arnews[4] += "See video from 2008's SDMAs below. The 2009 San Diego Music Awards nominees have been announced.";
arnews[4] += "
Publ.Date : Wed, 02 Sep 2009 15:50:25 GMT";
arnews[4] += "
";
arnews[5]="Recent weddings
";
arnews[5] += "Click here to see a list by date of area couples who recently married. Click the couples' names to see their wedding or engagement announcements.";
arnews[5] += "
Publ.Date : Sun, 30 Aug 2009 07:00:00 GMT";
arnews[5] += "
";
totcount = 6;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("