Soenneker.Blazor.Utils.ResourceLoader 2.1.352

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