Soenneker.Blazor.Utils.ResourceLoader 3.0.1485

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.ResourceLoader --version 3.0.1485
                    
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 3.0.1485
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.Utils.ResourceLoader" Version="3.0.1485" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.ResourceLoader" Version="3.0.1485" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Blazor.Utils.ResourceLoader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Blazor.Utils.ResourceLoader --version 3.0.1485
                    
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 3.0.1485"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Blazor.Utils.ResourceLoader@3.0.1485
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.1485
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.1485
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Utils.ResourceLoader

A Blazor JavaScript interop for dynamically loading scripts, styles, and modules

Overview

The ResourceLoader class is designed to manage the loading and initialization of scripts, styles, and JavaScript modules in a Blazor application. It provides methods to asynchronously load scripts and styles, wait for variables to be available, and manage the lifecycle of JavaScript modules.

It ensures that each resource is only loaded once (through this interop), even with multiple concurrent calls.

Table of Contents

Installation

dotnet add package Soenneker.Blazor.Utils.ResourceLoader

Usage

Loading Scripts

To load a script, use the LoadScript method. It injects the file into the DOM.

await resourceLoader.LoadScript("https://example.com/script.js");

LoadScriptAndWaitForVariable is also available. It waits for a specified JavaScript variable to be available:

await resourceLoader.LoadScriptAndWaitForVariable("https://example.com/script.js", "variableName");

Loading Styles

To load a style, use the LoadStyle method. It injects the file into the DOM.

await resourceLoader.LoadStyle("https://example.com/style.css");

Importing Modules

To import a JavaScript module, use the ImportModule method:

var module = await resourceLoader.ImportModule("moduleName");

You probably want ImportModuleAndWaitUntilAvailable, as that waits until the module is loaded, and accessible:

// 'ResourceLoader' is the name of the export class
var module = await resourceLoader.ImportModuleAndWaitUntilAvailable("Soenneker.Blazor.Utils.ResourceLoader/resourceloader.js", "ResourceLoader");

Waiting for Variables

To wait for a JavaScript variable to be available, use the WaitForVariable method:

await resourceLoader.WaitForVariable("variableName");

Disposing Modules

Be sure to dispose of a module after you're done interacting with it. To dispose of a JavaScript module, use the DisposeModule method:

await resourceLoader.DisposeModule("moduleName");
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (28)

Showing the top 5 NuGet packages that depend on Soenneker.Blazor.Utils.ResourceLoader:

Package Downloads
Soenneker.Blazor.TomSelect

A Blazor interop library for the select user control library, Tom Select

Soenneker.Blazor.FilePond

A Blazor interop library for the file upload library FilePond

Soenneker.Blazor.Masonry

A lightweight, responsive **Blazor** component for Masonry (the cascading grid layout library) — perfect for image grids, cards, and dynamic content.

Soenneker.Blazor.Clarity

A small Blazor interop library that sets up Microsoft Clarity

Soenneker.Blazor.LogJson

A Blazor interop library that logs JSON (like HTTP requests/responses) within the browser

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.1503 7,436 9/9/2025
3.0.1502 503 9/9/2025
3.0.1501 190 9/9/2025
3.0.1500 585 9/9/2025
3.0.1499 1,662 9/6/2025
3.0.1498 411 9/6/2025
3.0.1497 144 9/6/2025
3.0.1496 2,233 9/3/2025
3.0.1495 629 9/3/2025
3.0.1494 867 9/3/2025
3.0.1493 2,380 8/15/2025
3.0.1492 1,277 8/12/2025
3.0.1491 550 8/11/2025
3.0.1490 323 8/11/2025
3.0.1489 614 8/11/2025
3.0.1488 327 8/11/2025
3.0.1487 827 8/11/2025
3.0.1486 1,497 8/6/2025
3.0.1485 998 8/5/2025
3.0.1484 763 8/5/2025
3.0.1483 372 8/5/2025
3.0.1482 1,734 7/23/2025
3.0.1481 1,884 7/9/2025
3.0.1480 506 7/9/2025
3.0.1479 1,918 7/3/2025
3.0.1478 151 7/3/2025
3.0.1477 683 7/1/2025
3.0.1476 630 6/28/2025
3.0.1475 252 6/28/2025
3.0.1474 485 6/28/2025
3.0.1473 367 6/27/2025
3.0.1472 133 6/27/2025
3.0.1471 439 6/27/2025
3.0.1470 3,002 6/11/2025
3.0.1469 802 6/10/2025
3.0.1468 1,749 6/3/2025
3.0.1467 1,045 5/28/2025
3.0.1466 322 5/27/2025
3.0.1465 405 5/27/2025
3.0.1464 357 5/27/2025
3.0.1463 362 5/27/2025
3.0.1462 781 5/27/2025
3.0.1461 1,469 5/23/2025
3.0.1460 510 5/23/2025
3.0.1459 348 5/23/2025
3.0.1458 616 5/22/2025
3.0.1457 430 5/22/2025
3.0.1456 1,221 5/18/2025
3.0.1455 357 5/18/2025
3.0.1454 453 5/18/2025
3.0.1453 965 5/14/2025
3.0.1452 551 5/14/2025
3.0.1451 2,432 5/8/2025
3.0.1450 399 5/8/2025
3.0.1449 400 5/8/2025
3.0.1448 398 5/8/2025
3.0.1447 589 5/7/2025
3.0.1446 529 5/7/2025
3.0.1445 1,379 5/5/2025
3.0.1444 415 5/5/2025
3.0.1443 161 5/5/2025
3.0.1442 281 5/5/2025
3.0.1441 346 5/5/2025
3.0.1440 534 5/5/2025
3.0.1439 482 5/5/2025
3.0.1438 1,010 5/5/2025
3.0.1437 2,864 4/9/2025
3.0.1436 505 4/9/2025
3.0.1435 356 4/9/2025
3.0.1434 327 4/8/2025
3.0.1433 405 4/8/2025
3.0.1432 157 4/8/2025
3.0.1431 179 4/8/2025
3.0.1430 714 4/8/2025
3.0.1429 490 4/8/2025
3.0.1428 253 4/8/2025
3.0.1427 244 4/8/2025
3.0.1426 223 4/8/2025
3.0.1425 248 4/8/2025
3.0.1424 229 4/8/2025
3.0.1423 233 4/8/2025
3.0.1422 251 4/8/2025
3.0.1421 183 4/7/2025
3.0.1420 220 4/7/2025
3.0.1419 179 4/7/2025
3.0.1418 290 4/7/2025
3.0.1417 2,678 4/7/2025
3.0.1416 185 4/7/2025
3.0.1415 1,008 4/7/2025
3.0.1414 171 4/7/2025
3.0.1413 210 4/7/2025
3.0.1412 190 4/7/2025
3.0.1411 882 4/7/2025
3.0.1410 191 4/7/2025
3.0.1409 219 4/7/2025
3.0.1408 166 4/7/2025
3.0.1407 498 4/7/2025
3.0.1406 172 4/7/2025
3.0.1405 488 4/7/2025
3.0.1404 672 4/7/2025
3.0.1403 393 4/7/2025
3.0.1402 448 4/7/2025
3.0.1401 495 4/7/2025
3.0.1400 397 4/6/2025
3.0.1399 367 4/6/2025
3.0.1398 276 4/6/2025
3.0.1397 349 4/6/2025
3.0.1396 604 4/6/2025
3.0.1395 460 4/6/2025
3.0.1394 197 4/6/2025
3.0.1393 263 4/6/2025
3.0.1392 121 4/6/2025
3.0.1391 632 4/6/2025
3.0.1390 113 4/6/2025
3.0.1389 679 4/5/2025
3.0.1388 583 4/5/2025
3.0.1387 206 4/5/2025
3.0.1386 146 4/5/2025
3.0.1385 205 4/5/2025
3.0.1384 248 4/5/2025
3.0.1383 200 4/5/2025
3.0.1382 122 4/5/2025
3.0.1381 316 4/5/2025
3.0.1380 100 4/5/2025
3.0.1379 133 4/5/2025
3.0.1378 137 4/5/2025
3.0.1377 1,410 4/4/2025
3.0.1376 175 4/4/2025
3.0.1375 2,319 4/4/2025
3.0.1374 254 4/4/2025
3.0.1373 475 4/4/2025
3.0.1372 164 4/4/2025
3.0.1371 520 4/3/2025
3.0.1370 653 4/1/2025
3.0.1369 285 4/1/2025
3.0.1368 289 4/1/2025
3.0.1367 164 4/1/2025
3.0.1366 344 4/1/2025
3.0.1365 153 4/1/2025
3.0.1364 456 4/1/2025
3.0.1363 605 4/1/2025
3.0.1362 556 4/1/2025
3.0.1361 297 4/1/2025
3.0.1360 347 4/1/2025
3.0.1359 267 4/1/2025
3.0.1358 444 4/1/2025
3.0.1357 171 4/1/2025
3.0.1356 341 3/31/2025
3.0.1355 171 3/31/2025
3.0.1354 522 3/31/2025
3.0.1353 175 3/31/2025
3.0.1352 664 3/31/2025
3.0.1351 573 3/31/2025
3.0.1350 574 3/29/2025
3.0.1349 262 3/29/2025
3.0.1348 255 3/29/2025
3.0.1347 293 3/29/2025
3.0.1346 95 3/29/2025
3.0.1345 273 3/29/2025
3.0.1344 110 3/29/2025
3.0.1343 831 3/27/2025
3.0.1342 871 3/26/2025
3.0.1341 669 3/25/2025
3.0.1340 602 3/25/2025
3.0.1339 476 3/25/2025
3.0.1338 691 3/25/2025
3.0.1337 472 3/25/2025
3.0.1336 782 3/25/2025
3.0.1335 499 3/25/2025
3.0.1334 1,278 3/22/2025
3.0.1333 267 3/21/2025
3.0.1332 280 3/21/2025
3.0.1331 124 3/21/2025
3.0.1330 354 3/21/2025
3.0.1329 133 3/21/2025
3.0.1328 299 3/21/2025
3.0.1327 529 3/21/2025
3.0.1326 631 3/18/2025
3.0.1325 343 3/18/2025
3.0.1324 272 3/18/2025
3.0.1323 309 3/18/2025
3.0.1322 250 3/18/2025
3.0.1321 160 3/18/2025
3.0.1320 609 3/18/2025
3.0.1319 307 3/18/2025
3.0.1318 161 3/18/2025
3.0.1317 422 3/18/2025
3.0.1316 164 3/18/2025
3.0.1315 603 3/15/2025
3.0.1314 192 3/15/2025
3.0.1313 221 3/15/2025
3.0.1312 89 3/15/2025
3.0.1311 289 3/15/2025
3.0.1310 91 3/15/2025
3.0.1309 449 3/15/2025
3.0.1308 151 3/15/2025
3.0.1307 96 3/15/2025
3.0.1306 1,011 3/12/2025
3.0.1305 355 3/12/2025
3.0.1304 337 3/12/2025
3.0.1303 173 3/12/2025
3.0.1302 307 3/12/2025
3.0.1301 252 3/12/2025
3.0.1300 481 3/12/2025
3.0.1299 182 3/12/2025
3.0.1298 476 3/12/2025
3.0.1297 219 3/12/2025
3.0.1296 162 3/12/2025
3.0.1295 517 3/11/2025
3.0.1294 188 3/11/2025
3.0.1293 605 3/11/2025
3.0.1292 180 3/11/2025
3.0.1291 630 3/11/2025
3.0.1290 190 3/11/2025
3.0.1289 187 3/11/2025
3.0.1288 770 3/11/2025
3.0.1287 182 3/11/2025
3.0.1286 524 3/11/2025
3.0.1285 741 3/11/2025
3.0.1284 179 3/11/2025
3.0.1283 553 3/11/2025
3.0.1282 192 3/11/2025
3.0.1281 672 3/7/2025
3.0.1280 429 3/7/2025
3.0.1279 335 3/7/2025
3.0.1278 232 3/7/2025
3.0.1277 470 3/7/2025
3.0.1276 232 3/7/2025
3.0.1275 522 3/7/2025
3.0.1274 438 3/7/2025
3.0.1273 528 3/7/2025
3.0.1272 748 3/2/2025
3.0.1271 252 3/2/2025
3.0.1270 363 3/2/2025
3.0.1269 134 3/2/2025
3.0.1268 287 3/2/2025
3.0.1267 189 3/2/2025
3.0.1266 359 3/2/2025
3.0.1265 117 3/2/2025
3.0.1264 624 3/2/2025
3.0.1263 118 3/2/2025
3.0.1262 567 3/2/2025
3.0.1261 124 3/2/2025
3.0.1260 297 3/2/2025
3.0.1259 116 3/2/2025
3.0.1258 628 3/1/2025
3.0.1257 393 3/1/2025
3.0.1256 114 3/1/2025
3.0.1255 374 3/1/2025
3.0.1254 161 3/1/2025
3.0.1253 119 3/1/2025
3.0.1252 246 3/1/2025
3.0.1251 121 3/1/2025
3.0.1250 589 3/1/2025
3.0.1249 119 3/1/2025
3.0.1248 98 3/1/2025
3.0.1247 820 3/1/2025
3.0.1246 109 3/1/2025
3.0.1245 816 2/26/2025
3.0.1244 165 2/26/2025
3.0.1243 112 2/26/2025
3.0.1242 258 2/26/2025
3.0.1241 105 2/26/2025
3.0.1240 350 2/25/2025
3.0.1239 97 2/25/2025
3.0.1238 351 2/25/2025
3.0.1237 108 2/25/2025
3.0.1236 560 2/25/2025
3.0.1235 114 2/25/2025
3.0.1234 498 2/25/2025
3.0.1233 105 2/25/2025
3.0.1232 329 2/25/2025
3.0.1231 407 2/24/2025
3.0.1230 875 2/23/2025
3.0.1229 420 2/23/2025
3.0.1228 131 2/23/2025
3.0.1227 205 2/23/2025
3.0.1226 119 2/23/2025
3.0.1225 313 2/22/2025
3.0.1224 118 2/22/2025
3.0.1223 522 2/22/2025
3.0.1222 105 2/22/2025
3.0.1221 240 2/22/2025
3.0.1220 714 2/22/2025
3.0.1219 286 2/22/2025
3.0.1218 116 2/22/2025
3.0.1217 233 2/22/2025
3.0.1216 108 2/22/2025
3.0.1215 494 2/22/2025
3.0.1214 224 2/22/2025
3.0.1213 238 2/22/2025
3.0.1212 364 2/22/2025
3.0.1211 115 2/22/2025
3.0.1210 291 2/22/2025
3.0.1209 311 2/22/2025
3.0.1208 306 2/21/2025
3.0.1207 102 2/21/2025
3.0.1206 113 2/21/2025
3.0.1205 457 2/21/2025
3.0.1204 117 2/21/2025
3.0.1203 285 2/21/2025
3.0.1202 113 2/21/2025
3.0.1201 322 2/21/2025
3.0.1200 1,146 2/19/2025
3.0.1199 363 2/19/2025
3.0.1198 131 2/19/2025
3.0.1197 219 2/19/2025
3.0.1196 113 2/19/2025
3.0.1195 203 2/19/2025
3.0.1194 124 2/19/2025
3.0.1193 235 2/19/2025
3.0.1192 119 2/19/2025
3.0.1191 263 2/19/2025
3.0.1190 112 2/19/2025
3.0.1189 321 2/19/2025
3.0.1188 267 2/18/2025
3.0.1187 106 2/18/2025
3.0.1186 762 2/18/2025
3.0.1185 149 2/18/2025
3.0.1184 127 2/18/2025
3.0.1183 738 2/18/2025
3.0.1182 107 2/18/2025
3.0.1181 313 2/18/2025
3.0.1180 109 2/18/2025
3.0.1179 1,138 2/16/2025
3.0.1178 487 2/14/2025
3.0.1177 253 2/14/2025
3.0.1176 121 2/14/2025
3.0.1175 305 2/14/2025
3.0.1174 232 2/14/2025
3.0.1173 121 2/14/2025
3.0.1172 784 2/13/2025
3.0.1171 117 2/13/2025
3.0.1170 267 2/13/2025
3.0.1169 1,008 2/13/2025
3.0.1168 406 2/12/2025
3.0.1167 256 2/12/2025
3.0.1166 323 2/12/2025
3.0.1165 126 2/12/2025
3.0.1164 231 2/12/2025
3.0.1163 123 2/12/2025
3.0.1162 490 2/12/2025
3.0.1161 125 2/12/2025
3.0.1160 238 2/12/2025
3.0.1159 114 2/12/2025
3.0.1158 341 2/12/2025
3.0.1157 125 2/12/2025
3.0.1156 380 2/12/2025
3.0.1155 119 2/12/2025
3.0.1154 348 2/12/2025
3.0.1153 113 2/12/2025
3.0.1152 296 2/12/2025
3.0.1151 106 2/12/2025
3.0.1150 378 2/11/2025
3.0.1149 114 2/11/2025
3.0.1148 588 2/11/2025
3.0.1147 521 2/11/2025
3.0.1146 117 2/11/2025
3.0.1145 109 2/11/2025
3.0.1144 445 2/11/2025
3.0.1143 121 2/11/2025
3.0.1142 328 2/11/2025
3.0.1141 849 2/11/2025
3.0.1140 133 2/11/2025
3.0.1139 318 2/11/2025
3.0.1138 127 2/11/2025
3.0.1137 238 2/11/2025
3.0.1136 120 2/11/2025
3.0.1135 239 2/11/2025
3.0.1134 101 2/11/2025
3.0.1133 323 2/10/2025
3.0.1132 118 2/10/2025
3.0.1131 233 2/10/2025
3.0.1130 125 2/10/2025
3.0.1129 495 2/10/2025
3.0.1128 106 2/10/2025
3.0.1127 117 2/10/2025
3.0.1126 244 2/10/2025
3.0.1125 334 2/10/2025
3.0.1124 502 2/10/2025
3.0.1123 202 2/9/2025
3.0.1122 513 2/9/2025
3.0.1121 174 2/9/2025
3.0.1120 120 2/9/2025
3.0.1119 468 2/9/2025
3.0.1118 106 2/9/2025
3.0.1117 1,309 2/7/2025
3.0.1116 112 2/7/2025
3.0.1115 511 2/7/2025
3.0.1114 108 2/7/2025
3.0.1113 353 2/7/2025
3.0.1112 298 2/7/2025
3.0.1111 110 2/7/2025
3.0.1110 293 2/7/2025
3.0.1109 125 2/7/2025
3.0.1108 244 2/7/2025
3.0.1107 180 2/7/2025
3.0.1106 1,183 2/7/2025
3.0.1105 219 2/7/2025
3.0.1104 247 2/7/2025
3.0.1103 112 2/7/2025
3.0.1102 208 2/6/2025
3.0.1101 828 2/5/2025
3.0.1100 329 2/5/2025
3.0.1099 151 2/5/2025
3.0.1098 248 2/5/2025
3.0.1097 138 2/5/2025
3.0.1096 252 2/5/2025
3.0.1095 437 2/5/2025
3.0.1094 319 2/5/2025
3.0.1093 119 2/5/2025
3.0.1092 169 2/5/2025
3.0.1091 99 2/5/2025
3.0.1090 381 2/5/2025
3.0.1089 105 2/5/2025
3.0.1088 202 2/5/2025
3.0.1087 107 2/5/2025
3.0.1086 121 2/5/2025
3.0.1085 313 2/5/2025
3.0.1084 114 2/5/2025
3.0.1083 360 2/5/2025
3.0.1082 204 2/5/2025
3.0.1081 538 2/5/2025
3.0.1080 107 2/5/2025
3.0.1079 215 2/5/2025
3.0.1078 1,084 1/28/2025
3.0.1077 177 1/28/2025
3.0.1076 224 1/28/2025
3.0.1075 105 1/28/2025
3.0.1074 229 1/28/2025
3.0.1073 112 1/28/2025
3.0.1072 210 1/28/2025
3.0.1071 113 1/28/2025
3.0.1070 317 1/28/2025
3.0.1069 107 1/28/2025
3.0.1068 298 1/28/2025
3.0.1067 92 1/28/2025
3.0.1066 339 1/28/2025
3.0.1065 103 1/28/2025
3.0.1064 306 1/28/2025
3.0.1063 109 1/28/2025
3.0.1062 230 1/28/2025
3.0.1061 439 1/28/2025
3.0.1060 110 1/28/2025
3.0.1059 484 1/28/2025
3.0.1058 112 1/28/2025
3.0.1057 261 1/27/2025
3.0.1056 90 1/27/2025
3.0.1055 362 1/27/2025
3.0.1054 278 1/27/2025
3.0.1053 302 1/27/2025
3.0.1052 102 1/27/2025
3.0.1051 206 1/27/2025
3.0.1050 688 1/26/2025
3.0.1049 212 1/26/2025
3.0.1048 252 1/26/2025
3.0.1047 299 1/26/2025
3.0.1046 111 1/26/2025
3.0.1045 189 1/26/2025
3.0.1044 118 1/26/2025
3.0.1043 286 1/26/2025
3.0.1042 110 1/26/2025
3.0.1041 119 1/26/2025
3.0.1040 97 1/26/2025
3.0.1039 345 1/26/2025
3.0.1038 107 1/26/2025
3.0.1037 311 1/26/2025
3.0.1036 113 1/26/2025
3.0.1035 420 1/26/2025
3.0.1034 113 1/26/2025
3.0.1033 329 1/25/2025
3.0.1032 509 1/25/2025
3.0.1031 111 1/25/2025
3.0.1030 432 1/25/2025
3.0.1029 112 1/25/2025
3.0.1028 321 1/25/2025
3.0.1027 110 1/25/2025
3.0.1026 95 1/25/2025
3.0.1025 571 1/25/2025
3.0.1024 95 1/25/2025
3.0.1023 264 1/25/2025
3.0.1022 725 1/24/2025
3.0.1021 244 1/24/2025
3.0.1020 273 1/24/2025
3.0.1019 163 1/24/2025
3.0.1018 104 1/24/2025
3.0.1017 196 1/24/2025
3.0.1016 108 1/24/2025
3.0.1015 565 1/24/2025
3.0.1014 91 1/24/2025
3.0.1013 172 1/24/2025
3.0.1012 113 1/24/2025
3.0.1011 336 1/24/2025
3.0.1010 103 1/24/2025
3.0.1009 846 1/23/2025
3.0.1008 244 1/23/2025
3.0.1007 259 1/23/2025
3.0.1006 227 1/23/2025
3.0.1005 100 1/23/2025
3.0.1004 167 1/23/2025
3.0.1003 614 1/22/2025
3.0.1002 301 1/22/2025
3.0.1001 183 1/22/2025
3.0.1000 102 1/22/2025
3.0.999 114 1/22/2025
3.0.998 247 1/22/2025
3.0.997 550 1/21/2025
3.0.996 209 1/21/2025
3.0.995 115 1/21/2025
3.0.994 427 1/21/2025
3.0.993 437 1/21/2025
3.0.992 383 1/21/2025
3.0.991 109 1/21/2025
3.0.990 661 1/21/2025
3.0.989 107 1/21/2025
3.0.988 648 1/21/2025
3.0.987 161 1/20/2025
3.0.986 181 1/20/2025
3.0.985 107 1/20/2025
3.0.984 411 1/20/2025
3.0.983 89 1/20/2025
3.0.982 504 1/20/2025
3.0.981 108 1/20/2025
3.0.980 597 1/20/2025
3.0.979 109 1/20/2025
3.0.978 377 1/20/2025
3.0.977 105 1/20/2025
3.0.976 104 1/20/2025
3.0.975 365 1/19/2025
3.0.974 113 1/19/2025
3.0.973 581 1/19/2025
3.0.972 100 1/19/2025
3.0.971 300 1/19/2025
3.0.970 107 1/19/2025
3.0.969 576 1/19/2025
3.0.968 95 1/19/2025
3.0.967 281 1/19/2025
3.0.966 103 1/19/2025
3.0.965 99 1/19/2025
3.0.964 578 1/19/2025
3.0.963 104 1/19/2025
3.0.962 375 1/18/2025
3.0.961 115 1/18/2025
3.0.960 147 1/18/2025
3.0.959 214 1/18/2025
3.0.958 122 1/18/2025
3.0.957 442 1/18/2025
3.0.956 335 1/18/2025
3.0.955 151 1/18/2025
3.0.954 104 1/18/2025
3.0.953 351 1/17/2025
3.0.952 198 1/17/2025
3.0.951 105 1/17/2025
3.0.950 155 1/17/2025
3.0.949 131 1/17/2025
3.0.948 225 1/17/2025
3.0.947 107 1/17/2025
3.0.946 448 1/17/2025
3.0.945 124 1/17/2025
3.0.944 112 1/17/2025
3.0.943 622 1/17/2025
3.0.942 100 1/17/2025
3.0.941 414 1/16/2025
3.0.940 100 1/16/2025
3.0.939 268 1/16/2025
3.0.938 297 1/16/2025
3.0.937 334 1/16/2025
3.0.936 134 1/16/2025
3.0.935 149 1/16/2025
3.0.934 513 1/16/2025
3.0.933 104 1/16/2025
3.0.932 145 1/16/2025
3.0.931 214 1/16/2025
3.0.930 104 1/16/2025
3.0.929 326 1/16/2025
3.0.928 259 1/16/2025
3.0.927 211 1/16/2025
3.0.926 557 1/15/2025
3.0.925 109 1/15/2025
3.0.924 137 1/15/2025
3.0.923 102 1/15/2025
3.0.922 206 1/15/2025
3.0.921 348 1/15/2025
3.0.920 100 1/15/2025
3.0.919 189 1/15/2025
3.0.918 377 1/15/2025
3.0.917 262 1/15/2025
3.0.916 106 1/15/2025
3.0.915 329 1/15/2025
3.0.914 237 1/15/2025
3.0.913 116 1/15/2025
3.0.912 325 1/15/2025
3.0.911 89 1/15/2025
3.0.910 267 1/15/2025
3.0.909 79 1/15/2025
3.0.908 191 1/15/2025
3.0.907 62 1/15/2025
3.0.906 75 1/15/2025
3.0.905 379 1/14/2025
3.0.904 958 1/14/2025
3.0.903 67 1/14/2025
3.0.902 458 1/14/2025
3.0.901 88 1/14/2025
3.0.900 412 1/14/2025
3.0.899 218 1/14/2025
3.0.898 318 1/13/2025
3.0.897 218 1/13/2025
3.0.896 90 1/13/2025
3.0.895 303 1/13/2025
3.0.894 89 1/13/2025
3.0.893 246 1/13/2025
3.0.892 116 1/13/2025
3.0.891 95 1/13/2025
3.0.890 326 1/13/2025
3.0.889 95 1/13/2025
3.0.888 322 1/13/2025
3.0.887 94 1/13/2025
3.0.886 298 1/12/2025
3.0.885 457 1/12/2025
3.0.884 248 1/11/2025
3.0.883 97 1/11/2025
3.0.882 232 1/11/2025
3.0.881 109 1/11/2025
3.0.880 104 1/11/2025
3.0.879 303 1/11/2025
3.0.878 423 1/11/2025
3.0.877 97 1/11/2025
3.0.876 191 1/11/2025
3.0.875 99 1/11/2025
3.0.874 297 1/10/2025
3.0.873 98 1/10/2025
3.0.872 549 1/10/2025
3.0.871 115 1/10/2025
3.0.870 272 1/10/2025
3.0.869 100 1/10/2025
3.0.868 117 1/10/2025
3.0.867 804 1/8/2025
3.0.866 418 1/3/2025
3.0.865 362 1/3/2025
3.0.864 139 1/3/2025
3.0.863 349 1/3/2025
3.0.862 141 1/3/2025
3.0.861 353 1/3/2025
3.0.860 180 1/3/2025
3.0.859 126 1/3/2025
3.0.858 512 1/3/2025
3.0.857 170 1/3/2025
3.0.856 97 1/3/2025
3.0.855 353 1/2/2025
3.0.854 112 1/2/2025
3.0.853 314 1/2/2025
3.0.852 114 1/2/2025
3.0.851 116 1/2/2025
3.0.850 107 1/2/2025
3.0.849 409 1/2/2025
3.0.848 928 1/2/2025
3.0.847 109 1/2/2025
3.0.846 285 1/1/2025
3.0.845 115 1/1/2025
3.0.844 315 1/1/2025
3.0.843 121 1/1/2025
3.0.842 263 1/1/2025
3.0.841 273 1/1/2025
3.0.840 121 1/1/2025
3.0.839 418 1/1/2025
3.0.838 133 1/1/2025
3.0.837 125 1/1/2025
3.0.836 337 1/1/2025
3.0.835 146 1/1/2025
3.0.834 325 1/1/2025
3.0.833 114 1/1/2025
3.0.832 270 12/31/2024
3.0.831 111 12/31/2024
3.0.830 122 12/31/2024
3.0.829 190 12/31/2024
3.0.828 127 12/31/2024
3.0.827 112 12/31/2024
3.0.826 288 12/31/2024
3.0.825 270 12/31/2024
3.0.824 249 12/31/2024
3.0.823 210 12/31/2024
3.0.822 122 12/31/2024
3.0.821 677 12/31/2024
3.0.820 136 12/31/2024
3.0.819 720 12/31/2024
3.0.818 130 12/31/2024
3.0.817 185 12/31/2024
3.0.816 108 12/31/2024
3.0.815 564 12/31/2024
3.0.814 364 12/31/2024
3.0.813 92 12/31/2024
3.0.812 352 12/31/2024
3.0.811 117 12/31/2024
3.0.810 109 12/31/2024
3.0.809 114 12/31/2024
3.0.808 970 12/28/2024
3.0.807 211 12/28/2024
3.0.806 193 12/28/2024
3.0.805 106 12/28/2024
3.0.804 398 12/28/2024
3.0.803 114 12/28/2024
3.0.802 232 12/28/2024
3.0.801 106 12/28/2024
3.0.800 620 12/27/2024
3.0.799 198 12/27/2024
3.0.798 107 12/27/2024
3.0.797 717 12/25/2024
3.0.796 197 12/25/2024
3.0.795 221 12/25/2024
3.0.794 185 12/24/2024
3.0.793 364 12/24/2024
3.0.792 111 12/24/2024
3.0.791 179 12/24/2024
3.0.790 490 12/24/2024
3.0.789 107 12/24/2024
3.0.788 277 12/24/2024
3.0.787 108 12/24/2024
3.0.786 436 12/24/2024
3.0.785 99 12/24/2024
3.0.784 361 12/24/2024
3.0.783 107 12/24/2024
3.0.782 436 12/24/2024
3.0.781 196 12/24/2024
3.0.780 338 12/24/2024
3.0.779 109 12/24/2024
3.0.778 104 12/24/2024
3.0.777 113 12/24/2024
3.0.776 109 12/24/2024
3.0.775 358 12/24/2024
3.0.774 101 12/24/2024
3.0.773 302 12/23/2024
3.0.772 110 12/23/2024
3.0.771 301 12/23/2024
3.0.770 113 12/23/2024
3.0.769 152 12/23/2024
3.0.768 336 12/23/2024
3.0.767 111 12/23/2024
3.0.766 393 12/23/2024
3.0.765 113 12/23/2024
3.0.764 323 12/23/2024
3.0.763 218 12/23/2024
3.0.762 127 12/23/2024
3.0.761 554 12/23/2024
3.0.760 195 12/22/2024
3.0.759 110 12/22/2024
3.0.758 311 12/22/2024
3.0.757 144 12/22/2024
3.0.756 317 12/22/2024
3.0.755 117 12/22/2024
3.0.754 247 12/22/2024
3.0.753 373 12/22/2024
3.0.752 118 12/22/2024
3.0.751 331 12/22/2024
3.0.750 116 12/22/2024
3.0.749 519 12/22/2024
3.0.748 151 12/22/2024
3.0.747 117 12/22/2024
3.0.746 385 12/21/2024
3.0.745 198 12/21/2024
3.0.744 117 12/21/2024
3.0.743 214 12/21/2024
3.0.742 114 12/21/2024
3.0.741 233 12/21/2024
3.0.740 115 12/21/2024
3.0.739 174 12/21/2024
3.0.738 117 12/21/2024
3.0.737 488 12/21/2024
3.0.736 187 12/21/2024
3.0.735 113 12/21/2024
3.0.734 488 12/21/2024
3.0.733 118 12/21/2024
3.0.732 107 12/21/2024
3.0.731 259 12/20/2024
3.0.730 115 12/20/2024
3.0.729 244 12/20/2024
3.0.728 148 12/20/2024
3.0.727 208 12/20/2024
3.0.726 107 12/20/2024
3.0.725 202 12/20/2024
3.0.724 113 12/20/2024
3.0.723 389 12/20/2024
3.0.722 120 12/20/2024
3.0.721 421 12/19/2024
3.0.720 145 12/19/2024
3.0.719 113 12/19/2024
3.0.718 275 12/19/2024
3.0.717 245 12/19/2024
3.0.716 107 12/19/2024
3.0.715 342 12/19/2024
3.0.714 96 12/19/2024
3.0.713 263 12/18/2024
3.0.712 1,938 12/17/2024
3.0.711 238 12/17/2024
3.0.709 294 12/17/2024
3.0.708 270 12/17/2024
3.0.707 239 12/17/2024
3.0.706 265 12/16/2024
3.0.705 206 12/16/2024
3.0.704 131 12/16/2024
3.0.703 578 12/10/2024
3.0.702 254 12/10/2024
3.0.701 127 12/10/2024
3.0.700 238 12/10/2024
3.0.699 347 12/10/2024
3.0.698 180 12/9/2024
3.0.697 112 12/9/2024
3.0.696 376 12/9/2024
3.0.695 104 12/9/2024
3.0.694 550 12/9/2024
3.0.693 287 12/9/2024
3.0.692 109 12/9/2024
3.0.691 296 12/9/2024
3.0.690 113 12/9/2024
3.0.689 331 12/9/2024
3.0.688 555 12/7/2024
3.0.687 223 12/7/2024
3.0.686 235 12/6/2024
3.0.685 116 12/6/2024
3.0.684 251 12/6/2024
3.0.683 125 12/6/2024
3.0.682 159 12/6/2024
3.0.681 239 12/6/2024
3.0.680 340 12/6/2024
3.0.679 122 12/6/2024
3.0.678 287 12/6/2024
3.0.677 256 12/6/2024
3.0.676 117 12/6/2024
3.0.675 269 12/6/2024
3.0.674 113 12/6/2024
3.0.673 240 12/6/2024
3.0.672 288 12/6/2024
3.0.671 221 12/6/2024
3.0.670 351 12/6/2024
3.0.669 118 12/6/2024
3.0.668 339 12/6/2024
3.0.667 120 12/6/2024
3.0.666 384 12/6/2024
3.0.665 110 12/6/2024
3.0.664 154 12/6/2024
3.0.663 235 12/6/2024
3.0.662 108 12/6/2024
3.0.661 292 12/6/2024
3.0.660 121 12/6/2024
3.0.659 268 12/6/2024
3.0.658 253 12/5/2024
3.0.657 125 12/5/2024
3.0.656 336 12/5/2024
3.0.655 117 12/5/2024
3.0.654 359 12/5/2024
3.0.653 125 12/5/2024
3.0.652 1,142 12/5/2024
3.0.651 348 12/5/2024
3.0.650 380 12/5/2024
3.0.649 507 12/5/2024
3.0.648 520 12/4/2024
3.0.647 204 12/4/2024
3.0.646 496 12/4/2024
3.0.645 276 12/4/2024
3.0.644 453 12/4/2024
3.0.643 226 12/4/2024
3.0.642 342 12/3/2024
3.0.641 516 12/3/2024
3.0.640 110 12/3/2024
3.0.639 170 12/3/2024
3.0.638 111 12/3/2024
3.0.637 513 12/3/2024
3.0.636 111 12/3/2024
3.0.635 567 12/3/2024
3.0.634 237 12/3/2024
3.0.633 116 12/3/2024
3.0.632 197 12/2/2024
3.0.631 326 12/2/2024
3.0.630 200 12/2/2024
3.0.629 110 12/2/2024
3.0.628 311 12/2/2024
3.0.627 270 12/2/2024
3.0.626 125 12/2/2024
3.0.625 505 12/2/2024
3.0.624 182 12/2/2024
3.0.623 129 12/2/2024
3.0.622 340 12/2/2024
3.0.621 106 12/2/2024
3.0.620 256 12/1/2024
3.0.619 197 12/1/2024
3.0.618 122 12/1/2024
3.0.617 833 12/1/2024
3.0.616 185 12/1/2024
3.0.615 357 12/1/2024
3.0.614 464 11/29/2024
3.0.613 189 11/29/2024
3.0.612 274 11/29/2024
3.0.611 117 11/29/2024
3.0.610 197 11/29/2024
3.0.609 293 11/29/2024
3.0.608 123 11/29/2024
3.0.607 437 11/29/2024
3.0.606 522 11/21/2024
3.0.605 294 11/21/2024
3.0.604 201 11/21/2024
3.0.603 130 11/21/2024
3.0.602 273 11/21/2024
3.0.601 117 11/21/2024
3.0.600 804 11/20/2024
3.0.599 123 11/20/2024
3.0.598 373 11/20/2024
3.0.597 237 11/20/2024
3.0.596 194 11/20/2024
3.0.595 247 11/20/2024
3.0.594 418 11/20/2024
3.0.593 398 11/20/2024
3.0.592 123 11/20/2024
3.0.591 314 11/20/2024
3.0.590 388 11/19/2024
3.0.589 118 11/19/2024
3.0.588 254 11/19/2024
3.0.587 119 11/19/2024
3.0.586 105 11/19/2024
3.0.585 498 11/19/2024
3.0.584 417 11/19/2024
3.0.583 384 11/19/2024
3.0.582 308 11/19/2024
3.0.581 118 11/19/2024
3.0.580 121 11/19/2024
3.0.579 748 11/15/2024
3.0.578 156 11/15/2024
3.0.577 298 11/15/2024
3.0.576 111 11/15/2024
3.0.575 190 11/14/2024
3.0.574 113 11/14/2024
3.0.573 282 11/14/2024
3.0.572 123 11/14/2024
3.0.571 210 11/14/2024
3.0.570 124 11/14/2024
3.0.569 341 11/14/2024
3.0.568 126 11/14/2024
3.0.567 345 11/14/2024
3.0.566 374 11/14/2024
3.0.565 121 11/14/2024
3.0.564 296 11/14/2024
3.0.563 266 11/14/2024
3.0.561 571 11/14/2024
3.0.560 115 11/14/2024
3.0.559 361 11/14/2024
3.0.558 202 11/14/2024
3.0.557 125 11/14/2024
3.0.556 221 11/14/2024
3.0.555 125 11/14/2024
3.0.554 246 11/14/2024
3.0.553 123 11/14/2024
3.0.552 267 11/14/2024
2.1.551 2,350 11/13/2024
2.1.550 395 11/13/2024
2.1.549 439 11/13/2024
2.1.548 282 11/13/2024
2.1.547 477 11/13/2024
2.1.546 116 11/13/2024
2.1.545 313 11/13/2024
2.1.544 122 11/13/2024
2.1.543 882 11/12/2024
2.1.542 121 11/12/2024
2.1.541 1,321 11/9/2024
2.1.540 347 11/9/2024
2.1.539 117 11/9/2024
2.1.538 297 11/9/2024
2.1.537 114 11/9/2024
2.1.536 613 11/9/2024
2.1.535 104 11/9/2024
2.1.534 716 11/8/2024
2.1.533 121 11/8/2024
2.1.532 419 11/8/2024
2.1.531 238 11/8/2024
2.1.530 126 11/8/2024
2.1.529 398 11/8/2024
2.1.528 114 11/8/2024
2.1.527 751 11/8/2024
2.1.526 525 11/8/2024
2.1.525 130 11/8/2024
2.1.524 258 11/8/2024
2.1.523 964 11/6/2024
2.1.522 308 11/6/2024
2.1.521 637 11/1/2024
2.1.520 373 11/1/2024
2.1.519 328 11/1/2024
2.1.518 125 11/1/2024
2.1.517 485 11/1/2024
2.1.516 117 11/1/2024
2.1.515 333 11/1/2024
2.1.514 694 10/29/2024
2.1.513 218 10/29/2024
2.1.512 207 10/29/2024
2.1.511 112 10/29/2024
2.1.510 108 10/29/2024
2.1.509 599 10/29/2024
2.1.508 324 10/29/2024
2.1.507 105 10/29/2024
2.1.506 488 10/29/2024
2.1.505 114 10/29/2024
2.1.504 124 10/29/2024
2.1.503 280 10/29/2024
2.1.502 117 10/29/2024
2.1.501 764 10/29/2024
2.1.500 592 10/29/2024
2.1.499 120 10/29/2024
2.1.498 629 10/28/2024
2.1.497 101 10/28/2024
2.1.496 1,027 10/26/2024
2.1.495 193 10/26/2024
2.1.494 241 10/26/2024
2.1.493 111 10/26/2024
2.1.492 1,192 10/22/2024
2.1.491 303 10/22/2024
2.1.490 104 10/22/2024
2.1.489 363 10/22/2024
2.1.488 105 10/22/2024
2.1.487 584 10/22/2024
2.1.486 161 10/22/2024
2.1.485 498 10/22/2024
2.1.484 104 10/22/2024
2.1.483 547 10/22/2024
2.1.482 1,166 10/18/2024
2.1.481 488 10/17/2024
2.1.480 116 10/17/2024
2.1.479 388 10/17/2024
2.1.478 117 10/17/2024
2.1.477 1,155 10/15/2024
2.1.476 302 10/15/2024
2.1.475 388 10/15/2024
2.1.474 107 10/15/2024
2.1.473 718 10/14/2024
2.1.472 605 10/12/2024
2.1.471 226 10/12/2024
2.1.470 265 10/12/2024
2.1.469 123 10/12/2024
2.1.468 341 10/12/2024
2.1.467 133 10/12/2024
2.1.466 477 10/11/2024
2.1.465 121 10/11/2024
2.1.464 414 10/11/2024
2.1.463 126 10/11/2024
2.1.462 868 10/9/2024
2.1.461 237 10/9/2024
2.1.460 218 10/9/2024
2.1.459 118 10/9/2024
2.1.458 470 10/9/2024
2.1.457 131 10/9/2024
2.1.456 377 10/9/2024
2.1.455 127 10/9/2024
2.1.454 215 10/9/2024
2.1.453 239 10/9/2024
2.1.452 126 10/9/2024
2.1.451 694 10/8/2024
2.1.450 128 10/8/2024
2.1.449 627 10/8/2024
2.1.448 277 10/8/2024
2.1.447 130 10/8/2024
2.1.446 506 10/8/2024
2.1.445 138 10/8/2024
2.1.444 301 10/8/2024
2.1.443 171 10/8/2024
2.1.442 120 10/8/2024
2.1.441 631 10/8/2024
2.1.440 120 10/8/2024
2.1.439 716 10/3/2024
2.1.438 204 10/3/2024
2.1.437 365 10/3/2024
2.1.436 128 10/3/2024
2.1.435 350 10/3/2024
2.1.434 335 10/3/2024
2.1.433 123 10/3/2024
2.1.432 236 10/3/2024
2.1.431 222 10/3/2024
2.1.430 128 10/3/2024
2.1.429 423 10/3/2024
2.1.428 821 10/2/2024
2.1.427 140 10/2/2024
2.1.426 236 10/2/2024
2.1.425 131 10/2/2024
2.1.424 246 10/2/2024
2.1.423 341 10/2/2024
2.1.422 244 10/2/2024
2.1.421 138 10/2/2024
2.1.420 436 10/2/2024
2.1.419 120 10/2/2024
2.1.418 600 10/2/2024
2.1.417 131 10/2/2024
2.1.416 303 10/1/2024
2.1.415 526 10/1/2024
2.1.414 129 10/1/2024
2.1.413 245 10/1/2024
2.1.412 121 10/1/2024
2.1.411 446 10/1/2024
2.1.410 144 10/1/2024
2.1.409 507 10/1/2024
2.1.408 126 10/1/2024
2.1.407 541 9/29/2024
2.1.406 266 9/29/2024
2.1.405 176 9/29/2024
2.1.404 285 9/29/2024
2.1.403 116 9/29/2024
2.1.402 293 9/29/2024
2.1.401 294 9/29/2024
2.1.400 110 9/29/2024
2.1.399 451 9/29/2024
2.1.398 130 9/29/2024
2.1.397 654 9/27/2024
2.1.396 258 9/27/2024
2.1.395 310 9/27/2024
2.1.394 113 9/27/2024
2.1.393 249 9/27/2024
2.1.392 108 9/27/2024
2.1.391 429 9/27/2024
2.1.390 303 9/27/2024
2.1.389 121 9/27/2024
2.1.388 557 9/27/2024
2.1.387 119 9/27/2024
2.1.386 259 9/27/2024
2.1.385 188 9/27/2024
2.1.384 124 9/27/2024
2.1.383 666 9/27/2024
2.1.382 224 9/27/2024
2.1.381 264 9/26/2024
2.1.380 131 9/26/2024
2.1.379 296 9/26/2024
2.1.378 316 9/26/2024
2.1.377 139 9/26/2024
2.1.376 407 9/26/2024
2.1.375 228 9/26/2024
2.1.374 239 9/26/2024
2.1.373 135 9/26/2024
2.1.372 568 9/26/2024
2.1.371 132 9/26/2024
2.1.370 321 9/26/2024
2.1.369 325 9/26/2024
2.1.368 215 9/26/2024
2.1.367 211 9/26/2024
2.1.366 136 9/26/2024
2.1.365 261 9/26/2024
2.1.364 821 9/24/2024
2.1.363 237 9/23/2024
2.1.362 137 9/23/2024
2.1.361 94 9/23/2024
2.1.360 231 9/23/2024
2.1.359 267 9/23/2024
2.1.358 104 9/23/2024
2.1.357 360 9/23/2024
2.1.356 238 9/23/2024
2.1.355 121 9/23/2024
2.1.354 221 9/23/2024
2.1.353 545 9/23/2024
2.1.352 110 9/23/2024
2.1.351 106 9/23/2024
2.1.350 561 9/23/2024
2.1.349 116 9/23/2024
2.1.348 312 9/23/2024
2.1.347 220 9/23/2024
2.1.346 544 9/23/2024
2.1.345 113 9/23/2024
2.1.344 150 9/23/2024
2.1.343 406 9/23/2024
2.1.342 117 9/23/2024
2.1.341 289 9/23/2024
2.1.340 115 9/23/2024
2.1.339 201 9/23/2024
2.1.338 99 9/23/2024
2.1.337 1,343 9/18/2024
2.1.336 100 9/18/2024
2.1.335 233 9/18/2024
2.1.334 183 9/18/2024
2.1.333 116 9/18/2024
2.1.332 386 9/18/2024
2.1.331 290 9/18/2024
2.1.330 135 9/18/2024
2.1.329 267 9/18/2024
2.1.328 122 9/18/2024
2.1.327 293 9/18/2024
2.1.326 123 9/18/2024
2.1.325 149 9/17/2024
2.1.324 146 9/17/2024
2.1.323 132 9/17/2024
2.1.322 248 9/17/2024
2.1.321 274 9/17/2024
2.1.320 129 9/17/2024
2.1.319 302 9/17/2024
2.1.318 142 9/17/2024
2.1.317 129 9/17/2024
2.1.316 296 9/17/2024
2.1.315 146 9/17/2024
2.1.314 320 9/17/2024
2.1.313 143 9/17/2024
2.1.312 300 9/17/2024
2.1.311 140 9/17/2024
2.1.310 331 9/17/2024
2.1.309 201 9/17/2024
2.1.308 232 9/17/2024
2.1.307 730 9/17/2024
2.1.306 138 9/17/2024
2.1.305 415 9/16/2024
2.1.304 343 9/16/2024
2.1.303 251 9/16/2024
2.1.302 243 9/16/2024
2.1.301 113 9/16/2024
2.1.300 298 9/16/2024
2.1.299 1,048 9/12/2024
2.1.298 287 9/12/2024
2.1.297 135 9/12/2024
2.1.296 340 9/12/2024
2.1.295 115 9/12/2024
2.1.294 442 9/12/2024
2.1.293 142 9/12/2024
2.1.292 271 9/12/2024
2.1.291 292 9/12/2024
2.1.290 153 9/12/2024
2.1.289 335 9/12/2024
2.1.288 154 9/12/2024
2.1.287 302 9/11/2024
2.1.286 132 9/11/2024
2.1.285 268 9/11/2024
2.1.284 146 9/11/2024
2.1.282 516 9/11/2024
2.1.281 140 9/11/2024
2.1.280 410 9/11/2024
2.1.279 133 9/11/2024
2.1.278 435 9/11/2024
2.1.277 448 9/11/2024
2.1.276 139 9/11/2024
2.1.275 289 9/11/2024
2.1.274 642 9/11/2024
2.1.273 241 9/10/2024
2.1.272 133 9/10/2024
2.1.271 237 9/10/2024
2.1.270 537 9/10/2024
2.1.269 156 9/10/2024
2.1.268 301 9/10/2024
2.1.267 139 9/10/2024
2.1.266 424 9/10/2024
2.1.265 358 9/10/2024
2.1.263 390 9/10/2024
2.1.262 207 9/10/2024
2.1.261 136 9/9/2024
2.1.260 415 9/9/2024
2.1.259 350 9/9/2024
2.1.258 348 9/9/2024
2.1.257 480 9/9/2024
2.1.255 323 9/9/2024
2.1.254 131 9/9/2024
2.1.253 321 9/9/2024
2.1.252 117 9/9/2024
2.1.251 842 9/7/2024
2.1.250 364 9/7/2024
2.1.249 133 9/7/2024
2.1.248 143 9/7/2024
2.1.247 366 9/7/2024
2.1.246 132 9/7/2024
2.1.245 448 9/6/2024
2.1.244 198 9/6/2024
2.1.243 139 9/6/2024
2.1.242 335 9/6/2024
2.1.241 141 9/6/2024
2.1.240 453 9/6/2024
2.1.239 180 9/6/2024
2.1.238 219 9/6/2024
2.1.237 129 9/6/2024
2.1.236 477 9/5/2024
2.1.235 172 9/5/2024
2.1.234 142 9/5/2024
2.1.233 279 9/5/2024
2.1.232 117 9/5/2024
2.1.231 422 9/5/2024
2.1.230 111 9/5/2024
2.1.229 256 9/5/2024
2.1.228 144 9/5/2024
2.1.227 141 9/5/2024
2.1.226 816 9/5/2024
2.1.225 142 9/5/2024
2.1.224 244 9/5/2024
2.1.223 146 9/5/2024
2.1.222 813 9/4/2024
2.1.221 142 9/4/2024
2.1.220 444 9/4/2024
2.1.219 289 9/4/2024
2.1.218 153 9/4/2024
2.1.217 209 9/4/2024
2.1.216 251 9/3/2024
2.1.215 153 9/3/2024
2.1.214 369 9/3/2024
2.1.213 119 9/3/2024
2.1.212 379 9/3/2024
2.1.211 129 9/3/2024
2.1.210 385 9/3/2024
2.1.209 133 9/3/2024
2.1.207 432 9/3/2024
2.1.206 769 8/29/2024
2.1.205 145 8/29/2024
2.1.204 235 8/29/2024
2.1.203 129 8/29/2024
2.1.202 394 8/29/2024
2.1.201 547 8/26/2024
2.1.200 245 8/26/2024
2.1.199 249 8/26/2024
2.1.197 204 8/26/2024
2.1.196 570 8/26/2024
2.1.195 146 8/26/2024
2.1.194 498 8/21/2024
2.1.193 268 8/21/2024
2.1.192 163 8/21/2024
2.1.191 343 8/21/2024
2.1.190 158 8/21/2024
2.1.189 432 8/21/2024
2.1.188 128 8/21/2024
2.1.187 354 8/21/2024
2.1.186 133 8/21/2024
2.1.185 399 8/20/2024
2.1.184 146 8/20/2024
2.1.183 473 8/20/2024
2.1.182 148 8/20/2024
2.1.181 412 8/20/2024
2.1.180 137 8/20/2024
2.1.179 357 8/20/2024
2.1.178 595 8/20/2024
2.1.177 281 8/19/2024
2.1.176 147 8/19/2024
2.1.175 495 8/15/2024
2.1.174 220 8/15/2024
2.1.173 202 8/15/2024
2.1.172 134 8/15/2024
2.1.171 251 8/15/2024
2.1.170 227 8/15/2024
2.1.169 349 8/15/2024
2.1.168 129 8/15/2024
2.1.167 434 8/15/2024
2.1.166 524 8/14/2024
2.1.165 322 8/14/2024
2.1.164 162 8/14/2024
2.1.163 308 8/14/2024
2.1.162 147 8/14/2024
2.1.161 267 8/13/2024
2.1.160 485 8/13/2024
2.1.159 526 8/7/2024
2.1.158 225 8/7/2024
2.1.157 199 8/7/2024
2.1.156 226 8/7/2024
2.1.155 125 8/7/2024
2.1.154 243 8/7/2024
2.1.153 111 8/7/2024
2.1.152 253 8/6/2024
2.1.151 111 8/6/2024
2.1.150 224 8/6/2024
2.1.149 750 8/1/2024
2.1.148 289 8/1/2024
2.1.147 126 8/1/2024
2.1.146 270 8/1/2024
2.1.145 117 8/1/2024
2.1.144 186 8/1/2024
2.1.143 127 8/1/2024
2.1.142 370 8/1/2024
2.1.141 131 8/1/2024
2.1.140 145 8/1/2024
2.1.139 113 8/1/2024
2.1.138 215 8/1/2024
2.1.137 677 7/25/2024
2.1.136 281 7/25/2024
2.1.135 154 7/25/2024
2.1.134 155 7/25/2024
2.1.133 178 7/25/2024
2.1.132 90 7/25/2024
2.1.131 190 7/25/2024
2.1.130 86 7/25/2024
2.1.129 177 7/25/2024
2.1.128 104 7/25/2024
2.1.127 202 7/25/2024
2.1.126 150 7/25/2024
2.1.125 110 7/25/2024
2.1.124 210 7/25/2024
2.1.123 199 7/25/2024
2.1.122 101 7/25/2024
2.1.121 220 7/24/2024
2.1.120 185 7/24/2024
2.1.119 189 7/24/2024
2.1.118 1,220 7/20/2024
2.1.117 166 7/20/2024
2.1.116 150 7/20/2024
2.1.115 145 7/20/2024
2.1.114 130 7/20/2024
2.1.113 218 7/20/2024
2.1.112 144 7/20/2024
2.1.111 222 7/20/2024
2.1.110 693 7/17/2024
2.1.109 220 7/17/2024
2.1.108 200 7/17/2024
2.1.107 354 7/14/2024
2.1.106 128 7/14/2024
2.1.105 291 7/14/2024
2.1.104 308 7/14/2024
2.1.103 125 7/14/2024
2.1.102 115 7/14/2024
2.1.101 408 7/14/2024
2.1.100 135 7/14/2024
2.1.99 300 7/14/2024
2.1.98 509 7/11/2024
2.1.97 280 7/10/2024
2.1.96 152 7/10/2024
2.1.95 368 7/10/2024
2.1.94 415 7/10/2024
2.1.93 137 7/10/2024
2.1.92 161 7/10/2024
2.1.91 195 7/10/2024
2.1.90 210 7/10/2024
2.1.89 181 7/10/2024
2.1.88 102 7/10/2024
2.1.87 226 7/10/2024
2.1.86 112 7/10/2024
2.1.85 197 7/10/2024
2.1.84 133 7/10/2024
2.1.83 152 7/10/2024
2.1.82 127 7/10/2024
2.1.81 174 7/10/2024
2.1.80 136 7/10/2024
2.1.79 218 7/10/2024
2.1.78 127 7/10/2024
2.1.77 216 7/9/2024
2.1.75 179 7/9/2024
2.1.74 113 7/9/2024
2.1.73 239 7/9/2024
2.1.72 118 7/9/2024
2.1.71 963 7/9/2024
2.1.70 109 7/9/2024
2.1.69 10,284 7/9/2024
2.1.68 259 7/9/2024
2.1.67 129 7/9/2024
2.1.66 442 7/9/2024
2.1.65 129 7/9/2024
2.1.64 456 7/9/2024
2.1.63 221 7/9/2024
2.1.62 146 7/9/2024
2.1.61 151 7/8/2024
2.1.60 547 7/8/2024
2.1.59 149 7/8/2024
2.1.58 116 7/8/2024
2.1.57 236 7/8/2024
2.1.56 359 7/8/2024
2.1.55 358 7/8/2024
2.1.54 178 7/8/2024
2.1.53 290 7/8/2024
2.1.52 145 7/8/2024
2.1.51 419 7/8/2024
2.1.50 127 7/8/2024
2.1.49 275 7/7/2024
2.1.48 281 7/7/2024
2.1.47 131 7/7/2024
2.1.46 192 7/7/2024
2.1.45 218 7/7/2024
2.1.44 142 7/7/2024
2.1.43 496 7/7/2024
2.1.42 229 7/7/2024
2.1.41 509 7/5/2024
2.1.40 356 7/4/2024
2.1.39 361 7/3/2024
2.1.38 254 7/3/2024
2.1.37 224 7/3/2024
2.1.36 234 7/3/2024
2.1.35 217 7/3/2024
2.1.34 280 7/3/2024
2.1.33 138 7/3/2024
2.1.32 268 7/3/2024
2.1.31 142 7/3/2024
2.1.30 221 7/3/2024
2.1.29 461 7/3/2024
2.1.28 136 7/3/2024
2.1.27 356 7/3/2024
2.1.26 249 7/3/2024
2.1.25 126 7/3/2024
2.1.24 508 7/3/2024
2.1.23 355 6/30/2024
2.1.22 257 6/30/2024
2.1.21 144 6/30/2024
2.1.20 139 6/30/2024
2.1.19 137 6/30/2024
2.1.18 130 6/30/2024
2.1.17 200 6/30/2024
2.1.16 210 6/30/2024
2.1.15 225 6/29/2024
2.1.14 132 6/29/2024
2.1.13 152 6/29/2024
2.1.12 146 6/29/2024
2.1.11 140 6/29/2024
2.1.10 138 6/29/2024
2.1.9 152 6/29/2024
2.1.8 250 6/28/2024
2.1.7 519 6/27/2024
2.1.6 418 6/27/2024
2.1.5 374 6/24/2024
2.1.4 158 6/24/2024
2.1.3 146 6/24/2024
2.1.2 146 6/24/2024
2.1.1 157 6/24/2024