Soenneker.Blazor.Utils.ResourceLoader 3.0.1504

Prefix Reserved
dotnet add package Soenneker.Blazor.Utils.ResourceLoader --version 3.0.1504
                    
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 3.0.1504
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.Utils.ResourceLoader" Version="3.0.1504" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.ResourceLoader" Version="3.0.1504" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Blazor.Utils.ResourceLoader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Blazor.Utils.ResourceLoader --version 3.0.1504
                    
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 3.0.1504"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Blazor.Utils.ResourceLoader@3.0.1504
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.1504
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.1504
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Utils.ResourceLoader

A Blazor JavaScript interop for dynamically loading scripts, styles, and modules

Overview

The ResourceLoader class is designed to manage the loading and initialization of scripts, styles, and JavaScript modules in a Blazor application. It provides methods to asynchronously load scripts and styles, wait for variables to be available, and manage the lifecycle of JavaScript modules.

It ensures that each resource is only loaded once (through this interop), even with multiple concurrent calls.

Table of Contents

Installation

dotnet add package Soenneker.Blazor.Utils.ResourceLoader

Usage

Loading Scripts

To load a script, use the LoadScript method. It injects the file into the DOM.

await resourceLoader.LoadScript("https://example.com/script.js");

LoadScriptAndWaitForVariable is also available. It waits for a specified JavaScript variable to be available:

await resourceLoader.LoadScriptAndWaitForVariable("https://example.com/script.js", "variableName");

Loading Styles

To load a style, use the LoadStyle method. It injects the file into the DOM.

await resourceLoader.LoadStyle("https://example.com/style.css");

Importing Modules

To import a JavaScript module, use the ImportModule method:

var module = await resourceLoader.ImportModule("moduleName");

You probably want ImportModuleAndWaitUntilAvailable, as that waits until the module is loaded, and accessible:

// 'ResourceLoader' is the name of the export class
var module = await resourceLoader.ImportModuleAndWaitUntilAvailable("Soenneker.Blazor.Utils.ResourceLoader/resourceloader.js", "ResourceLoader");

Waiting for Variables

To wait for a JavaScript variable to be available, use the WaitForVariable method:

await resourceLoader.WaitForVariable("variableName");

Disposing Modules

Be sure to dispose of a module after you're done interacting with it. To dispose of a JavaScript module, use the DisposeModule method:

await resourceLoader.DisposeModule("moduleName");
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (25)

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.LogJson

A Blazor interop library that logs JSON (like HTTP requests/responses) within the browser

Soenneker.Blazor.Masonry

A lightweight, responsive **Blazor** component for Masonry (the cascading grid layout library) — perfect for image grids, cards, and dynamic content.

GitHub repositories

This package is not used by any popular GitHub repositories.

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