Soenneker.Blazor.Utils.ResourceLoader 3.0.1504

Prefix Reserved
dotnet add package Soenneker.Blazor.Utils.ResourceLoader --version 3.0.1504
                    
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 3.0.1504
                    
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.1504" />
                    
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.1504" />
                    
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.1504
                    
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 3.0.1504"
                    
#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.1504
                    
#: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.1504
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.1504
                    
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 (24)

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