Soenneker.Blazor.Utils.ResourceLoader 2.1.465

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.465
                    
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 2.1.465
                    
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.465" />
                    
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.465" />
                    
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.465
                    
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 2.1.465"
                    
#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.465
                    
#: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.465
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=2.1.465
                    
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,814 9/30/2025
3.0.1503 12,866 9/9/2025
3.0.1502 656 9/9/2025
3.0.1501 236 9/9/2025
3.0.1500 797 9/9/2025
3.0.1499 2,159 9/6/2025
3.0.1498 580 9/6/2025
3.0.1497 183 9/6/2025
3.0.1496 3,007 9/3/2025
3.0.1495 832 9/3/2025
3.0.1494 1,222 9/3/2025
3.0.1493 3,068 8/15/2025
3.0.1492 1,746 8/12/2025
3.0.1491 721 8/11/2025
3.0.1490 410 8/11/2025
3.0.1489 809 8/11/2025
3.0.1488 413 8/11/2025
3.0.1487 1,125 8/11/2025
3.0.1486 1,978 8/6/2025
3.0.1485 1,203 8/5/2025
3.0.1484 969 8/5/2025
3.0.1483 480 8/5/2025
3.0.1482 2,369 7/23/2025
3.0.1481 2,262 7/9/2025
3.0.1480 657 7/9/2025
3.0.1479 2,458 7/3/2025
3.0.1478 174 7/3/2025
3.0.1477 888 7/1/2025
3.0.1476 846 6/28/2025
3.0.1475 336 6/28/2025
3.0.1474 646 6/28/2025
3.0.1473 492 6/27/2025
3.0.1472 184 6/27/2025
3.0.1471 561 6/27/2025
3.0.1470 3,770 6/11/2025
3.0.1469 988 6/10/2025
3.0.1468 2,073 6/3/2025
3.0.1467 1,352 5/28/2025
3.0.1466 402 5/27/2025
3.0.1465 528 5/27/2025
3.0.1464 456 5/27/2025
3.0.1463 462 5/27/2025
3.0.1462 1,015 5/27/2025
3.0.1461 1,952 5/23/2025
3.0.1460 672 5/23/2025
3.0.1459 450 5/23/2025
3.0.1458 788 5/22/2025
3.0.1457 549 5/22/2025
3.0.1456 1,504 5/18/2025
3.0.1455 444 5/18/2025
3.0.1454 586 5/18/2025
3.0.1453 1,125 5/14/2025
3.0.1452 646 5/14/2025
3.0.1451 2,914 5/8/2025
3.0.1450 517 5/8/2025
3.0.1449 501 5/8/2025
3.0.1448 500 5/8/2025
3.0.1447 793 5/7/2025
3.0.1446 678 5/7/2025
3.0.1445 1,802 5/5/2025
3.0.1444 518 5/5/2025
3.0.1443 187 5/5/2025
3.0.1442 350 5/5/2025
3.0.1441 433 5/5/2025
3.0.1440 673 5/5/2025
3.0.1439 543 5/5/2025
3.0.1438 1,320 5/5/2025
3.0.1437 3,623 4/9/2025
3.0.1436 640 4/9/2025
3.0.1435 430 4/9/2025
3.0.1434 398 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 865 4/8/2025
3.0.1429 625 4/8/2025
3.0.1428 297 4/8/2025
3.0.1427 284 4/8/2025
3.0.1426 252 4/8/2025
3.0.1425 281 4/8/2025
3.0.1424 261 4/8/2025
3.0.1423 268 4/8/2025
3.0.1422 294 4/8/2025
3.0.1421 204 4/7/2025
3.0.1420 248 4/7/2025
3.0.1419 190 4/7/2025
3.0.1418 335 4/7/2025
3.0.1417 3,721 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,185 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 633 4/7/2025
3.0.1404 888 4/7/2025
3.0.1403 478 4/7/2025
3.0.1402 557 4/7/2025
3.0.1401 618 4/7/2025
3.0.1400 479 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 782 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 813 4/6/2025
3.0.1390 130 4/6/2025
3.0.1389 943 4/5/2025
3.0.1388 769 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 396 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,826 4/4/2025
3.0.1376 200 4/4/2025
3.0.1375 3,224 4/4/2025
3.0.1374 313 4/4/2025
3.0.1373 629 4/4/2025
3.0.1372 188 4/4/2025
3.0.1371 688 4/3/2025
3.0.1370 890 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 434 4/1/2025
3.0.1365 173 4/1/2025
3.0.1364 596 4/1/2025
3.0.1363 830 4/1/2025
3.0.1362 742 4/1/2025
3.0.1361 366 4/1/2025
3.0.1360 441 4/1/2025
3.0.1359 334 4/1/2025
3.0.1358 590 4/1/2025
3.0.1357 193 4/1/2025
3.0.1356 425 3/31/2025
3.0.1355 193 3/31/2025
3.0.1354 651 3/31/2025
3.0.1353 199 3/31/2025
3.0.1352 905 3/31/2025
3.0.1351 769 3/31/2025
3.0.1350 798 3/29/2025
3.0.1349 353 3/29/2025
3.0.1348 346 3/29/2025
3.0.1347 382 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,197 3/27/2025
3.0.1342 1,069 3/26/2025
3.0.1341 753 3/25/2025
3.0.1340 681 3/25/2025
3.0.1339 499 3/25/2025
3.0.1338 807 3/25/2025
3.0.1337 493 3/25/2025
3.0.1336 933 3/25/2025
3.0.1335 524 3/25/2025
3.0.1334 1,719 3/22/2025
3.0.1333 364 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 683 3/21/2025
3.0.1326 811 3/18/2025
3.0.1325 447 3/18/2025
3.0.1324 345 3/18/2025
3.0.1323 395 3/18/2025
3.0.1322 331 3/18/2025
3.0.1321 183 3/18/2025
3.0.1320 829 3/18/2025
3.0.1319 391 3/18/2025
3.0.1318 183 3/18/2025
3.0.1317 525 3/18/2025
3.0.1316 188 3/18/2025
3.0.1315 824 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 396 3/15/2025
3.0.1310 111 3/15/2025
3.0.1309 620 3/15/2025
3.0.1308 185 3/15/2025
3.0.1307 118 3/15/2025
3.0.1306 1,400 3/12/2025
3.0.1305 439 3/12/2025
3.0.1304 427 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 605 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 1,040 3/11/2025
3.0.1287 203 3/11/2025
3.0.1286 672 3/11/2025
3.0.1285 985 3/11/2025
3.0.1284 199 3/11/2025
3.0.1283 757 3/11/2025
3.0.1282 218 3/11/2025
3.0.1281 850 3/7/2025
3.0.1280 542 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 671 3/7/2025
3.0.1274 553 3/7/2025
3.0.1273 691 3/7/2025
3.0.1272 993 3/2/2025
3.0.1271 321 3/2/2025
3.0.1270 480 3/2/2025
3.0.1269 159 3/2/2025
3.0.1268 370 3/2/2025
3.0.1267 233 3/2/2025
3.0.1266 502 3/2/2025
3.0.1265 138 3/2/2025
3.0.1264 812 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 826 3/1/2025
3.0.1257 545 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 300 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,157 3/1/2025
3.0.1246 129 3/1/2025
3.0.1245 1,069 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 442 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 704 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,164 2/23/2025
3.0.1229 596 2/23/2025
3.0.1228 154 2/23/2025
3.0.1227 252 2/23/2025
3.0.1226 142 2/23/2025
3.0.1225 393 2/22/2025
3.0.1224 129 2/22/2025
3.0.1223 733 2/22/2025
3.0.1222 125 2/22/2025
3.0.1221 301 2/22/2025
3.0.1220 984 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 656 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,513 2/19/2025
3.0.1199 485 2/19/2025
3.0.1198 152 2/19/2025
3.0.1197 270 2/19/2025
3.0.1196 134 2/19/2025
3.0.1195 243 2/19/2025
3.0.1194 136 2/19/2025
3.0.1193 293 2/19/2025
3.0.1192 142 2/19/2025
3.0.1191 318 2/19/2025
3.0.1190 132 2/19/2025
3.0.1189 425 2/19/2025
3.0.1188 323 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,034 2/18/2025
3.0.1182 119 2/18/2025
3.0.1181 420 2/18/2025
3.0.1180 130 2/18/2025
3.0.1179 1,339 2/16/2025
3.0.1178 643 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,088 2/13/2025
3.0.1171 140 2/13/2025
3.0.1170 326 2/13/2025
3.0.1169 1,236 2/13/2025
3.0.1168 563 2/12/2025
3.0.1167 338 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 656 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 452 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 476 2/12/2025
3.0.1153 136 2/12/2025
3.0.1152 391 2/12/2025
3.0.1151 128 2/12/2025
3.0.1150 512 2/11/2025
3.0.1149 140 2/11/2025
3.0.1148 740 2/11/2025
3.0.1147 719 2/11/2025
3.0.1146 140 2/11/2025
3.0.1145 130 2/11/2025
3.0.1144 578 2/11/2025
3.0.1143 144 2/11/2025
3.0.1142 425 2/11/2025
3.0.1141 1,200 2/11/2025
3.0.1140 153 2/11/2025
3.0.1139 394 2/11/2025
3.0.1138 149 2/11/2025
3.0.1137 293 2/11/2025
3.0.1136 141 2/11/2025
3.0.1135 308 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 300 2/10/2025
3.0.1130 147 2/10/2025
3.0.1129 654 2/10/2025
3.0.1128 126 2/10/2025
3.0.1127 138 2/10/2025
3.0.1126 327 2/10/2025
3.0.1125 502 2/10/2025
3.0.1124 632 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,860 2/7/2025
3.0.1116 134 2/7/2025
3.0.1115 671 2/7/2025
3.0.1114 129 2/7/2025
3.0.1113 469 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,649 2/7/2025
3.0.1105 285 2/7/2025
3.0.1104 340 2/7/2025
3.0.1103 133 2/7/2025
3.0.1102 267 2/6/2025
3.0.1101 1,127 2/5/2025
3.0.1100 444 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 321 2/5/2025
3.0.1095 615 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 552 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 474 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,534 1/28/2025
3.0.1077 215 1/28/2025
3.0.1076 281 1/28/2025
3.0.1075 128 1/28/2025
3.0.1074 292 1/28/2025
3.0.1073 125 1/28/2025
3.0.1072 266 1/28/2025
3.0.1071 134 1/28/2025
3.0.1070 401 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 456 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 673 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 423 1/27/2025
3.0.1052 128 1/27/2025
3.0.1051 264 1/27/2025
3.0.1050 987 1/26/2025
3.0.1049 271 1/26/2025
3.0.1048 333 1/26/2025
3.0.1047 395 1/26/2025
3.0.1046 134 1/26/2025
3.0.1045 238 1/26/2025
3.0.1044 141 1/26/2025
3.0.1043 387 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 437 1/26/2025
3.0.1038 128 1/26/2025
3.0.1037 436 1/26/2025
3.0.1036 135 1/26/2025
3.0.1035 565 1/26/2025
3.0.1034 136 1/26/2025
3.0.1033 471 1/25/2025
3.0.1032 689 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 787 1/25/2025
3.0.1024 116 1/25/2025
3.0.1023 354 1/25/2025
3.0.1022 1,032 1/24/2025
3.0.1021 345 1/24/2025
3.0.1020 376 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 804 1/24/2025
3.0.1014 111 1/24/2025
3.0.1013 234 1/24/2025
3.0.1012 149 1/24/2025
3.0.1011 470 1/24/2025
3.0.1010 125 1/24/2025
3.0.1009 1,193 1/23/2025
3.0.1008 307 1/23/2025
3.0.1007 341 1/23/2025
3.0.1006 288 1/23/2025
3.0.1005 125 1/23/2025
3.0.1004 226 1/23/2025
3.0.1003 856 1/22/2025
3.0.1002 390 1/22/2025
3.0.1001 252 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 739 1/21/2025
3.0.996 251 1/21/2025
3.0.995 138 1/21/2025
3.0.994 564 1/21/2025
3.0.993 606 1/21/2025
3.0.992 505 1/21/2025
3.0.991 133 1/21/2025
3.0.990 925 1/21/2025
3.0.989 132 1/21/2025
3.0.988 946 1/21/2025
3.0.987 201 1/20/2025
3.0.986 224 1/20/2025
3.0.985 132 1/20/2025
3.0.984 562 1/20/2025
3.0.983 109 1/20/2025
3.0.982 690 1/20/2025
3.0.981 130 1/20/2025
3.0.980 846 1/20/2025
3.0.979 130 1/20/2025
3.0.978 533 1/20/2025
3.0.977 118 1/20/2025
3.0.976 125 1/20/2025
3.0.975 466 1/19/2025
3.0.974 135 1/19/2025
3.0.973 789 1/19/2025
3.0.972 113 1/19/2025
3.0.971 377 1/19/2025
3.0.970 129 1/19/2025
3.0.969 842 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 821 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 592 1/17/2025
3.0.945 164 1/17/2025
3.0.944 132 1/17/2025
3.0.943 877 1/17/2025
3.0.942 130 1/17/2025
3.0.941 559 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 431 1/16/2025
3.0.936 167 1/16/2025
3.0.935 185 1/16/2025
3.0.934 725 1/16/2025
3.0.933 126 1/16/2025
3.0.932 192 1/16/2025
3.0.931 268 1/16/2025
3.0.930 127 1/16/2025
3.0.929 473 1/16/2025
3.0.928 345 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 481 1/15/2025
3.0.920 123 1/15/2025
3.0.919 233 1/15/2025
3.0.918 525 1/15/2025
3.0.917 346 1/15/2025
3.0.916 128 1/15/2025
3.0.915 494 1/15/2025
3.0.914 315 1/15/2025
3.0.913 146 1/15/2025
3.0.912 430 1/15/2025
3.0.911 110 1/15/2025
3.0.910 386 1/15/2025
3.0.909 99 1/15/2025
3.0.908 290 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,265 1/14/2025
3.0.903 87 1/14/2025
3.0.902 704 1/14/2025
3.0.901 112 1/14/2025
3.0.900 572 1/14/2025
3.0.899 324 1/14/2025
3.0.898 494 1/13/2025
3.0.897 302 1/13/2025
3.0.896 113 1/13/2025
3.0.895 434 1/13/2025
3.0.894 110 1/13/2025
3.0.893 307 1/13/2025
3.0.892 148 1/13/2025
3.0.891 116 1/13/2025
3.0.890 495 1/13/2025
3.0.889 117 1/13/2025
3.0.888 501 1/13/2025
3.0.887 117 1/13/2025
3.0.886 379 1/12/2025
3.0.885 720 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 636 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 378 1/10/2025
3.0.873 118 1/10/2025
3.0.872 822 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,224 1/8/2025
3.0.866 500 1/3/2025
3.0.865 478 1/3/2025
3.0.864 161 1/3/2025
3.0.863 449 1/3/2025
3.0.862 162 1/3/2025
3.0.861 488 1/3/2025
3.0.860 230 1/3/2025
3.0.859 146 1/3/2025
3.0.858 719 1/3/2025
3.0.857 212 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,301 1/2/2025
3.0.847 129 1/2/2025
3.0.846 398 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 374 1/1/2025
3.0.841 386 1/1/2025
3.0.840 142 1/1/2025
3.0.839 563 1/1/2025
3.0.838 155 1/1/2025
3.0.837 151 1/1/2025
3.0.836 467 1/1/2025
3.0.835 176 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 137 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 935 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 876 12/31/2024
3.0.814 474 12/31/2024
3.0.813 113 12/31/2024
3.0.812 457 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,414 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 552 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 865 12/27/2024
3.0.799 249 12/27/2024
3.0.798 117 12/27/2024
3.0.797 1,013 12/25/2024
3.0.796 246 12/25/2024
3.0.795 292 12/25/2024
3.0.794 225 12/24/2024
3.0.793 499 12/24/2024
3.0.792 133 12/24/2024
3.0.791 223 12/24/2024
3.0.790 668 12/24/2024
3.0.789 119 12/24/2024
3.0.788 377 12/24/2024
3.0.787 130 12/24/2024
3.0.786 579 12/24/2024
3.0.785 122 12/24/2024
3.0.784 453 12/24/2024
3.0.783 129 12/24/2024
3.0.782 608 12/24/2024
3.0.781 255 12/24/2024
3.0.780 446 12/24/2024
3.0.779 133 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 461 12/24/2024
3.0.774 124 12/24/2024
3.0.773 412 12/23/2024
3.0.772 130 12/23/2024
3.0.771 396 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 553 12/23/2024
3.0.765 123 12/23/2024
3.0.764 413 12/23/2024
3.0.763 266 12/23/2024
3.0.762 149 12/23/2024
3.0.761 753 12/23/2024
3.0.760 237 12/22/2024
3.0.759 133 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 319 12/22/2024
3.0.753 488 12/22/2024
3.0.752 139 12/22/2024
3.0.751 450 12/22/2024
3.0.750 138 12/22/2024
3.0.749 701 12/22/2024
3.0.748 166 12/22/2024
3.0.747 139 12/22/2024
3.0.746 495 12/21/2024
3.0.745 273 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 669 12/21/2024
3.0.736 236 12/21/2024
3.0.735 136 12/21/2024
3.0.734 609 12/21/2024
3.0.733 139 12/21/2024
3.0.732 128 12/21/2024
3.0.731 333 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 565 12/20/2024
3.0.722 143 12/20/2024
3.0.721 540 12/19/2024
3.0.720 183 12/19/2024
3.0.719 138 12/19/2024
3.0.718 375 12/19/2024
3.0.717 356 12/19/2024
3.0.716 130 12/19/2024
3.0.715 462 12/19/2024
3.0.714 116 12/19/2024
3.0.713 332 12/18/2024
3.0.712 3,105 12/17/2024
3.0.711 313 12/17/2024
3.0.709 383 12/17/2024
3.0.708 363 12/17/2024
3.0.707 311 12/17/2024
3.0.706 373 12/16/2024
3.0.705 275 12/16/2024
3.0.704 153 12/16/2024
3.0.703 784 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 754 12/9/2024
3.0.693 401 12/9/2024
3.0.692 131 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 808 12/7/2024
3.0.687 283 12/7/2024
3.0.686 316 12/6/2024
3.0.685 130 12/6/2024
3.0.684 311 12/6/2024
3.0.683 148 12/6/2024
3.0.682 216 12/6/2024
3.0.681 300 12/6/2024
3.0.680 454 12/6/2024
3.0.679 143 12/6/2024
3.0.678 381 12/6/2024
3.0.677 328 12/6/2024
3.0.676 140 12/6/2024
3.0.675 351 12/6/2024
3.0.674 135 12/6/2024
3.0.673 308 12/6/2024
3.0.672 391 12/6/2024
3.0.671 282 12/6/2024
3.0.670 480 12/6/2024
3.0.669 142 12/6/2024
3.0.668 432 12/6/2024
3.0.667 146 12/6/2024
3.0.666 498 12/6/2024
3.0.665 130 12/6/2024
3.0.664 182 12/6/2024
3.0.663 295 12/6/2024
3.0.662 128 12/6/2024
3.0.661 378 12/6/2024
3.0.660 144 12/6/2024
3.0.659 340 12/6/2024
3.0.658 312 12/5/2024
3.0.657 148 12/5/2024
3.0.656 421 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 751 12/4/2024
3.0.647 264 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 700 12/3/2024
3.0.636 142 12/3/2024
3.0.635 803 12/3/2024
3.0.634 307 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 271 12/2/2024
3.0.629 134 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 707 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 236 12/1/2024
3.0.618 145 12/1/2024
3.0.617 1,217 12/1/2024
3.0.616 230 12/1/2024
3.0.615 474 12/1/2024
3.0.614 679 11/29/2024
3.0.613 241 11/29/2024
3.0.612 391 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 638 11/29/2024
3.0.606 670 11/21/2024
3.0.605 380 11/21/2024
3.0.604 253 11/21/2024
3.0.603 154 11/21/2024
3.0.602 335 11/21/2024
3.0.601 141 11/21/2024
3.0.600 1,183 11/20/2024
3.0.599 143 11/20/2024
3.0.598 491 11/20/2024
3.0.597 296 11/20/2024
3.0.596 258 11/20/2024
3.0.595 326 11/20/2024
3.0.594 569 11/20/2024
3.0.593 545 11/20/2024
3.0.592 146 11/20/2024
3.0.591 439 11/20/2024
3.0.590 499 11/19/2024
3.0.589 138 11/19/2024
3.0.588 319 11/19/2024
3.0.587 139 11/19/2024
3.0.586 129 11/19/2024
3.0.585 721 11/19/2024
3.0.584 563 11/19/2024
3.0.583 524 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,047 11/15/2024
3.0.578 200 11/15/2024
3.0.577 375 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 398 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 464 11/14/2024
3.0.566 489 11/14/2024
3.0.565 143 11/14/2024
3.0.564 393 11/14/2024
3.0.563 359 11/14/2024
3.0.561 817 11/14/2024
3.0.560 139 11/14/2024
3.0.559 488 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,798 11/13/2024
2.1.550 508 11/13/2024
2.1.549 550 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,153 11/12/2024
2.1.542 137 11/12/2024
2.1.541 1,810 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 853 11/9/2024
2.1.535 124 11/9/2024
2.1.534 959 11/8/2024
2.1.533 143 11/8/2024
2.1.532 542 11/8/2024
2.1.531 290 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,038 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,364 11/6/2024
2.1.522 408 11/6/2024
2.1.521 888 11/1/2024
2.1.520 499 11/1/2024
2.1.519 447 11/1/2024
2.1.518 147 11/1/2024
2.1.517 663 11/1/2024
2.1.516 140 11/1/2024
2.1.515 438 11/1/2024
2.1.514 964 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 831 10/29/2024
2.1.508 454 10/29/2024
2.1.507 126 10/29/2024
2.1.506 662 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,083 10/29/2024
2.1.500 842 10/29/2024
2.1.499 141 10/29/2024
2.1.498 926 10/28/2024
2.1.497 121 10/28/2024
2.1.496 1,274 10/26/2024
2.1.495 241 10/26/2024
2.1.494 318 10/26/2024
2.1.493 131 10/26/2024
2.1.492 1,598 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 850 10/22/2024
2.1.486 184 10/22/2024
2.1.485 697 10/22/2024
2.1.484 127 10/22/2024
2.1.483 730 10/22/2024
2.1.482 1,604 10/18/2024
2.1.481 649 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,613 10/15/2024
2.1.476 400 10/15/2024
2.1.475 550 10/15/2024
2.1.474 127 10/15/2024
2.1.473 982 10/14/2024
2.1.472 861 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 471 10/12/2024
2.1.467 155 10/12/2024
2.1.466 636 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,157 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 645 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 279 10/9/2024
2.1.453 310 10/9/2024
2.1.452 139 10/9/2024
2.1.451 909 10/8/2024
2.1.450 154 10/8/2024
2.1.449 857 10/8/2024
2.1.448 355 10/8/2024
2.1.447 153 10/8/2024
2.1.446 644 10/8/2024
2.1.445 160 10/8/2024
2.1.444 410 10/8/2024
2.1.443 200 10/8/2024
2.1.442 141 10/8/2024
2.1.441 846 10/8/2024
2.1.440 144 10/8/2024
2.1.439 979 10/3/2024
2.1.438 277 10/3/2024
2.1.437 473 10/3/2024
2.1.436 148 10/3/2024
2.1.435 511 10/3/2024
2.1.434 431 10/3/2024
2.1.433 137 10/3/2024
2.1.432 305 10/3/2024
2.1.431 288 10/3/2024
2.1.430 140 10/3/2024
2.1.429 578 10/3/2024
2.1.428 1,094 10/2/2024
2.1.427 174 10/2/2024
2.1.426 300 10/2/2024
2.1.425 154 10/2/2024
2.1.424 325 10/2/2024
2.1.423 432 10/2/2024
2.1.422 320 10/2/2024
2.1.421 162 10/2/2024
2.1.420 561 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 666 10/1/2024
2.1.414 151 10/1/2024
2.1.413 300 10/1/2024
2.1.412 144 10/1/2024
2.1.411 624 10/1/2024
2.1.410 171 10/1/2024
2.1.409 650 10/1/2024
2.1.408 148 10/1/2024
2.1.407 738 9/29/2024
2.1.406 366 9/29/2024
2.1.405 231 9/29/2024
2.1.404 411 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 134 9/29/2024
2.1.399 635 9/29/2024
2.1.398 154 9/29/2024
2.1.397 850 9/27/2024
2.1.396 350 9/27/2024
2.1.395 400 9/27/2024
2.1.394 135 9/27/2024
2.1.393 323 9/27/2024
2.1.392 118 9/27/2024
2.1.391 565 9/27/2024
2.1.390 382 9/27/2024
2.1.389 142 9/27/2024
2.1.388 785 9/27/2024
2.1.387 132 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 887 9/27/2024
2.1.382 282 9/27/2024
2.1.381 344 9/26/2024
2.1.380 154 9/26/2024
2.1.379 418 9/26/2024
2.1.378 412 9/26/2024
2.1.377 160 9/26/2024
2.1.376 565 9/26/2024
2.1.375 295 9/26/2024
2.1.374 302 9/26/2024
2.1.373 157 9/26/2024
2.1.372 734 9/26/2024
2.1.371 158 9/26/2024
2.1.370 434 9/26/2024
2.1.369 423 9/26/2024
2.1.368 274 9/26/2024
2.1.367 271 9/26/2024
2.1.366 157 9/26/2024
2.1.365 344 9/26/2024
2.1.364 1,076 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 301 9/23/2024
2.1.359 341 9/23/2024
2.1.358 125 9/23/2024
2.1.357 460 9/23/2024
2.1.356 296 9/23/2024
2.1.355 134 9/23/2024
2.1.354 284 9/23/2024
2.1.353 761 9/23/2024
2.1.352 133 9/23/2024
2.1.351 126 9/23/2024
2.1.350 749 9/23/2024
2.1.349 137 9/23/2024
2.1.348 408 9/23/2024
2.1.347 283 9/23/2024
2.1.346 704 9/23/2024
2.1.345 135 9/23/2024
2.1.344 169 9/23/2024
2.1.343 594 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,671 9/18/2024
2.1.336 124 9/18/2024
2.1.335 305 9/18/2024
2.1.334 237 9/18/2024
2.1.333 138 9/18/2024
2.1.332 480 9/18/2024
2.1.331 389 9/18/2024
2.1.330 149 9/18/2024
2.1.329 351 9/18/2024
2.1.328 132 9/18/2024
2.1.327 382 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 308 9/17/2024
2.1.321 381 9/17/2024
2.1.320 151 9/17/2024
2.1.319 417 9/17/2024
2.1.318 166 9/17/2024
2.1.317 152 9/17/2024
2.1.316 388 9/17/2024
2.1.315 169 9/17/2024
2.1.314 433 9/17/2024
2.1.313 157 9/17/2024
2.1.312 396 9/17/2024
2.1.311 161 9/17/2024
2.1.310 453 9/17/2024
2.1.309 244 9/17/2024
2.1.308 294 9/17/2024
2.1.307 906 9/17/2024
2.1.306 159 9/17/2024
2.1.305 542 9/16/2024
2.1.304 451 9/16/2024
2.1.303 314 9/16/2024
2.1.302 303 9/16/2024
2.1.301 123 9/16/2024
2.1.300 397 9/16/2024
2.1.299 1,184 9/12/2024
2.1.298 362 9/12/2024
2.1.297 158 9/12/2024
2.1.296 434 9/12/2024
2.1.295 136 9/12/2024
2.1.294 563 9/12/2024
2.1.293 165 9/12/2024
2.1.292 365 9/12/2024
2.1.291 362 9/12/2024
2.1.290 176 9/12/2024
2.1.289 456 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 313 9/11/2024
2.1.284 171 9/11/2024
2.1.282 679 9/11/2024
2.1.281 162 9/11/2024
2.1.280 530 9/11/2024
2.1.279 153 9/11/2024
2.1.278 556 9/11/2024
2.1.277 577 9/11/2024
2.1.276 153 9/11/2024
2.1.275 378 9/11/2024
2.1.274 841 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 672 9/10/2024
2.1.269 201 9/10/2024
2.1.268 406 9/10/2024
2.1.267 168 9/10/2024
2.1.266 543 9/10/2024
2.1.265 459 9/10/2024
2.1.263 496 9/10/2024
2.1.262 257 9/10/2024
2.1.261 148 9/9/2024
2.1.260 538 9/9/2024
2.1.259 445 9/9/2024
2.1.258 456 9/9/2024
2.1.257 624 9/9/2024
2.1.255 394 9/9/2024
2.1.254 154 9/9/2024
2.1.253 414 9/9/2024
2.1.252 138 9/9/2024
2.1.251 1,089 9/7/2024
2.1.250 484 9/7/2024
2.1.249 154 9/7/2024
2.1.248 168 9/7/2024
2.1.247 462 9/7/2024
2.1.246 153 9/7/2024
2.1.245 582 9/6/2024
2.1.244 251 9/6/2024
2.1.243 150 9/6/2024
2.1.242 425 9/6/2024
2.1.241 164 9/6/2024
2.1.240 561 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 323 9/5/2024
2.1.232 141 9/5/2024
2.1.231 519 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 1,045 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 981 9/4/2024
2.1.221 163 9/4/2024
2.1.220 541 9/4/2024
2.1.219 365 9/4/2024
2.1.218 174 9/4/2024
2.1.217 256 9/4/2024
2.1.216 301 9/3/2024
2.1.215 176 9/3/2024
2.1.214 481 9/3/2024
2.1.213 130 9/3/2024
2.1.212 498 9/3/2024
2.1.211 150 9/3/2024
2.1.210 508 9/3/2024
2.1.209 158 9/3/2024
2.1.207 553 9/3/2024
2.1.206 940 8/29/2024
2.1.205 169 8/29/2024
2.1.204 288 8/29/2024
2.1.203 152 8/29/2024
2.1.202 492 8/29/2024
2.1.201 656 8/26/2024
2.1.200 315 8/26/2024
2.1.199 298 8/26/2024
2.1.197 243 8/26/2024
2.1.196 729 8/26/2024
2.1.195 169 8/26/2024
2.1.194 611 8/21/2024
2.1.193 316 8/21/2024
2.1.192 186 8/21/2024
2.1.191 431 8/21/2024
2.1.190 183 8/21/2024
2.1.189 554 8/21/2024
2.1.188 150 8/21/2024
2.1.187 454 8/21/2024
2.1.186 155 8/21/2024
2.1.185 523 8/20/2024
2.1.184 167 8/20/2024
2.1.183 573 8/20/2024
2.1.182 171 8/20/2024
2.1.181 543 8/20/2024
2.1.180 154 8/20/2024
2.1.179 458 8/20/2024
2.1.178 752 8/20/2024
2.1.177 365 8/19/2024
2.1.176 158 8/19/2024
2.1.175 600 8/15/2024
2.1.174 260 8/15/2024
2.1.173 256 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 562 8/15/2024
2.1.166 662 8/14/2024
2.1.165 406 8/14/2024
2.1.164 186 8/14/2024
2.1.163 388 8/14/2024
2.1.162 170 8/14/2024
2.1.161 332 8/13/2024
2.1.160 606 8/13/2024
2.1.159 634 8/7/2024
2.1.158 279 8/7/2024
2.1.157 248 8/7/2024
2.1.156 273 8/7/2024
2.1.155 136 8/7/2024
2.1.154 336 8/7/2024
2.1.153 134 8/7/2024
2.1.152 322 8/6/2024
2.1.151 123 8/6/2024
2.1.150 312 8/6/2024
2.1.149 946 8/1/2024
2.1.148 360 8/1/2024
2.1.147 138 8/1/2024
2.1.146 344 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 891 7/25/2024
2.1.136 380 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 272 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 245 7/24/2024
2.1.118 1,510 7/20/2024
2.1.117 190 7/20/2024
2.1.116 179 7/20/2024
2.1.115 174 7/20/2024
2.1.114 150 7/20/2024
2.1.113 289 7/20/2024
2.1.112 164 7/20/2024
2.1.111 290 7/20/2024
2.1.110 866 7/17/2024
2.1.109 277 7/17/2024
2.1.108 254 7/17/2024
2.1.107 466 7/14/2024
2.1.106 150 7/14/2024
2.1.105 391 7/14/2024
2.1.104 403 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 368 7/14/2024
2.1.98 656 7/11/2024
2.1.97 377 7/10/2024
2.1.96 180 7/10/2024
2.1.95 478 7/10/2024
2.1.94 535 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 231 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 157 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,368 7/9/2024
2.1.70 133 7/9/2024
2.1.69 10,854 7/9/2024
2.1.68 312 7/9/2024
2.1.67 150 7/9/2024
2.1.66 591 7/9/2024
2.1.65 150 7/9/2024
2.1.64 573 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 705 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 435 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 555 7/8/2024
2.1.50 151 7/8/2024
2.1.49 360 7/7/2024
2.1.48 357 7/7/2024
2.1.47 154 7/7/2024
2.1.46 230 7/7/2024
2.1.45 280 7/7/2024
2.1.44 153 7/7/2024
2.1.43 611 7/7/2024
2.1.42 308 7/7/2024
2.1.41 641 7/5/2024
2.1.40 450 7/4/2024
2.1.39 465 7/3/2024
2.1.38 310 7/3/2024
2.1.37 281 7/3/2024
2.1.36 291 7/3/2024
2.1.35 277 7/3/2024
2.1.34 346 7/3/2024
2.1.33 166 7/3/2024
2.1.32 357 7/3/2024
2.1.31 166 7/3/2024
2.1.30 273 7/3/2024
2.1.29 591 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 672 7/3/2024
2.1.23 441 6/30/2024
2.1.22 325 6/30/2024
2.1.21 154 6/30/2024
2.1.20 162 6/30/2024
2.1.19 158 6/30/2024
2.1.18 151 6/30/2024
2.1.17 233 6/30/2024
2.1.16 265 6/30/2024
2.1.15 272 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 303 6/28/2024
2.1.7 683 6/27/2024
2.1.6 526 6/27/2024
2.1.5 474 6/24/2024
2.1.4 186 6/24/2024
2.1.3 168 6/24/2024
2.1.2 167 6/24/2024
2.1.1 179 6/24/2024