stat2025 commited on
Commit
5190e75
·
verified ·
1 Parent(s): 0cbacda

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +306 -16
script.js CHANGED
@@ -1,22 +1,312 @@
1
- // بيانات الروابط (تم توليدها من ملف Excel)
2
  const DATA = [
3
- {"name":"حسن عبدالله ابوكبوس","url":"https://stat2025-map.static.hf.space/FIS/01.html"},
4
- {"name":"مفلح مشبب علي القحطاني","url":"https://stat2025-map.static.hf.space/FIS/02.html"},
5
- {"name":"نايف علي ال قحصان","url":"https://stat2025-map.static.hf.space/FIS/03.html"},
6
- {"name":"جمانه عزيز الخريصي","url":"https://stat2025-map.static.hf.space/FIS/04.html"},
7
- {"name":"منى خلف العنزي","url":"https://stat2025-map.static.hf.space/FIS/05.html"},
8
- {"name":"عبدالله سالم الهاجري","url":"https://stat2025-map.static.hf.space/FIS/06.html"},
9
- {"name":"اشواق عبدالكريم الحنطي","url":"https://stat2025-map.static.hf.space/FIS/07.html"},
10
- {"name":"ياسمين عيسى المطوع","url":"https://stat2025-map.static.hf.space/FIS/08.html"},
11
- {"name":"دانه احمد الدريب","url":"https://stat2025-map.static.hf.space/FIS/09.html"},
12
- {"name":"ريما عبدالله السحيباني","url":"https://stat2025-map.static.hf.space/FIS/10.html"},
13
- {"name":"خديجة حسين هنبوبه","url":"https://stat2025-map.static.hf.space/FIS/11.html"},
14
- {"name":"سارة صالح القحطاني","url":"https://stat2025-map.static.hf.space/FIS/12.html"},
15
- {"name":"أبرار ناصر المطيري","url":"https://stat2025-map.static.hf.space/FIS/13.html"},
16
- {"name":"محمد صالح الخضير","url":"https://stat2025-map.static.hf.space/FIS/14.html"},
17
- {"name":"نايف مطر الشمري","url":"https://stat2025-map.static.hf.space/FIS/15.html"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ];
19
 
 
20
  function normalizeArabic(s) {
21
  if (!s) return "";
22
  return String(s)
 
1
+
2
  const DATA = [
3
+ {
4
+ "name": "أبرار ناصر المطيري",
5
+ "url": "https://stat2025-map.static.hf.space/FIS/13.html"
6
+ },
7
+ {
8
+ "name": "أحمد حمود محمد الحربي",
9
+ "url": "https://stat2025-map.static.hf.space/BCS/59.html"
10
+ },
11
+ {
12
+ "name": "أروى سعيد بن عبدالله القحطاني",
13
+ "url": "https://stat2025-map.static.hf.space/BCS/29.html"
14
+ },
15
+ {
16
+ "name": "أماني مصطفى بن عبدالله الطيب",
17
+ "url": "https://stat2025-map.static.hf.space/BCS/42.html"
18
+ },
19
+ {
20
+ "name": "أمل احمد محمد مجرشي",
21
+ "url": "https://stat2025-map.static.hf.space/BCS/01.html"
22
+ },
23
+ {
24
+ "name": "أمل بنت علي بن علي السماعيل",
25
+ "url": "https://stat2025-map.static.hf.space/BCS/50.html"
26
+ },
27
+ {
28
+ "name": "أمل جعفر بن علي آل حماد",
29
+ "url": "https://stat2025-map.static.hf.space/BCS/40.html"
30
+ },
31
+ {
32
+ "name": "أمل صالح بن احمد آل مزعل",
33
+ "url": "https://stat2025-map.static.hf.space/BCS/06.html"
34
+ },
35
+ {
36
+ "name": "احلام صالح معيوض العصيمي",
37
+ "url": "https://stat2025-map.static.hf.space/BCS/43.html"
38
+ },
39
+ {
40
+ "name": "احمد متعب بن عوض الحربي",
41
+ "url": "https://stat2025-map.static.hf.space/BCS/56.html"
42
+ },
43
+ {
44
+ "name": "اسراء محمد بن علي الاصيل",
45
+ "url": "https://stat2025-map.static.hf.space/BCS/39.html"
46
+ },
47
+ {
48
+ "name": "اسعد بن ماجد بن احمد الهاشم",
49
+ "url": "https://stat2025-map.static.hf.space/BCS/37.html"
50
+ },
51
+ {
52
+ "name": "اسماء بنت محمد بن حسين العدساني",
53
+ "url": "https://stat2025-map.static.hf.space/BCS/52.html"
54
+ },
55
+ {
56
+ "name": "اشواق عبدالكريم الحنطي",
57
+ "url": "https://stat2025-map.static.hf.space/FIS/07.html"
58
+ },
59
+ {
60
+ "name": "الجازي معيض هادي ال دعلان",
61
+ "url": "https://stat2025-map.static.hf.space/BCS/36.html"
62
+ },
63
+ {
64
+ "name": "ايمان عبدالعزيز بن صالح الصالح",
65
+ "url": "https://stat2025-map.static.hf.space/BCS/09.html"
66
+ },
67
+ {
68
+ "name": "ايمان عبدالعزيز بن صالح الصالح",
69
+ "url": "https://stat2025-map.static.hf.space/BCS/23.html"
70
+ },
71
+ {
72
+ "name": "باسمه احمد بن محمد القرني",
73
+ "url": "https://stat2025-map.static.hf.space/BCS/31.html"
74
+ },
75
+ {
76
+ "name": "باقر عبدالله بن هاشم الهاشم",
77
+ "url": "https://stat2025-map.static.hf.space/BCS/47.html"
78
+ },
79
+ {
80
+ "name": "بخيته عادل احمد الدوسري",
81
+ "url": "https://stat2025-map.static.hf.space/BCS/12.html"
82
+ },
83
+ {
84
+ "name": "جمانه عزيز الخريصي",
85
+ "url": "https://stat2025-map.static.hf.space/FIS/04.html"
86
+ },
87
+ {
88
+ "name": "حسن عادل بن حسين الوصيبعي",
89
+ "url": "https://stat2025-map.static.hf.space/BCS/48.html"
90
+ },
91
+ {
92
+ "name": "حسن عبدالله ابوكبوس",
93
+ "url": "https://stat2025-map.static.hf.space/FIS/01.html"
94
+ },
95
+ {
96
+ "name": "حسين علي بن صالح الربيعه",
97
+ "url": "https://stat2025-map.static.hf.space/BCS/19.html"
98
+ },
99
+ {
100
+ "name": "حنين محمد مبارك آل مبارك",
101
+ "url": "https://stat2025-map.static.hf.space/BCS/28.html"
102
+ },
103
+ {
104
+ "name": "خديجة حسين هنبوبه",
105
+ "url": "https://stat2025-map.static.hf.space/FIS/11.html"
106
+ },
107
+ {
108
+ "name": "دانه احمد الدريب",
109
+ "url": "https://stat2025-map.static.hf.space/FIS/09.html"
110
+ },
111
+ {
112
+ "name": "روان سعود بن مرشد الرحيلي",
113
+ "url": "https://stat2025-map.static.hf.space/BCS/45.html"
114
+ },
115
+ {
116
+ "name": "ريم بنت محمد بن عبدالعزيز الملحم",
117
+ "url": "https://stat2025-map.static.hf.space/BCS/04.html"
118
+ },
119
+ {
120
+ "name": "ريما عبدالله السحيباني",
121
+ "url": "https://stat2025-map.static.hf.space/FIS/10.html"
122
+ },
123
+ {
124
+ "name": "زهراء بنت عايش بن علي الصاهود",
125
+ "url": "https://stat2025-map.static.hf.space/BCS/13.html"
126
+ },
127
+ {
128
+ "name": "سارة صالح القحطاني",
129
+ "url": "https://stat2025-map.static.hf.space/FIS/12.html"
130
+ },
131
+ {
132
+ "name": "ساره حسين بن عبدالهادي بوخمسين",
133
+ "url": "https://stat2025-map.static.hf.space/BCS/18.html"
134
+ },
135
+ {
136
+ "name": "ساره خالد سليمان المحيسن",
137
+ "url": "https://stat2025-map.static.hf.space/BCS/20.html"
138
+ },
139
+ {
140
+ "name": "سراب حميد عبدالمجيد السليمان",
141
+ "url": "https://stat2025-map.static.hf.space/BCS/25.html"
142
+ },
143
+ {
144
+ "name": "سلافه عباس محمد العلوي",
145
+ "url": "https://stat2025-map.static.hf.space/BCS/30.html"
146
+ },
147
+ {
148
+ "name": "سميه سامى بن احمد النعيم",
149
+ "url": "https://stat2025-map.static.hf.space/BCS/51.html"
150
+ },
151
+ {
152
+ "name": "شريفه ابراهيم بن عبدالله العقيل",
153
+ "url": "https://stat2025-map.static.hf.space/BCS/33.html"
154
+ },
155
+ {
156
+ "name": "شيماء عبدالرحمن بن دحباش سودي",
157
+ "url": "https://stat2025-map.static.hf.space/BCS/26.html"
158
+ },
159
+ {
160
+ "name": "صالح دلي بن عقلاء الشمري",
161
+ "url": "https://stat2025-map.static.hf.space/BCS/46.html"
162
+ },
163
+ {
164
+ "name": "طيبه فالح بن عبدالله الرويشد",
165
+ "url": "https://stat2025-map.static.hf.space/BCS/11.html"
166
+ },
167
+ {
168
+ "name": "عائشه سليمان بن نايف الحربي",
169
+ "url": "https://stat2025-map.static.hf.space/BCS/44.html"
170
+ },
171
+ {
172
+ "name": "عبدالله سالم الهاجري",
173
+ "url": "https://stat2025-map.static.hf.space/FIS/06.html"
174
+ },
175
+ {
176
+ "name": "عبدالمجيد مشعل محمد الحربي",
177
+ "url": "https://stat2025-map.static.hf.space/BCS/58.html"
178
+ },
179
+ {
180
+ "name": "عبدالهادي عون بن سعييد القحطاني",
181
+ "url": "https://stat2025-map.static.hf.space/BCS/05.html"
182
+ },
183
+ {
184
+ "name": "عقيله محمدحسين بن علي الجباره",
185
+ "url": "https://stat2025-map.static.hf.space/BCS/53.html"
186
+ },
187
+ {
188
+ "name": "غاده سعد بن عبدالرحمن القحطاني",
189
+ "url": "https://stat2025-map.static.hf.space/BCS/08.html"
190
+ },
191
+ {
192
+ "name": "غشمه محمد بن سعد الشهراني",
193
+ "url": "https://stat2025-map.static.hf.space/BCS/14.html"
194
+ },
195
+ {
196
+ "name": "فايزه محمد مسعود الحازمي",
197
+ "url": "https://stat2025-map.static.hf.space/BCS/22.html"
198
+ },
199
+ {
200
+ "name": "فوز عائد نومان المطيري",
201
+ "url": "https://stat2025-map.static.hf.space/BCS/61.html"
202
+ },
203
+ {
204
+ "name": "فيصل تركي فيصل القحطاني",
205
+ "url": "https://stat2025-map.static.hf.space/BCS/34.html"
206
+ },
207
+ {
208
+ "name": "قنوت محمد بن عبدالله آل حماد",
209
+ "url": "https://stat2025-map.static.hf.space/BCS/03.html"
210
+ },
211
+ {
212
+ "name": "لطيفه صالح بن عبدالرحمن العبد القادر",
213
+ "url": "https://stat2025-map.static.hf.space/BCS/32.html"
214
+ },
215
+ {
216
+ "name": "لطيفه علي بن حسين النعيم",
217
+ "url": "https://stat2025-map.static.hf.space/BCS/16.html"
218
+ },
219
+ {
220
+ "name": "لولوه بدر بن حمد الصياح",
221
+ "url": "https://stat2025-map.static.hf.space/BCS/21.html"
222
+ },
223
+ {
224
+ "name": "لين أحمد بن عبدالعزيز القصير",
225
+ "url": "https://stat2025-map.static.hf.space/BCS/35.html"
226
+ },
227
+ {
228
+ "name": "محمد صالح الخضير",
229
+ "url": "https://stat2025-map.static.hf.space/FIS/14.html"
230
+ },
231
+ {
232
+ "name": "محمد فهد محمد الحربي",
233
+ "url": "https://stat2025-map.static.hf.space/BCS/60.html"
234
+ },
235
+ {
236
+ "name": "مرتضى عبدالجليل بن عيسى الحكيم",
237
+ "url": "https://stat2025-map.static.hf.space/BCS/38.html"
238
+ },
239
+ {
240
+ "name": "مصطفى احمد بن جمعه الرمضان",
241
+ "url": "https://stat2025-map.static.hf.space/BCS/49.html"
242
+ },
243
+ {
244
+ "name": "مفلح مشبب علي القحطاني",
245
+ "url": "https://stat2025-map.static.hf.space/FIS/02.html"
246
+ },
247
+ {
248
+ "name": "منى خلف العنزي",
249
+ "url": "https://stat2025-map.static.hf.space/FIS/05.html"
250
+ },
251
+ {
252
+ "name": "منيره سعد بن احمد الجديدي",
253
+ "url": "https://stat2025-map.static.hf.space/BCS/54.html"
254
+ },
255
+ {
256
+ "name": "ناصر عبدالله بن ناصر القحطاني",
257
+ "url": "https://stat2025-map.static.hf.space/BCS/57.html"
258
+ },
259
+ {
260
+ "name": "نايف علي ال قحصان",
261
+ "url": "https://stat2025-map.static.hf.space/FIS/03.html"
262
+ },
263
+ {
264
+ "name": "نايف مطر الشمري",
265
+ "url": "https://stat2025-map.static.hf.space/FIS/15.html"
266
+ },
267
+ {
268
+ "name": "نبأ عادل بن عبدالكريم آل رضوان",
269
+ "url": "https://stat2025-map.static.hf.space/BCS/15.html"
270
+ },
271
+ {
272
+ "name": "نجود عبدالعزيز بن عقيل العمري",
273
+ "url": "https://stat2025-map.static.hf.space/BCS/24.html"
274
+ },
275
+ {
276
+ "name": "ندى ابراهيم بن علي المنصور",
277
+ "url": "https://stat2025-map.static.hf.space/BCS/17.html"
278
+ },
279
+ {
280
+ "name": "نوره عبدالله بن زهير الرزقي",
281
+ "url": "https://stat2025-map.static.hf.space/BCS/10.html"
282
+ },
283
+ {
284
+ "name": "نوف سعود بن سالم الخثعمي",
285
+ "url": "https://stat2025-map.static.hf.space/BCS/02.html"
286
+ },
287
+ {
288
+ "name": "نوف صالح بن محمد السميح",
289
+ "url": "https://stat2025-map.static.hf.space/BCS/55.html"
290
+ },
291
+ {
292
+ "name": "نيللي حسين عبدالله الجعص",
293
+ "url": "https://stat2025-map.static.hf.space/BCS/27.html"
294
+ },
295
+ {
296
+ "name": "وضحاء نائف سعد الشريف",
297
+ "url": "https://stat2025-map.static.hf.space/BCS/07.html"
298
+ },
299
+ {
300
+ "name": "ياسمين عيسى المطوع",
301
+ "url": "https://stat2025-map.static.hf.space/FIS/08.html"
302
+ },
303
+ {
304
+ "name": "يحي علي بن يحي المسين",
305
+ "url": "https://stat2025-map.static.hf.space/BCS/41.html"
306
+ }
307
  ];
308
 
309
+
310
  function normalizeArabic(s) {
311
  if (!s) return "";
312
  return String(s)