Soenneker.Blazor.Utils.ResourceLoader 3.0.1414

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

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