%@LANGUAGE="JAVASCRIPT"%> <% var Top20__MMColParam = "Yes"; if (String(Request("MM_EmptyValue")) != "undefined" && String(Request("MM_EmptyValue")) != "") { Top20__MMColParam = String(Request("MM_EmptyValue")); } %> <% var Top20 = Server.CreateObject("ADODB.Recordset"); Top20.ActiveConnection = MM_CapComDb_STRING; Top20.Source = "SELECT * FROM Top20 WHERE Visible = "+ Top20__MMColParam.replace(/'/g, "''") + " ORDER BY Rank ASC"; Top20.CursorType = 0; Top20.CursorLocation = 2; Top20.LockType = 1; Top20.Open(); var Top20_numRows = 0; %> <% var Repeat1__numRows = -1; var Repeat1__index = 0; Top20_numRows += Repeat1__numRows; %> <% var MM_paramName = ""; %> <% // *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters // create the list of parameters which should not be maintained var MM_removeList = "&index="; if (MM_paramName != "") MM_removeList += "&" + MM_paramName.toLowerCase() + "="; var MM_keepURL="",MM_keepForm="",MM_keepBoth="",MM_keepNone=""; // add the URL parameters to the MM_keepURL string for (var items=new Enumerator(Request.QueryString); !items.atEnd(); items.moveNext()) { var nextItem = "&" + items.item().toLowerCase() + "="; if (MM_removeList.indexOf(nextItem) == -1) { MM_keepURL += "&" + items.item() + "=" + Server.URLencode(Request.QueryString(items.item())); } } // add the Form variables to the MM_keepForm string for (var items=new Enumerator(Request.Form); !items.atEnd(); items.moveNext()) { var nextItem = "&" + items.item().toLowerCase() + "="; if (MM_removeList.indexOf(nextItem) == -1) { MM_keepForm += "&" + items.item() + "=" + Server.URLencode(Request.Form(items.item())); } } // create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL + MM_keepForm; if (MM_keepBoth.length > 0) MM_keepBoth = MM_keepBoth.substring(1); if (MM_keepURL.length > 0) MM_keepURL = MM_keepURL.substring(1); if (MM_keepForm.length > 0) MM_keepForm = MM_keepForm.substring(1); %>
Top 20 GrownUpSAC photographs
I did try to be impartial in selecting this list. I don't think I entirely succeeded. I'll try and update the list as I get new and better pictures.
If you think there's a photo on this site that should be here then mail me the url with a description of why you like it and I'll stick it in.
<% Top20.Close(); %>