Soenneker.Blazor.Utils.ResourceLoader 2.1.302

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 2.1.302
                    
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 2.1.302
                    
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="2.1.302" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.ResourceLoader" Version="2.1.302" />
                    
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 2.1.302
                    
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 2.1.302"
                    
#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@2.1.302
                    
#: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=2.1.302
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=2.1.302
                    
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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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.Clarity

A small Blazor interop library that sets up Microsoft Clarity

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