Wednesday Night Partly cloudy skies during the evening will give way to cloudy skies overnight. Low 71F. Winds SE at 5 to 10 mph. '; if ($(content).html() == "") { row = ''; } return row; }; if (typeof oResponse.next_url == 'undefined') { // URL supplied is no good. Revert to original URL sNextUrl = sOriginURL; } else { sNextUrl = scrubURL(oResponse.next_url); } // Manage response if (typeof oResponse.assets != 'undefined' && oResponse.assets.length > 0) { // Remove old more data $("#infinite-more").remove(); // Build infinity set $.each(oResponse.assets, function(index) { if (index == 1 && sOriginID == null) { sOriginID = oResponse.assets[0].id; } // Display assets once origin is found if (bFoundOrigin == true) { if (this.id == sOriginID) { bInfiniStop = true;