[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8

Whats wrong with this code????

Asked by duemes in PHP Scripting Language, PHP for Windows

Whats wrong with this code????
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
419:
420:
421:
422:
423:
424:
425:
426:
427:
428:
429:
430:
431:
432:
433:
434:
435:
436:
437:
438:
439:
440:
441:
442:
443:
444:
445:
446:
447:
448:
449:
450:
451:
452:
453:
454:
455:
456:
457:
458:
459:
460:
461:
462:
463:
464:
465:
466:
467:
<?php
 
require_once("config.php");
 
 
 
$cerereSQL='SELECT * FROM form_comp_db';
 
$result=mysql_query($cerereSQL) or die('not ok:'.mysql_error());
 
 
 
 
 
echo '<HTML>
 
<HEAD>
 
<TITLE>Attendees</TITLE>
 
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
 
<META NAME="Generator" CONTENT="NetObjects Fusion 8 for Windows">
 
<script type="text/javascript" src="overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
 
<BASE TARGET="_parent">
 
<LINK REL=STYLESHEET TYPE="text/css" HREF="../html/style.css">
 
<LINK REL=STYLESHEET TYPE="text/css" HREF="../html/site.css">
 
<STYLE>
 
</STYLE>';
 
echo '<script Language="JavaScript">';
 
echo '<!--'; 
 
echo 'function coor() { ';
 
echo 'window.status = "X=" + window.event.x + " Y=" +window.event.y; ';
 
echo '} ';
 
echo '//  End --> ';
 
echo '</script> ';
 
echo '</HEAD>
 
<BODY NOF="(MB=(brochure, 75, 45, 138, 0), L=(AttendeesLayout, 749, 1167))" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>;
    <div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div> 
    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
 
        <TR VALIGN=TOP ALIGN=LEFT>
 
            <TD WIDTH=32><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=32 HEIGHT=1 BORDER=0 ALT=""></TD>
 
            <TD WIDTH=650>
 
                <TABLE ID="Table1" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
 
                    <TR>
 
                        <TD><P>&nbsp;</P>
 
                          <P><img src="splitrock.jpg" width="1216" height="647" usemap="#splitrock" style="border-style:none"></P></TD>
 
                    </TR>
 
                </TABLE>
 
            </TD>
 
        </TR>
 
    </TABLE>
 
    </TABLE>
 
<div>
 
<map id="splitrock" name="splitrock">';
 
while($rand = mysql_fetch_array($result)){
 
if($rand['BOOTH']==101){
echo '<area shape="rect" alt="" coords="55,240,97,283" href="body_exhibitors_list.php" title="" onMouseOver="return overlib("'.$rand['NAME_ON_SIGN'].'", CAPTION, "Booth '.$rand['BOOTH'].'")" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==102){
echo '<area shape="rect" alt="" coords="55,287,97,330" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==103){
echo '<area shape="rect" alt="" coords="55,334,97,376" href="body_exhibitors_list.php" title="" onMouseOver="" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==104){
echo '<area shape="rect" alt="" coords="55,380,97,421" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==105){
echo '<area shape="rect" alt="" coords="55,425,97,468" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==106){
echo '<area shape="rect" alt="" coords="141,385,182,428" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==107){
echo '<area shape="rect" alt="" coords="186,385,226,428" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==108){
echo '<area shape="rect" alt="" coords="230,385,271,428" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==110){
echo '<area shape="rect" alt="" coords="140,261,181,304" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==111){
echo '<area shape="rect" alt="" coords="185,261,224,304" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==112){
echo '<area shape="rect" alt="" coords="229,261,270,304" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==114){
echo '<area shape="rect" alt="" coords="119,129,159,173" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==115){
echo '<area shape="rect" alt="" coords="162,129,203,173" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==116){
echo '<area shape="rect" alt="" coords="207,129,247,173" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==117){
echo '<area shape="rect" alt="" coords="248,10,289,52" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	 
};
if($rand['BOOTH']==118){
echo '<area shape="rect" alt="" coords="294,10,335,52" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==119){
echo '<area shape="rect" alt="" coords="339,10,381,52" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==120){
echo '<area shape="rect" alt="" coords="314,100,355,143" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==121){
echo '<area shape="rect" alt="" coords="314,147,355,189" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==122){
echo '<area shape="rect" alt="" coords="314,193,355,236" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==123){
echo '<area shape="rect" alt="" coords="314,240,355,280" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==124){
echo '<area shape="rect" alt="" coords="314,285,355,328" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==125){
echo '<area shape="rect" alt="" coords="314,333,355,375" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==126){
echo '<area shape="rect" alt="" coords="314,379,355,421" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==127){
echo '<area shape="rect" alt="" coords="314,425,355,468" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==128){
echo '<area shape="rect" alt="" coords="347,516,390,556" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==129){
echo '<area shape="rect" alt="" coords="394,516,435,556" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==130){
echo '<area shape="rect" alt="" coords="440,516,482,556" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==131){
echo '<area shape="rect" alt="" coords="368,425,410,468" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==132){
echo '<area shape="rect" alt="" coords="368,379,410,421" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==133){
echo '<area shape="rect" alt="" coords="368,332,410,375" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==134){
echo '<area shape="rect" alt="" coords="368,287,410,328" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==135){
echo '<area shape="rect" alt="" coords="368,240,410,283" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==136){
echo '<area shape="rect" alt="" coords="368,193,410,236" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==137){
echo '<area shape="rect" alt="" coords="368,147,410,188" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==138){
echo '<area shape="rect" alt="" coords="368,100,410,143" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==139){
echo '<area shape="rect" alt="" coords="385,10,425,52" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==140){
echo '<area shape="rect" alt="" coords="429,10,472,52" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==141){
echo '<area shape="rect" alt="" coords="477,10,521,52" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==142){
echo '<area shape="rect" alt="" coords="461,99,504,142" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==143){
echo '<area shape="rect" alt="" coords="461,146,504,188" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==144){
echo '<area shape="rect" alt="" coords="461,192,504,235" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==145){
echo '<area shape="rect" alt="" coords="461,240,504,280" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==146){
echo '<area shape="rect" alt="" coords="461,284,504,328" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==147){
echo '<area shape="rect" alt="" coords="461,333,504,375" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==148){
echo '<area shape="rect" alt="" coords="461,379,504,420" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==149){
echo '<area shape="rect" alt="" coords="461,425,504,468" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==150){
echo '<area shape="rect" alt="" coords="486,516,527,556" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==151){
echo '<area shape="rect" alt="" coords="531,516,573,556" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==152){
echo '<area shape="rect" alt="" coords="577,516,618,556" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==153){
echo '<area shape="rect" alt="" coords="507,425,550,468" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==154){
echo '<area shape="rect" alt="" coords="507,379,550,420" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==155){
echo '<area shape="rect" alt="" coords="507,333,550,375" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==156){
echo '<area shape="rect" alt="" coords="507,284,550,328" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==157){
echo '<area shape="rect" alt="" coords="507,240,550,280" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==158){
echo '<area shape="rect" alt="" coords="507,192,550,235" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==159){
echo '<area shape="rect" alt="" coords="507,146,550,188" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==160){
echo '<area shape="rect" alt="" coords="507,99,550,142" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==161){
echo '<area shape="rect" alt="" coords="525,10,563,52" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==162){
echo '<area shape="rect" alt="" coords="567,10,608,52" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==163){
echo '<area shape="rect" alt="" coords="613,10,654,52" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==164){
echo '<area shape="rect" alt="" coords="597,99,640,142" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==165){
echo '<area shape="rect" alt="" coords="597,146,640,188" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==166){
echo '<area shape="rect" alt="" coords="597,192,640,235" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==167){
echo '<area shape="rect" alt="" coords="597,239,640,280" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==168){
echo '<area shape="rect" alt="" coords="597,284,640,328" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==169){
echo '<area shape="rect" alt="" coords="597,332,640,375" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==170){
echo '<area shape="rect" alt="" coords="597,379,640,420" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==171){
echo '<area shape="rect" alt="" coords="597,424,640,467" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==172){
echo '<area shape="rect" alt="" coords="643,424,686,467" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==173){
echo '<area shape="rect" alt="" coords="643,379,686,420" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==174){
echo '<area shape="rect" alt="" coords="643,332,686,375" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==175){
echo '<area shape="rect" alt="" coords="643,284,686,328" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==176){
echo '<area shape="rect" alt="" coords="643,239,686,280" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==177){
echo '<area shape="rect" alt="" coords="643,192,686,235" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==178){
echo '<area shape="rect" alt="" coords="643,146,686,188" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==179){
echo '<area shape="rect" alt="" coords="643,99,686,142" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';		
};
if($rand['BOOTH']==180){
echo '<area shape="rect" alt="" coords="658,10,699,52" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==183){
echo '<area shape="rect" alt="" coords="737,99,779,142" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==184){
echo '<area shape="rect" alt="" coords="737,147,779,188" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==185){
echo '<area shape="rect" alt="" coords="737,192,779,235" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==186){
echo '<area shape="rect" alt="" coords="737,240,779,280" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==187){
echo '<area shape="rect" alt="" coords="737,284,779,328" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==188){
echo '<area shape="rect" alt="" coords="737,333,779,375" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==189){
echo '<area shape="rect" alt="" coords="737,379,779,420" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==190){
echo '<area shape="rect" alt="" coords="737,425,779,468" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==191){
echo '<area shape="rect" alt="" coords="817,514,858,556" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==192){
echo '<area shape="rect" alt="" coords="783,425,825,468" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==193){
echo '<area shape="rect" alt="" coords="782,379,825,420" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==194){
echo '<area shape="rect" alt="" coords="782,333,825,375" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';		
};
if($rand['BOOTH']==195){
echo '<area shape="rect" alt="" coords="782,284,825,328" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==196){
echo '<area shape="rect" alt="" coords="782,240,825,280" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==197){
echo '<area shape="rect" alt="" coords="782,192,825,235" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==198){
echo '<area shape="rect" alt="" coords="782,147,825,188" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==199){
echo '<area shape="rect" alt="" coords="782,99,825,142" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==204){
echo '<area shape="rect" alt="" coords="873,99,916,142" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==205){
echo '<area shape="rect" alt="" coords="873,147,916,188" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==206){
echo '<area shape="rect" alt="" coords="873,192,916,235" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==207){
echo '<area shape="rect" alt="" coords="873,240,916,280" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==208){
echo '<area shape="rect" alt="" coords="873,284,916,328" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==209){
echo '<area shape="rect" alt="" coords="873,333,916,375" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==210){
echo '<area shape="rect" alt="" coords="873,379,916,420" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==211){
echo '<area shape="rect" alt="" coords="873,425,916,468" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==212){
echo '<area shape="rect" alt="" coords="862,514,903,556" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==213){
echo '<area shape="rect" alt="" coords="907,514,949,556" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==214){
echo '<area shape="rect" alt="" coords="953,514,994,556" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==215){
echo '<area shape="rect" alt="" coords="919,425,962,468" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==216){
echo '<area shape="rect" alt="" coords="919,379,962,420" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';
};
if($rand['BOOTH']==217){
echo '<area shape="rect" alt="" coords="919,333,962,375" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';		
};
if($rand['BOOTH']==218){
echo '<area shape="rect" alt="" coords="919,284,962,328" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';	
};
if($rand['BOOTH']==219){
echo '<area shape="rect" alt="" coords="919,240,962,280" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';		
};
if($rand['BOOTH']==220){
echo '<area shape="rect" alt="" coords="919,192,962,235" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';		
};
if($rand['BOOTH']==221){
echo '<area shape="rect" alt="" coords="919,147,962,188" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';		
};
if($rand['BOOTH']==222){
echo '<area shape="rect" alt="" coords="919,99,962,142" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';		
};
if($rand['BOOTH']==223){
echo '<area shape="rect" alt="" coords="1011,83,1053,125" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';		
};
if($rand['BOOTH']==224){
echo '<area shape="rect" alt="" coords="1010,130,1053,173" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';		
};
if($rand['BOOTH']==225){
echo '<area shape="rect" alt="" coords="1011,271,1053,312" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';		
};
if($rand['BOOTH']==226){
echo '<area shape="rect" alt="" coords="1011,316,1053,360" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';		
};
if($rand['BOOTH']==227){
echo '<area shape="rect" alt="" coords="1011,437,1053,478" href="body_exhibitors_list.php" title="" onMouseOver="return overlib(\''.$rand['NAME_ON_SIGN'].'\', CAPTION, \'Booth '.$rand['BOOTH'].'\')" onMouseOut="return nd();" />';		
};
 
};
 
 
 
echo '<b></b><area shape="default" nohref="nohref" alt="" />
 
</map>
 
</div>
 
<p align="center"><a href="http://www.nj-phcc.org/index.php?option=com_wrapper&Itemid=35"><b>Back To Main Convention Page</b></a></p>
 
</BODY>
 
</HTML>
 
';
 
 
 
?>
 
Loading Advertisement...
 
[+][-]12/01/08 11:10 AM, ID: 23071388Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12/01/08 11:28 AM, ID: 23071571Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12/01/08 12:01 PM, ID: 23071906Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12/01/08 01:11 PM, ID: 23072415Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12/01/08 01:18 PM, ID: 23072479Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12/01/08 02:30 PM, ID: 23073110Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12/01/08 07:02 PM, ID: 23074251Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: PHP Scripting Language, PHP for Windows
Sign Up Now!
Solution Provided By: kelvinwkw
Participating Experts: 2
Solution Grade: A
 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625