Soenneker.Blazor.Utils.ResourceLoader 2.1.77

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

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