Soenneker.Blazor.Utils.ResourceLoader 3.0.1497

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.ResourceLoader --version 3.0.1497
                    
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 3.0.1497
                    
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.1497" />
                    
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.1497" />
                    
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.1497
                    
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 3.0.1497"
                    
#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.1497
                    
#: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.1497
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.1497
                    
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 (29)

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