Soenneker.Blazor.Utils.ResourceLoader 3.0.1490

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.1490
                    
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 3.0.1490
                    
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.1490" />
                    
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.1490" />
                    
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.1490
                    
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 3.0.1490"
                    
#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.1490
                    
#: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.1490
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.1490
                    
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 (28)

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