Completed
Pull Request — master (#208)
by Kiran
08:04
created
geodirectory-admin/place_dummy_post.php 1 patch
Switch Indentation   +1162 added lines, -1162 removed lines patch added patch discarded remove patch
@@ -18,24 +18,24 @@  discard block
 block discarded – undo
18 18
 
19 19
 switch ($dummy_post_index) {
20 20
 
21
-    case(1):
22
-        $image_array[] = "$dummy_image_url/a1.jpg";
23
-        $image_array[] = "$dummy_image_url/a2.jpg";
24
-        $image_array[] = "$dummy_image_url/a3.jpg";
25
-        $image_array[] = "$dummy_image_url/a4.jpg";
26
-        $image_array[] = "$dummy_image_url/a5.jpg";
27
-        $image_array[] = "$dummy_image_url/a6.jpg";
28
-        $image_array[] = "$dummy_image_url/a7.jpg";
29
-        $image_array[] = "$dummy_image_url/a8.jpg";
30
-        $image_array[] = "$dummy_image_url/a9.jpg";
31
-        $image_array[] = "$dummy_image_url/a10.jpg";
32
-        $image_array[] = "$dummy_image_url/a11.jpg";
33
-
34
-
35
-        $post_info[] = array(
36
-            "listing_type" => 'gd_place',
37
-            "post_title" => 'Franklin Square',
38
-            "post_desc" => ' <h3> Location </h3>
21
+    	case(1):
22
+        	$image_array[] = "$dummy_image_url/a1.jpg";
23
+        	$image_array[] = "$dummy_image_url/a2.jpg";
24
+        	$image_array[] = "$dummy_image_url/a3.jpg";
25
+        	$image_array[] = "$dummy_image_url/a4.jpg";
26
+        	$image_array[] = "$dummy_image_url/a5.jpg";
27
+        	$image_array[] = "$dummy_image_url/a6.jpg";
28
+        	$image_array[] = "$dummy_image_url/a7.jpg";
29
+        	$image_array[] = "$dummy_image_url/a8.jpg";
30
+        	$image_array[] = "$dummy_image_url/a9.jpg";
31
+        	$image_array[] = "$dummy_image_url/a10.jpg";
32
+        	$image_array[] = "$dummy_image_url/a11.jpg";
33
+
34
+
35
+        	$post_info[] = array(
36
+            	"listing_type" => 'gd_place',
37
+            	"post_title" => 'Franklin Square',
38
+            	"post_desc" => ' <h3> Location </h3>
39 39
 		
40 40
 		6th and Race Streets in Historic Philadelphia
41 41
 		<h3>The Experience</h3>
@@ -70,42 +70,42 @@  discard block
 block discarded – undo
70 70
 		Just in time for summer, Franklin Square has opened SquareBurger, a Stephen Starr-run “burger shack” selling summer staples: hot dogs, fries, milkshakes (made with Tasty Kakes) and, of course, hamburgers and cheeseburgers.
71 71
 		
72 72
 		SquareBurger is open until October - perfect for a couple bites between rounds of miniature golf!',
73
-            "post_images" => $image_array,
74
-            "post_category" => array('gd_placecategory' => array('Attractions', 'Feature')),
75
-            "post_tags" => array('Tags', 'Sample Tags'),
76
-            "geodir_video" => '',
77
-            "geodir_timing" => 'Open today until 1 p.m., Sunday 10 am to 9 pm',
78
-            "geodir_contact" => '(111) 677-4444',
79
-            "geodir_email" => '[email protected]',
80
-            "geodir_website" => 'http://franklinsquare.com',
81
-            "geodir_twitter" => 'http://twitter.com/franklinsquare',
82
-            "geodir_facebook" => 'http://facebook.com/franklinsquare',
83
-            "post_dummy" => '1'
84
-        );
85
-
86
-
87
-        break;
88
-    case 2:
89
-        $image_array = array();
90
-        $post_meta = array();
91
-
92
-        /// Attractions ////post start 2///
93
-        $image_array[] = "$dummy_image_url/a6.jpg";
94
-        $image_array[] = "$dummy_image_url/a1.jpg";
95
-        $image_array[] = "$dummy_image_url/a3.jpg";
96
-        $image_array[] = "$dummy_image_url/a4.jpg";
97
-        $image_array[] = "$dummy_image_url/a5.jpg";
98
-        $image_array[] = "$dummy_image_url/a2.jpg";
99
-        $image_array[] = "$dummy_image_url/a7.jpg";
100
-        $image_array[] = "$dummy_image_url/a8.jpg";
101
-        $image_array[] = "$dummy_image_url/a9.jpg";
102
-        $image_array[] = "$dummy_image_url/a10.jpg";
103
-        $image_array[] = "$dummy_image_url/a11.jpg";
104
-
105
-        $post_info[] = array(
106
-            "listing_type" => 'gd_place',
107
-            "post_title" => 'Please Touch Museum',
108
-            "post_desc" => '<h3>New Location! </h3>
73
+            	"post_images" => $image_array,
74
+            	"post_category" => array('gd_placecategory' => array('Attractions', 'Feature')),
75
+            	"post_tags" => array('Tags', 'Sample Tags'),
76
+            	"geodir_video" => '',
77
+            	"geodir_timing" => 'Open today until 1 p.m., Sunday 10 am to 9 pm',
78
+            	"geodir_contact" => '(111) 677-4444',
79
+            	"geodir_email" => '[email protected]',
80
+            	"geodir_website" => 'http://franklinsquare.com',
81
+            	"geodir_twitter" => 'http://twitter.com/franklinsquare',
82
+            	"geodir_facebook" => 'http://facebook.com/franklinsquare',
83
+            	"post_dummy" => '1'
84
+        	);
85
+
86
+
87
+        	break;
88
+    	case 2:
89
+        	$image_array = array();
90
+        	$post_meta = array();
91
+
92
+        	/// Attractions ////post start 2///
93
+        	$image_array[] = "$dummy_image_url/a6.jpg";
94
+        	$image_array[] = "$dummy_image_url/a1.jpg";
95
+        	$image_array[] = "$dummy_image_url/a3.jpg";
96
+        	$image_array[] = "$dummy_image_url/a4.jpg";
97
+        	$image_array[] = "$dummy_image_url/a5.jpg";
98
+        	$image_array[] = "$dummy_image_url/a2.jpg";
99
+        	$image_array[] = "$dummy_image_url/a7.jpg";
100
+        	$image_array[] = "$dummy_image_url/a8.jpg";
101
+        	$image_array[] = "$dummy_image_url/a9.jpg";
102
+        	$image_array[] = "$dummy_image_url/a10.jpg";
103
+        	$image_array[] = "$dummy_image_url/a11.jpg";
104
+
105
+        	$post_info[] = array(
106
+            	"listing_type" => 'gd_place',
107
+            	"post_title" => 'Please Touch Museum',
108
+            	"post_desc" => '<h3>New Location! </h3>
109 109
 		
110 110
 		Who doesn&acute;t love the Please Touch Museum? And now, taking kids to the Museum is better than ever. The nation&acute;s premier children&acute;s museum - which has been a beloved landmark since it opened in 1976 - has a new home in Fairmount Park, opening its doors to a world of educational, hands-on fun.
111 111
 		
@@ -137,42 +137,42 @@  discard block
 block discarded – undo
137 137
 		
138 138
 		You can buy admission tickets to the Please Touch Museum online through our partners at the Independence Visitor Center. Just click the button below.',
139 139
 
140
-            "post_images" => $image_array,
141
-            "post_category" => array('gd_placecategory' => array('Attractions', 'Feature')),
142
-            "post_tags" => array('Tags', 'Sample Tags'),
143
-            "geodir_video" => '',
144
-            "geodir_timing" => 'Open today until 1 p.m., Sunday 10 am to 9 pm',
145
-            "geodir_contact" => '(222) 777-1111',
146
-            "geodir_email" => '[email protected]',
147
-            "geodir_website" => 'http://pleasetouchmuseum.com',
148
-            "geodir_twitter" => 'http://twitter.com/pleasetouchmuseum',
149
-            "geodir_facebook" => 'http://facebook.com/pleasetouchmuseum',
150
-            "post_dummy" => '1'
151
-        );
152
-
153
-        break;
154
-    case 3:
155
-        $image_array = array();
156
-        $post_meta = array();
157
-
158
-        ////post end///
159
-        /// Attractions ////post start 3///
160
-        $image_array[] = "$dummy_image_url/a9.jpg";
161
-        $image_array[] = "$dummy_image_url/a10.jpg";
162
-        $image_array[] = "$dummy_image_url/a3.jpg";
163
-        $image_array[] = "$dummy_image_url/a4.jpg";
164
-        $image_array[] = "$dummy_image_url/a5.jpg";
165
-        $image_array[] = "$dummy_image_url/a2.jpg";
166
-        $image_array[] = "$dummy_image_url/a7.jpg";
167
-        $image_array[] = "$dummy_image_url/a8.jpg";
168
-        $image_array[] = "$dummy_image_url/a6.jpg";
169
-        $image_array[] = "$dummy_image_url/a1.jpg";
170
-        $image_array[] = "$dummy_image_url/a11.jpg";
171
-
172
-        $post_info[] = array(
173
-            "listing_type" => 'gd_place',
174
-            "post_title" => 'Longwood Gardens',
175
-            "post_desc" => '<h3>The Experience </h3>
140
+            	"post_images" => $image_array,
141
+            	"post_category" => array('gd_placecategory' => array('Attractions', 'Feature')),
142
+            	"post_tags" => array('Tags', 'Sample Tags'),
143
+            	"geodir_video" => '',
144
+            	"geodir_timing" => 'Open today until 1 p.m., Sunday 10 am to 9 pm',
145
+            	"geodir_contact" => '(222) 777-1111',
146
+            	"geodir_email" => '[email protected]',
147
+            	"geodir_website" => 'http://pleasetouchmuseum.com',
148
+            	"geodir_twitter" => 'http://twitter.com/pleasetouchmuseum',
149
+            	"geodir_facebook" => 'http://facebook.com/pleasetouchmuseum',
150
+            	"post_dummy" => '1'
151
+        	);
152
+
153
+        	break;
154
+    	case 3:
155
+        	$image_array = array();
156
+        	$post_meta = array();
157
+
158
+        	////post end///
159
+        	/// Attractions ////post start 3///
160
+        	$image_array[] = "$dummy_image_url/a9.jpg";
161
+        	$image_array[] = "$dummy_image_url/a10.jpg";
162
+        	$image_array[] = "$dummy_image_url/a3.jpg";
163
+        	$image_array[] = "$dummy_image_url/a4.jpg";
164
+        	$image_array[] = "$dummy_image_url/a5.jpg";
165
+        	$image_array[] = "$dummy_image_url/a2.jpg";
166
+        	$image_array[] = "$dummy_image_url/a7.jpg";
167
+        	$image_array[] = "$dummy_image_url/a8.jpg";
168
+        	$image_array[] = "$dummy_image_url/a6.jpg";
169
+        	$image_array[] = "$dummy_image_url/a1.jpg";
170
+        	$image_array[] = "$dummy_image_url/a11.jpg";
171
+
172
+        	$post_info[] = array(
173
+            	"listing_type" => 'gd_place',
174
+            	"post_title" => 'Longwood Gardens',
175
+            	"post_desc" => '<h3>The Experience </h3>
176 176
 		
177 177
 		When you&acute;re at Longwood Gardens, it&acute;s easy to imagine that you&acute;re at a giant, royal garden in Europe. Stroll along the many paths through acres of exquisitely maintained grounds featuring 11,000 different types of plants.
178 178
 		
@@ -197,42 +197,42 @@  discard block
 block discarded – undo
197 197
 		<h3>Buy Tickets Online In Advance </h3>
198 198
 		
199 199
 		You can buy admission tickets to Longwood Gardens online through our partners at the Independence Visitor Center. Just click the button below.',
200
-            "post_images" => $image_array,
201
-            "post_category" => array('gd_placecategory' => array('Attractions')),
202
-            "post_tags" => array('wood', 'garden'),
203
-            "geodir_video" => '',
204
-            "geodir_timing" => 'Open today until 1 p.m., Sunday 10 am to 9 pm',
205
-            "geodir_contact" => '(111) 888-1111',
206
-            "geodir_email" => '[email protected]',
207
-            "geodir_website" => 'http://longwoodgardens.com',
208
-            "geodir_twitter" => 'http://twitter.com/longwoodgardens',
209
-            "geodir_facebook" => 'http://facebook.com/longwoodgardens',
210
-            "post_dummy" => '1'
211
-        );
212
-        break;
213
-    ////post end///
214
-    /// Attractions ////post start 4///
215
-
216
-    case 4:
217
-
218
-        $image_array = array();
219
-        $post_meta = array();
220
-        $image_array[] = "$dummy_image_url/a11.jpg";
221
-        $image_array[] = "$dummy_image_url/a10.jpg";
222
-        $image_array[] = "$dummy_image_url/a3.jpg";
223
-        $image_array[] = "$dummy_image_url/a4.jpg";
224
-        $image_array[] = "$dummy_image_url/a5.jpg";
225
-        $image_array[] = "$dummy_image_url/a2.jpg";
226
-        $image_array[] = "$dummy_image_url/a7.jpg";
227
-        $image_array[] = "$dummy_image_url/a8.jpg";
228
-        $image_array[] = "$dummy_image_url/a6.jpg";
229
-        $image_array[] = "$dummy_image_url/a1.jpg";
230
-        $image_array[] = "$dummy_image_url/a9.jpg";
231
-
232
-        $post_info[] = array(
233
-            "listing_type" => 'gd_place',
234
-            "post_title" => 'The Philadelphia Zoo',
235
-            "post_desc" => '<h3>The Zoo 150th Birthday</h3>
200
+            	"post_images" => $image_array,
201
+            	"post_category" => array('gd_placecategory' => array('Attractions')),
202
+            	"post_tags" => array('wood', 'garden'),
203
+            	"geodir_video" => '',
204
+            	"geodir_timing" => 'Open today until 1 p.m., Sunday 10 am to 9 pm',
205
+            	"geodir_contact" => '(111) 888-1111',
206
+            	"geodir_email" => '[email protected]',
207
+            	"geodir_website" => 'http://longwoodgardens.com',
208
+            	"geodir_twitter" => 'http://twitter.com/longwoodgardens',
209
+            	"geodir_facebook" => 'http://facebook.com/longwoodgardens',
210
+            	"post_dummy" => '1'
211
+        	);
212
+        	break;
213
+    	////post end///
214
+    	/// Attractions ////post start 4///
215
+
216
+    	case 4:
217
+
218
+        	$image_array = array();
219
+        	$post_meta = array();
220
+        	$image_array[] = "$dummy_image_url/a11.jpg";
221
+        	$image_array[] = "$dummy_image_url/a10.jpg";
222
+        	$image_array[] = "$dummy_image_url/a3.jpg";
223
+        	$image_array[] = "$dummy_image_url/a4.jpg";
224
+        	$image_array[] = "$dummy_image_url/a5.jpg";
225
+        	$image_array[] = "$dummy_image_url/a2.jpg";
226
+        	$image_array[] = "$dummy_image_url/a7.jpg";
227
+        	$image_array[] = "$dummy_image_url/a8.jpg";
228
+        	$image_array[] = "$dummy_image_url/a6.jpg";
229
+        	$image_array[] = "$dummy_image_url/a1.jpg";
230
+        	$image_array[] = "$dummy_image_url/a9.jpg";
231
+
232
+        	$post_info[] = array(
233
+            	"listing_type" => 'gd_place',
234
+            	"post_title" => 'The Philadelphia Zoo',
235
+            	"post_desc" => '<h3>The Zoo 150th Birthday</h3>
236 236
 		
237 237
 		The Philadelphia Zoo celebrated its 150th anniversary in 2009. So stop by and celebrate this major achievement at America&acute;s first zoo!
238 238
 		
@@ -267,45 +267,45 @@  discard block
 block discarded – undo
267 267
 		The nation&acute;s oldest zoo was chartered in 1859, but the impending Civil War delayed its opening until 1874. In addition to its animals, the zoo is known for its historic architecture, which includes the country home of William Penn&acute;s grandson; its botanical collections of over 500 plant species; its groundbreaking research and its fine veterinary facilities.
268 268
 		
269 269
 		The Primate Reserve, Carnivore Kingdom, and Rare Animal Conservation Center, with its tree kangaroos and blue-eyed lemurs, are brand new, but there&acute;s still fun to be had in the historic, old-style bird, pachyderm and carnivore houses. In the Treehouse, kids can investigate the world from an animal&acute;s perspective; outdoors, the Zoo Balloon lifts passengers 400 feet into the air for a bird&acute;s-eye view of the zoo.',
270
-            "post_images" => $image_array,
271
-            "post_category" => array('gd_placecategory' => array('Attractions')),
272
-            "post_tags" => array('wood', 'garden'),
273
-            "geodir_video" => '',
274
-            "geodir_timing" => 'Open today until 11.30 a.m., Sunday 11 am to 7 pm',
275
-            "geodir_contact" => '(211) 143-1900',
276
-            "geodir_email" => '[email protected]',
277
-            "geodir_website" => 'http://philadelphiazoo.com',
278
-            "geodir_twitter" => 'http://twitter.com/philadelphiazoo',
279
-            "geodir_facebook" => 'http://facebook.com/philadelphiazoo',
280
-            "post_dummy" => '1'
281
-        );
282
-
283
-        ////post end///
284
-        /// Attractions ////post start 4///
285
-        break;
286
-    case 5:
287
-
288
-
289
-        $image_array = array();
290
-        $post_meta = array();
291
-
292
-        /// Attractions ////post start 5///
293
-        $image_array[] = "$dummy_image_url/a12.jpg";
294
-        $image_array[] = "$dummy_image_url/a13.jpg";
295
-        $image_array[] = "$dummy_image_url/a3.jpg";
296
-        $image_array[] = "$dummy_image_url/a4.jpg";
297
-        $image_array[] = "$dummy_image_url/a5.jpg";
298
-        $image_array[] = "$dummy_image_url/a2.jpg";
299
-        $image_array[] = "$dummy_image_url/a7.jpg";
300
-        $image_array[] = "$dummy_image_url/a8.jpg";
301
-        $image_array[] = "$dummy_image_url/a6.jpg";
302
-        $image_array[] = "$dummy_image_url/a1.jpg";
303
-        $image_array[] = "$dummy_image_url/a9.jpg";
304
-
305
-        $post_info[] = array(
306
-            "listing_type" => 'gd_place',
307
-            "post_title" => 'National Constitution Center',
308
-            "post_desc" => '<h3>The Experience</h3>
270
+            	"post_images" => $image_array,
271
+            	"post_category" => array('gd_placecategory' => array('Attractions')),
272
+            	"post_tags" => array('wood', 'garden'),
273
+            	"geodir_video" => '',
274
+            	"geodir_timing" => 'Open today until 11.30 a.m., Sunday 11 am to 7 pm',
275
+            	"geodir_contact" => '(211) 143-1900',
276
+            	"geodir_email" => '[email protected]',
277
+            	"geodir_website" => 'http://philadelphiazoo.com',
278
+            	"geodir_twitter" => 'http://twitter.com/philadelphiazoo',
279
+            	"geodir_facebook" => 'http://facebook.com/philadelphiazoo',
280
+            	"post_dummy" => '1'
281
+        	);
282
+
283
+        	////post end///
284
+        	/// Attractions ////post start 4///
285
+        	break;
286
+    	case 5:
287
+
288
+
289
+        	$image_array = array();
290
+        	$post_meta = array();
291
+
292
+        	/// Attractions ////post start 5///
293
+        	$image_array[] = "$dummy_image_url/a12.jpg";
294
+        	$image_array[] = "$dummy_image_url/a13.jpg";
295
+        	$image_array[] = "$dummy_image_url/a3.jpg";
296
+        	$image_array[] = "$dummy_image_url/a4.jpg";
297
+        	$image_array[] = "$dummy_image_url/a5.jpg";
298
+        	$image_array[] = "$dummy_image_url/a2.jpg";
299
+        	$image_array[] = "$dummy_image_url/a7.jpg";
300
+        	$image_array[] = "$dummy_image_url/a8.jpg";
301
+        	$image_array[] = "$dummy_image_url/a6.jpg";
302
+        	$image_array[] = "$dummy_image_url/a1.jpg";
303
+        	$image_array[] = "$dummy_image_url/a9.jpg";
304
+
305
+        	$post_info[] = array(
306
+            	"listing_type" => 'gd_place',
307
+            	"post_title" => 'National Constitution Center',
308
+            	"post_desc" => '<h3>The Experience</h3>
309 309
 	
310 310
 	It only four pages long, but the U.S. Constitution is among the most influential and important documents in the history of the world.
311 311
 	
@@ -327,45 +327,45 @@  discard block
 block discarded – undo
327 327
 	<h3>Kids Stuff </h3>
328 328
 	
329 329
 	The Center frequently hosts special events with a focus on children that include informative and engaging hands-on activities. For specific information, check out the Center website.',
330
-            "post_images" => $image_array,
331
-            "post_category" => array('gd_placecategory' => array('Attractions', 'Feature')),
332
-            "post_tags" => array('Tag', 'Center'),
333
-            "geodir_video" => '',
334
-            "geodir_timing" => 'Open today until 9.30 a.m., Sunday 11 am to 7 pm',
335
-            "geodir_contact" => '(111) 111-1111',
336
-            "geodir_email" => '[email protected]',
337
-            "geodir_website" => 'http://ncc.com',
338
-            "geodir_twitter" => 'http://twitter.com/ncc',
339
-            "geodir_facebook" => 'http://facebook.com/ncc',
340
-            "post_dummy" => '1'
341
-        );
342
-
343
-        ////post end///
344
-        /// Attractions ////post start 5///
345
-        break;
346
-    case 6:
347
-
348
-
349
-        $image_array = array();
350
-        $post_meta = array();
351
-
352
-        /// Attractions ////post start 6///
353
-        $image_array[] = "$dummy_image_url/a14.jpg";
354
-        $image_array[] = "$dummy_image_url/a13.jpg";
355
-        $image_array[] = "$dummy_image_url/a3.jpg";
356
-        $image_array[] = "$dummy_image_url/a4.jpg";
357
-        $image_array[] = "$dummy_image_url/a5.jpg";
358
-        $image_array[] = "$dummy_image_url/a2.jpg";
359
-        $image_array[] = "$dummy_image_url/a7.jpg";
360
-        $image_array[] = "$dummy_image_url/a8.jpg";
361
-        $image_array[] = "$dummy_image_url/a6.jpg";
362
-        $image_array[] = "$dummy_image_url/a1.jpg";
363
-        $image_array[] = "$dummy_image_url/a9.jpg";
364
-
365
-        $post_info[] = array(
366
-            "listing_type" => 'gd_place',
367
-            "post_title" => 'Sadsbury Woods Preserve',
368
-            "post_desc" => 'A more than 500-acre nature preserve ideal for walking and hiking, Sadsbury Woods is also an important habitat for interior nesting birds and small mammals. An increasingly rare area of interior woodlands, defined as an area at least 300 feet from any road, lawn or meadow, provides a critical habitat for many species of birds, especially neo-tropical migrant songbirds.
330
+            	"post_images" => $image_array,
331
+            	"post_category" => array('gd_placecategory' => array('Attractions', 'Feature')),
332
+            	"post_tags" => array('Tag', 'Center'),
333
+            	"geodir_video" => '',
334
+            	"geodir_timing" => 'Open today until 9.30 a.m., Sunday 11 am to 7 pm',
335
+            	"geodir_contact" => '(111) 111-1111',
336
+            	"geodir_email" => '[email protected]',
337
+            	"geodir_website" => 'http://ncc.com',
338
+            	"geodir_twitter" => 'http://twitter.com/ncc',
339
+            	"geodir_facebook" => 'http://facebook.com/ncc',
340
+            	"post_dummy" => '1'
341
+        	);
342
+
343
+        	////post end///
344
+        	/// Attractions ////post start 5///
345
+        	break;
346
+    	case 6:
347
+
348
+
349
+        	$image_array = array();
350
+        	$post_meta = array();
351
+
352
+        	/// Attractions ////post start 6///
353
+        	$image_array[] = "$dummy_image_url/a14.jpg";
354
+        	$image_array[] = "$dummy_image_url/a13.jpg";
355
+        	$image_array[] = "$dummy_image_url/a3.jpg";
356
+        	$image_array[] = "$dummy_image_url/a4.jpg";
357
+        	$image_array[] = "$dummy_image_url/a5.jpg";
358
+        	$image_array[] = "$dummy_image_url/a2.jpg";
359
+        	$image_array[] = "$dummy_image_url/a7.jpg";
360
+        	$image_array[] = "$dummy_image_url/a8.jpg";
361
+        	$image_array[] = "$dummy_image_url/a6.jpg";
362
+        	$image_array[] = "$dummy_image_url/a1.jpg";
363
+        	$image_array[] = "$dummy_image_url/a9.jpg";
364
+
365
+        	$post_info[] = array(
366
+            	"listing_type" => 'gd_place',
367
+            	"post_title" => 'Sadsbury Woods Preserve',
368
+            	"post_desc" => 'A more than 500-acre nature preserve ideal for walking and hiking, Sadsbury Woods is also an important habitat for interior nesting birds and small mammals. An increasingly rare area of interior woodlands, defined as an area at least 300 feet from any road, lawn or meadow, provides a critical habitat for many species of birds, especially neo-tropical migrant songbirds.
369 369
 	
370 370
 	Situated on the western edge of Chester County, the land remains much as it did centuries ago, and now serves as a permanent refuge in an area facing dramatically increasing development pressure.
371 371
 	
@@ -381,45 +381,45 @@  discard block
 block discarded – undo
381 381
 	Outsider Tip
382 382
 	
383 383
 	The deep forest is a great place for spotting neo-tropical songbirds in the spring and summer months',
384
-            "post_images" => $image_array,
385
-            "post_category" => array('gd_placecategory' => array('Attractions')),
386
-            "post_tags" => array('sample', 'tags'),
387
-            "geodir_video" => '',
388
-            "geodir_timing" => 'Open today until 12.30 p.m., Sunday 12 pm to 7 pm',
389
-            "geodir_contact" => '(222) 999-9999',
390
-            "geodir_email" => '[email protected]',
391
-            "geodir_website" => 'http://swp.com',
392
-            "geodir_twitter" => 'http://twitter.com/swp',
393
-            "geodir_facebook" => 'http://facebook.com/swp',
394
-            "post_dummy" => '1'
395
-        );
396
-
397
-        ////post end///
398
-        /// Attractions ////post start 6///
399
-
400
-        break;
401
-    case 7:
402
-
403
-        $image_array = array();
404
-        $post_meta = array();
405
-
406
-        /// Attractions ////post start 7///
407
-        $image_array[] = "$dummy_image_url/a15.jpg";
408
-        $image_array[] = "$dummy_image_url/a16.jpg";
409
-        $image_array[] = "$dummy_image_url/a17.jpg";
410
-        $image_array[] = "$dummy_image_url/a4.jpg";
411
-        $image_array[] = "$dummy_image_url/a5.jpg";
412
-        $image_array[] = "$dummy_image_url/a2.jpg";
413
-        $image_array[] = "$dummy_image_url/a7.jpg";
414
-        $image_array[] = "$dummy_image_url/a8.jpg";
415
-        $image_array[] = "$dummy_image_url/a6.jpg";
416
-        $image_array[] = "$dummy_image_url/a1.jpg";
417
-        $image_array[] = "$dummy_image_url/a9.jpg";
418
-
419
-        $post_info[] = array(
420
-            "listing_type" => 'gd_place',
421
-            "post_title" => 'Museum Without Walls',
422
-            "post_desc" => '<h3>The Experience </h3>
384
+            	"post_images" => $image_array,
385
+            	"post_category" => array('gd_placecategory' => array('Attractions')),
386
+            	"post_tags" => array('sample', 'tags'),
387
+            	"geodir_video" => '',
388
+            	"geodir_timing" => 'Open today until 12.30 p.m., Sunday 12 pm to 7 pm',
389
+            	"geodir_contact" => '(222) 999-9999',
390
+            	"geodir_email" => '[email protected]',
391
+            	"geodir_website" => 'http://swp.com',
392
+            	"geodir_twitter" => 'http://twitter.com/swp',
393
+            	"geodir_facebook" => 'http://facebook.com/swp',
394
+            	"post_dummy" => '1'
395
+        	);
396
+
397
+        	////post end///
398
+        	/// Attractions ////post start 6///
399
+
400
+        	break;
401
+    	case 7:
402
+
403
+        	$image_array = array();
404
+        	$post_meta = array();
405
+
406
+        	/// Attractions ////post start 7///
407
+        	$image_array[] = "$dummy_image_url/a15.jpg";
408
+        	$image_array[] = "$dummy_image_url/a16.jpg";
409
+        	$image_array[] = "$dummy_image_url/a17.jpg";
410
+        	$image_array[] = "$dummy_image_url/a4.jpg";
411
+        	$image_array[] = "$dummy_image_url/a5.jpg";
412
+        	$image_array[] = "$dummy_image_url/a2.jpg";
413
+        	$image_array[] = "$dummy_image_url/a7.jpg";
414
+        	$image_array[] = "$dummy_image_url/a8.jpg";
415
+        	$image_array[] = "$dummy_image_url/a6.jpg";
416
+        	$image_array[] = "$dummy_image_url/a1.jpg";
417
+        	$image_array[] = "$dummy_image_url/a9.jpg";
418
+
419
+        	$post_info[] = array(
420
+            	"listing_type" => 'gd_place',
421
+            	"post_title" => 'Museum Without Walls',
422
+            	"post_desc" => '<h3>The Experience </h3>
423 423
 	
424 424
 	Museum Without Walls: AUDIO is a multi-platform, interactive audio tour, designed to allow locals and visitors alike to experience Philadelphia extensive collection of public art and outdoor sculpture along the Benjamin Franklin Parkway and Kelly Drive. This innovative program invites passersby to stop, look, listen and see this city public art in a new way. Discover the untold histories of the 51 outdoor sculptures at 35 stops through these professionally produced three-minute interpretive audio segments. The many narratives have been spoken by more than 100 individuals, all with personal connections to the pieces of art.
425 425
 	
@@ -429,45 +429,45 @@  discard block
 block discarded – undo
429 429
 	<h3>History </h3>
430 430
 	
431 431
 	Philadelphia has more outdoor sculpture than any other American city, yet this extensive collection often goes unnoticed. This program is intended to reveal the distinct stories behind each of these works, that have become visual white noise for so many of the city residents and visitors. ',
432
-            "post_images" => $image_array,
433
-            "post_category" => array('gd_placecategory' => array('Attractions')),
434
-            "post_tags" => array('Museum'),
435
-            "geodir_video" => '',
436
-            "geodir_timing" => 'Open today until 10.30 a.m., Sunday 10 am to 7 pm',
437
-            "geodir_contact" => '(222) 999-9999',
438
-            "geodir_email" => '[email protected]',
439
-            "geodir_website" => 'http://museumwithoutwallsaudio.org/',
440
-            "geodir_twitter" => 'http://twitter.com/mwwalls',
441
-            "geodir_facebook" => 'http://facebook.com/mwwalls',
442
-            "post_dummy" => '1'
443
-        );
444
-
445
-        ////post end///
446
-        /// Attractions ////post start 7///
447
-
448
-        break;
449
-    case 8:
450
-
451
-        $image_array = array();
452
-        $post_meta = array();
453
-
454
-        /// Attractions ////post start 8///
455
-        $image_array[] = "$dummy_image_url/a18.jpg";
456
-        $image_array[] = "$dummy_image_url/a10.jpg";
457
-        $image_array[] = "$dummy_image_url/a3.jpg";
458
-        $image_array[] = "$dummy_image_url/a4.jpg";
459
-        $image_array[] = "$dummy_image_url/a5.jpg";
460
-        $image_array[] = "$dummy_image_url/a2.jpg";
461
-        $image_array[] = "$dummy_image_url/a7.jpg";
462
-        $image_array[] = "$dummy_image_url/a8.jpg";
463
-        $image_array[] = "$dummy_image_url/a6.jpg";
464
-        $image_array[] = "$dummy_image_url/a1.jpg";
465
-        $image_array[] = "$dummy_image_url/a9.jpg";
466
-
467
-        $post_info[] = array(
468
-            "listing_type" => 'gd_place',
469
-            "post_title" => 'Audacious Freedom',
470
-            "post_desc" => 'Audacious Freedom, the major, new exhibit at the African American Museum in Philadelphia , explores the lives of people of African descent living in Philadelphia between 1776 and 1876.
432
+            	"post_images" => $image_array,
433
+            	"post_category" => array('gd_placecategory' => array('Attractions')),
434
+            	"post_tags" => array('Museum'),
435
+            	"geodir_video" => '',
436
+            	"geodir_timing" => 'Open today until 10.30 a.m., Sunday 10 am to 7 pm',
437
+            	"geodir_contact" => '(222) 999-9999',
438
+            	"geodir_email" => '[email protected]',
439
+            	"geodir_website" => 'http://museumwithoutwallsaudio.org/',
440
+            	"geodir_twitter" => 'http://twitter.com/mwwalls',
441
+            	"geodir_facebook" => 'http://facebook.com/mwwalls',
442
+            	"post_dummy" => '1'
443
+        	);
444
+
445
+        	////post end///
446
+        	/// Attractions ////post start 7///
447
+
448
+        	break;
449
+    	case 8:
450
+
451
+        	$image_array = array();
452
+        	$post_meta = array();
453
+
454
+        	/// Attractions ////post start 8///
455
+        	$image_array[] = "$dummy_image_url/a18.jpg";
456
+        	$image_array[] = "$dummy_image_url/a10.jpg";
457
+        	$image_array[] = "$dummy_image_url/a3.jpg";
458
+        	$image_array[] = "$dummy_image_url/a4.jpg";
459
+        	$image_array[] = "$dummy_image_url/a5.jpg";
460
+        	$image_array[] = "$dummy_image_url/a2.jpg";
461
+        	$image_array[] = "$dummy_image_url/a7.jpg";
462
+        	$image_array[] = "$dummy_image_url/a8.jpg";
463
+        	$image_array[] = "$dummy_image_url/a6.jpg";
464
+        	$image_array[] = "$dummy_image_url/a1.jpg";
465
+        	$image_array[] = "$dummy_image_url/a9.jpg";
466
+
467
+        	$post_info[] = array(
468
+            	"listing_type" => 'gd_place',
469
+            	"post_title" => 'Audacious Freedom',
470
+            	"post_desc" => 'Audacious Freedom, the major, new exhibit at the African American Museum in Philadelphia , explores the lives of people of African descent living in Philadelphia between 1776 and 1876.
471 471
 	
472 472
 	Discover how African Americans in Philadelphia lived and worked while helping to shape the young nation in its formative stages.
473 473
 	
@@ -475,45 +475,45 @@  discard block
 block discarded – undo
475 475
 	
476 476
 	The groundbreaking exhibit allows visitors to “walk the streets” of Historic Philadelphia using a large-scale map. Young children can join the action with Children&acute;s Corner, which highlights the daily lives of children during that period.
477 477
 	',
478
-            "post_images" => $image_array,
479
-            "post_category" => array('gd_placecategory' => array('Attractions')),
480
-            "post_tags" => array('Tag1'),
481
-            "geodir_video" => '',
482
-            "geodir_timing" => 'Open today until 11.30 a.m., Sunday 1 pm to 7 pm',
483
-            "geodir_contact" => '(777) 777-7777',
484
-            "geodir_email" => '[email protected]',
485
-            "geodir_website" => 'http://www.aampmuseum.org/',
486
-            "geodir_twitter" => 'http://twitter.com/aampmuseum',
487
-            "geodir_facebook" => 'http://facebook.com/aampmuseum',
488
-            "post_dummy" => '1'
489
-        );
490
-
491
-        ////post end///
492
-        /// Attractions ////post start 8///
493
-
494
-
495
-        break;
496
-    case 9:
497
-        $image_array = array();
498
-        $post_meta = array();
499
-
500
-        /// Attractions ////post start 9///
501
-        $image_array[] = "$dummy_image_url/a19.jpg";
502
-        $image_array[] = "$dummy_image_url/a20.jpg";
503
-        $image_array[] = "$dummy_image_url/a3.jpg";
504
-        $image_array[] = "$dummy_image_url/a4.jpg";
505
-        $image_array[] = "$dummy_image_url/a5.jpg";
506
-        $image_array[] = "$dummy_image_url/a2.jpg";
507
-        $image_array[] = "$dummy_image_url/a7.jpg";
508
-        $image_array[] = "$dummy_image_url/a8.jpg";
509
-        $image_array[] = "$dummy_image_url/a6.jpg";
510
-        $image_array[] = "$dummy_image_url/a1.jpg";
511
-        $image_array[] = "$dummy_image_url/a9.jpg";
512
-
513
-        $post_info[] = array(
514
-            "listing_type" => 'gd_place',
515
-            "post_title" => 'The Liberty Bell Center',
516
-            "post_desc" => '<h3>The Experience </h3>
478
+            	"post_images" => $image_array,
479
+            	"post_category" => array('gd_placecategory' => array('Attractions')),
480
+            	"post_tags" => array('Tag1'),
481
+            	"geodir_video" => '',
482
+            	"geodir_timing" => 'Open today until 11.30 a.m., Sunday 1 pm to 7 pm',
483
+            	"geodir_contact" => '(777) 777-7777',
484
+            	"geodir_email" => '[email protected]',
485
+            	"geodir_website" => 'http://www.aampmuseum.org/',
486
+            	"geodir_twitter" => 'http://twitter.com/aampmuseum',
487
+            	"geodir_facebook" => 'http://facebook.com/aampmuseum',
488
+            	"post_dummy" => '1'
489
+        	);
490
+
491
+        	////post end///
492
+        	/// Attractions ////post start 8///
493
+
494
+
495
+        	break;
496
+    	case 9:
497
+        	$image_array = array();
498
+        	$post_meta = array();
499
+
500
+        	/// Attractions ////post start 9///
501
+        	$image_array[] = "$dummy_image_url/a19.jpg";
502
+        	$image_array[] = "$dummy_image_url/a20.jpg";
503
+        	$image_array[] = "$dummy_image_url/a3.jpg";
504
+        	$image_array[] = "$dummy_image_url/a4.jpg";
505
+        	$image_array[] = "$dummy_image_url/a5.jpg";
506
+        	$image_array[] = "$dummy_image_url/a2.jpg";
507
+        	$image_array[] = "$dummy_image_url/a7.jpg";
508
+        	$image_array[] = "$dummy_image_url/a8.jpg";
509
+        	$image_array[] = "$dummy_image_url/a6.jpg";
510
+        	$image_array[] = "$dummy_image_url/a1.jpg";
511
+        	$image_array[] = "$dummy_image_url/a9.jpg";
512
+
513
+        	$post_info[] = array(
514
+            	"listing_type" => 'gd_place',
515
+            	"post_title" => 'The Liberty Bell Center',
516
+            	"post_desc" => '<h3>The Experience </h3>
517 517
 	
518 518
 	The Liberty Bell has a new home, and it is as powerful and dramatic as the Bell itself. Throughout the expansive, light-filled Center, larger-than-life historic documents and graphic images explore the facts and the myths surrounding the Bell.
519 519
 	
@@ -534,45 +534,45 @@  discard block
 block discarded – undo
534 534
 	The Bell is suspended from what is believed to be its original yoke, made of American elm.
535 535
 	
536 536
 	The Liberty Bell weighs 2,080 pounds. The yoke weighs about 100 pounds.',
537
-            "post_images" => $image_array,
538
-            "post_category" => array('gd_placecategory' => array('Attractions', 'Feature')),
539
-            "post_tags" => array(''),
540
-            "geodir_video" => '',
541
-            "geodir_timing" => 'The center is open year round, 9 a.m. – 5 p.m., with extended hours in the summer.',
542
-            "geodir_contact" => '(777) 666-6666',
543
-            "geodir_email" => '[email protected]',
544
-            "geodir_website" => 'http://www.nps.gov/inde',
545
-            "geodir_twitter" => 'http://twitter.com/nps',
546
-            "geodir_facebook" => 'http://facebook.com/nps',
547
-            "post_dummy" => '1'
548
-        );
549
-
550
-        ////post end///
551
-        /// Attractions ////post start 9///
552
-        break;
553
-    case 10:
554
-
555
-
556
-        $image_array = array();
557
-        $post_meta = array();
558
-
559
-        /// Attractions ////post start 10///
560
-        $image_array[] = "$dummy_image_url/a19.jpg";
561
-        $image_array[] = "$dummy_image_url/a20.jpg";
562
-        $image_array[] = "$dummy_image_url/a3.jpg";
563
-        $image_array[] = "$dummy_image_url/a4.jpg";
564
-        $image_array[] = "$dummy_image_url/a5.jpg";
565
-        $image_array[] = "$dummy_image_url/a2.jpg";
566
-        $image_array[] = "$dummy_image_url/a7.jpg";
567
-        $image_array[] = "$dummy_image_url/a8.jpg";
568
-        $image_array[] = "$dummy_image_url/a6.jpg";
569
-        $image_array[] = "$dummy_image_url/a1.jpg";
570
-        $image_array[] = "$dummy_image_url/a9.jpg";
571
-
572
-        $post_info[] = array(
573
-            "listing_type" => 'gd_place',
574
-            "post_title" => 'Rittenhouse Square',
575
-            "post_desc" => '
537
+            	"post_images" => $image_array,
538
+            	"post_category" => array('gd_placecategory' => array('Attractions', 'Feature')),
539
+            	"post_tags" => array(''),
540
+            	"geodir_video" => '',
541
+            	"geodir_timing" => 'The center is open year round, 9 a.m. – 5 p.m., with extended hours in the summer.',
542
+            	"geodir_contact" => '(777) 666-6666',
543
+            	"geodir_email" => '[email protected]',
544
+            	"geodir_website" => 'http://www.nps.gov/inde',
545
+            	"geodir_twitter" => 'http://twitter.com/nps',
546
+            	"geodir_facebook" => 'http://facebook.com/nps',
547
+            	"post_dummy" => '1'
548
+        	);
549
+
550
+        	////post end///
551
+        	/// Attractions ////post start 9///
552
+        	break;
553
+    	case 10:
554
+
555
+
556
+        	$image_array = array();
557
+        	$post_meta = array();
558
+
559
+        	/// Attractions ////post start 10///
560
+        	$image_array[] = "$dummy_image_url/a19.jpg";
561
+        	$image_array[] = "$dummy_image_url/a20.jpg";
562
+        	$image_array[] = "$dummy_image_url/a3.jpg";
563
+        	$image_array[] = "$dummy_image_url/a4.jpg";
564
+        	$image_array[] = "$dummy_image_url/a5.jpg";
565
+        	$image_array[] = "$dummy_image_url/a2.jpg";
566
+        	$image_array[] = "$dummy_image_url/a7.jpg";
567
+        	$image_array[] = "$dummy_image_url/a8.jpg";
568
+        	$image_array[] = "$dummy_image_url/a6.jpg";
569
+        	$image_array[] = "$dummy_image_url/a1.jpg";
570
+        	$image_array[] = "$dummy_image_url/a9.jpg";
571
+
572
+        	$post_info[] = array(
573
+            	"listing_type" => 'gd_place',
574
+            	"post_title" => 'Rittenhouse Square',
575
+            	"post_desc" => '
576 576
 	
577 577
 	Unlike the other squares, the early Southwest Square was never used as a burial ground, although it offered pasturage for local livestock and a convenient dumping spot for “night soil”.
578 578
 	<h3> History </h3>
@@ -605,45 +605,45 @@  discard block
 block discarded – undo
605 605
 	
606 606
 	Meanwhile, several more restaurants, bars and clubs have opened along the surrounding blocks in recent years, like Parc, Tria, Continental Midtown, Alfa, Walnut Room, and Twenty Manning just to name a few.
607 607
 	',
608
-            "post_images" => $image_array,
609
-            "post_category" => array('gd_placecategory' => array('Attractions')),
610
-            "post_tags" => array('Museum'),
611
-            "geodir_video" => '',
612
-            "geodir_timing" => 'The center is open year round, 9 a.m. – 5 p.m., with extended hours in the summer.',
613
-            "geodir_contact" => '(777) 666-6666',
614
-            "geodir_email" => '[email protected]',
615
-            "geodir_website" => 'http://www.fairmountpark.org/rittenhousesquare.asp',
616
-            "geodir_twitter" => 'http://twitter.com/fairmountpark',
617
-            "geodir_facebook" => 'http://facebook.com/fairmountpark',
618
-            "post_dummy" => '1'
619
-        );
620
-
621
-        ////post end///
622
-        /// Attractions ////post start 10///
623
-        break;
624
-    case 11:
625
-
626
-
627
-        $image_array = array();
628
-        $post_meta = array();
629
-
630
-        /// Hotels ////post start 1///
631
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
632
-        $image_array[] = "$dummy_image_url/hotels2.jpg";
633
-        $image_array[] = "$dummy_image_url/hotels3.jpg";
634
-        $image_array[] = "$dummy_image_url/hotels4.jpg";
635
-        $image_array[] = "$dummy_image_url/hotels5.jpg";
636
-        $image_array[] = "$dummy_image_url/hotels6.jpg";
637
-        $image_array[] = "$dummy_image_url/hotels7.jpg";
638
-        $image_array[] = "$dummy_image_url/hotels8.jpg";
639
-        $image_array[] = "$dummy_image_url/hotels9.jpg";
640
-        $image_array[] = "$dummy_image_url/hotels10.jpg";
641
-        $image_array[] = "$dummy_image_url/hotels11.jpg";
642
-
643
-        $post_info[] = array(
644
-            "listing_type" => 'gd_place',
645
-            "post_title" => 'Loews Philadelphia Hotel',
646
-            "post_desc" => '
608
+            	"post_images" => $image_array,
609
+            	"post_category" => array('gd_placecategory' => array('Attractions')),
610
+            	"post_tags" => array('Museum'),
611
+            	"geodir_video" => '',
612
+            	"geodir_timing" => 'The center is open year round, 9 a.m. – 5 p.m., with extended hours in the summer.',
613
+            	"geodir_contact" => '(777) 666-6666',
614
+            	"geodir_email" => '[email protected]',
615
+            	"geodir_website" => 'http://www.fairmountpark.org/rittenhousesquare.asp',
616
+            	"geodir_twitter" => 'http://twitter.com/fairmountpark',
617
+            	"geodir_facebook" => 'http://facebook.com/fairmountpark',
618
+            	"post_dummy" => '1'
619
+        	);
620
+
621
+        	////post end///
622
+        	/// Attractions ////post start 10///
623
+        	break;
624
+    	case 11:
625
+
626
+
627
+        	$image_array = array();
628
+        	$post_meta = array();
629
+
630
+        	/// Hotels ////post start 1///
631
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
632
+        	$image_array[] = "$dummy_image_url/hotels2.jpg";
633
+        	$image_array[] = "$dummy_image_url/hotels3.jpg";
634
+        	$image_array[] = "$dummy_image_url/hotels4.jpg";
635
+        	$image_array[] = "$dummy_image_url/hotels5.jpg";
636
+        	$image_array[] = "$dummy_image_url/hotels6.jpg";
637
+        	$image_array[] = "$dummy_image_url/hotels7.jpg";
638
+        	$image_array[] = "$dummy_image_url/hotels8.jpg";
639
+        	$image_array[] = "$dummy_image_url/hotels9.jpg";
640
+        	$image_array[] = "$dummy_image_url/hotels10.jpg";
641
+        	$image_array[] = "$dummy_image_url/hotels11.jpg";
642
+
643
+        	$post_info[] = array(
644
+            	"listing_type" => 'gd_place',
645
+            	"post_title" => 'Loews Philadelphia Hotel',
646
+            	"post_desc" => '
647 647
 	
648 648
 	<h3>OVERVIEW </h3>
649 649
 	
@@ -710,45 +710,45 @@  discard block
 block discarded – undo
710 710
 	
711 711
 	SoleFood Restaurant is proud to be serving Starbucks. Come in and enjoy a fresh cup of coffee during your morning rush. The Coffee Bar also offer small breakfast items for your enjoyment.
712 712
 	',
713
-            "post_images" => $image_array,
714
-            "post_category" => array('gd_placecategory' => array('Hotels', 'Feature')),
715
-            "post_tags" => array(''),
716
-            "geodir_video" => '',
717
-            "geodir_timing" => 'Daily, 6:30 am – 12:00 pm',
718
-            "geodir_contact" => '(111) 111-0000',
719
-            "geodir_email" => '[email protected]',
720
-            "geodir_website" => 'http://www.loewshotels.com/en/hotels/philadelphia-hotel/overview.aspx',
721
-            "geodir_twitter" => 'http://twitter.com/loewshotels',
722
-            "geodir_facebook" => 'http://facebook.com/loewshotels',
723
-            "post_dummy" => '1'
724
-        );
725
-
726
-        ////post end///
727
-        /// Hotels ////post start 1///
728
-        break;
729
-    case 12:
730
-
731
-
732
-        $image_array = array();
733
-        $post_meta = array();
734
-
735
-        /// Hotels ////post start 2///
736
-        $image_array[] = "$dummy_image_url/hotels5.jpg";
737
-        $image_array[] = "$dummy_image_url/hotels2.jpg";
738
-        $image_array[] = "$dummy_image_url/hotels3.jpg";
739
-        $image_array[] = "$dummy_image_url/hotels4.jpg";
740
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
741
-        $image_array[] = "$dummy_image_url/hotels6.jpg";
742
-        $image_array[] = "$dummy_image_url/hotels7.jpg";
743
-        $image_array[] = "$dummy_image_url/hotels8.jpg";
744
-        $image_array[] = "$dummy_image_url/hotels9.jpg";
745
-        $image_array[] = "$dummy_image_url/hotels10.jpg";
746
-        $image_array[] = "$dummy_image_url/hotels11.jpg";
747
-
748
-        $post_info[] = array(
749
-            "listing_type" => 'gd_place',
750
-            "post_title" => 'Embassy Suites Philadelphia',
751
-            "post_desc" => '
713
+            	"post_images" => $image_array,
714
+            	"post_category" => array('gd_placecategory' => array('Hotels', 'Feature')),
715
+            	"post_tags" => array(''),
716
+            	"geodir_video" => '',
717
+            	"geodir_timing" => 'Daily, 6:30 am – 12:00 pm',
718
+            	"geodir_contact" => '(111) 111-0000',
719
+            	"geodir_email" => '[email protected]',
720
+            	"geodir_website" => 'http://www.loewshotels.com/en/hotels/philadelphia-hotel/overview.aspx',
721
+            	"geodir_twitter" => 'http://twitter.com/loewshotels',
722
+            	"geodir_facebook" => 'http://facebook.com/loewshotels',
723
+            	"post_dummy" => '1'
724
+        	);
725
+
726
+        	////post end///
727
+        	/// Hotels ////post start 1///
728
+        	break;
729
+    	case 12:
730
+
731
+
732
+        	$image_array = array();
733
+        	$post_meta = array();
734
+
735
+        	/// Hotels ////post start 2///
736
+        	$image_array[] = "$dummy_image_url/hotels5.jpg";
737
+        	$image_array[] = "$dummy_image_url/hotels2.jpg";
738
+        	$image_array[] = "$dummy_image_url/hotels3.jpg";
739
+        	$image_array[] = "$dummy_image_url/hotels4.jpg";
740
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
741
+        	$image_array[] = "$dummy_image_url/hotels6.jpg";
742
+        	$image_array[] = "$dummy_image_url/hotels7.jpg";
743
+        	$image_array[] = "$dummy_image_url/hotels8.jpg";
744
+        	$image_array[] = "$dummy_image_url/hotels9.jpg";
745
+        	$image_array[] = "$dummy_image_url/hotels10.jpg";
746
+        	$image_array[] = "$dummy_image_url/hotels11.jpg";
747
+
748
+        	$post_info[] = array(
749
+            	"listing_type" => 'gd_place',
750
+            	"post_title" => 'Embassy Suites Philadelphia',
751
+            	"post_desc" => '
752 752
 	The newly renovated Embassy Suites Philadelphia – Center City hotel is conveniently situated in the heart of downtown Philadelphia, Pennsylvania and Philadelphia&acute;s Center City business district. This hotel in Philadelphia is located only eight miles from Philadelphia International Airport and just minutes from top Philadelphia attractions, including:
753 753
 	
754 754
 	Philadelphia Museum of Art
@@ -764,45 +764,45 @@  discard block
 block discarded – undo
764 764
 	
765 765
 	A delicious, complimentary cooked-to-order breakfast is offered each morning, and a hotel Manager&acute;s Reception every night – featuring complimentary refreshments and great company.
766 766
 	',
767
-            "post_images" => $image_array,
768
-            "post_category" => array('gd_placecategory' => array('Hotels')),
769
-            "post_tags" => array(''),
770
-            "geodir_video" => '',
771
-            "geodir_timing" => 'Daily, 10:30 am – 10 pm',
772
-            "geodir_contact" => '(111) 111-0000',
773
-            "geodir_email" => '[email protected]',
774
-            "geodir_website" => 'http://embassysuites1.hilton.com/en_US/es/hotel/PHLDTES-Embassy-Suites-Philadelphia-Center-City-Pennsylvania/index.do',
775
-            "geodir_twitter" => 'http://twitter.com/embassysuites1',
776
-            "geodir_facebook" => 'http://facebook.com/embassysuites1',
777
-            "post_dummy" => '1'
778
-        );
779
-
780
-        ////post end///
781
-        /// Hotels ////post start 2///
782
-
783
-        break;
784
-    case 13:
785
-
786
-        $image_array = array();
787
-        $post_meta = array();
788
-
789
-        /// Hotels ////post start 3///
790
-        $image_array[] = "$dummy_image_url/hotels10.jpg";
791
-        $image_array[] = "$dummy_image_url/hotels11.jpg";
792
-        $image_array[] = "$dummy_image_url/hotels12.jpg";
793
-        $image_array[] = "$dummy_image_url/hotels4.jpg";
794
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
795
-        $image_array[] = "$dummy_image_url/hotels6.jpg";
796
-        $image_array[] = "$dummy_image_url/hotels7.jpg";
797
-        $image_array[] = "$dummy_image_url/hotels8.jpg";
798
-        $image_array[] = "$dummy_image_url/hotels9.jpg";
799
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
800
-        $image_array[] = "$dummy_image_url/hotels2.jpg";
801
-
802
-        $post_info[] = array(
803
-            "listing_type" => 'gd_place',
804
-            "post_title" => 'Doubletree Hotel Philadelphia',
805
-            "post_desc" => '
767
+            	"post_images" => $image_array,
768
+            	"post_category" => array('gd_placecategory' => array('Hotels')),
769
+            	"post_tags" => array(''),
770
+            	"geodir_video" => '',
771
+            	"geodir_timing" => 'Daily, 10:30 am – 10 pm',
772
+            	"geodir_contact" => '(111) 111-0000',
773
+            	"geodir_email" => '[email protected]',
774
+            	"geodir_website" => 'http://embassysuites1.hilton.com/en_US/es/hotel/PHLDTES-Embassy-Suites-Philadelphia-Center-City-Pennsylvania/index.do',
775
+            	"geodir_twitter" => 'http://twitter.com/embassysuites1',
776
+            	"geodir_facebook" => 'http://facebook.com/embassysuites1',
777
+            	"post_dummy" => '1'
778
+        	);
779
+
780
+        	////post end///
781
+        	/// Hotels ////post start 2///
782
+
783
+        	break;
784
+    	case 13:
785
+
786
+        	$image_array = array();
787
+        	$post_meta = array();
788
+
789
+        	/// Hotels ////post start 3///
790
+        	$image_array[] = "$dummy_image_url/hotels10.jpg";
791
+        	$image_array[] = "$dummy_image_url/hotels11.jpg";
792
+        	$image_array[] = "$dummy_image_url/hotels12.jpg";
793
+        	$image_array[] = "$dummy_image_url/hotels4.jpg";
794
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
795
+        	$image_array[] = "$dummy_image_url/hotels6.jpg";
796
+        	$image_array[] = "$dummy_image_url/hotels7.jpg";
797
+        	$image_array[] = "$dummy_image_url/hotels8.jpg";
798
+        	$image_array[] = "$dummy_image_url/hotels9.jpg";
799
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
800
+        	$image_array[] = "$dummy_image_url/hotels2.jpg";
801
+
802
+        	$post_info[] = array(
803
+            	"listing_type" => 'gd_place',
804
+            	"post_title" => 'Doubletree Hotel Philadelphia',
805
+            	"post_desc" => '
806 806
 	With 434 rooms, the Doubletree Hotel is a great option for your upcoming stay in Philadelphia.
807 807
 	
808 808
 	<h3>Location </h3>
@@ -832,47 +832,47 @@  discard block
 block discarded – undo
832 832
 	Stop in the restaurant - which serves lunch and dinner daily - for a drink and some light fare. With its location right on Broad Street, you&acute;re close to everything you could ever want in a night on the town.
833 833
 	',
834 834
 
835
-            "post_images" => $image_array,
836
-
837
-            "post_category" => array('gd_placecategory' => array('Hotels')),
838
-            "post_tags" => array(''),
839
-            "geodir_video" => '',
840
-            "geodir_timing" => 'Daily, 10:30 am – 10 pm',
841
-            "geodir_contact" => '(111) 111-0000',
842
-            "geodir_email" => '[email protected]',
843
-            "geodir_website" => 'http://doubletree1.hilton.com/en_US/dt/hotel/PHLBLDT-Doubletree-Hotel-Philadelphia-Pennsylvania/index.do',
844
-            "geodir_twitter" => 'http://twitter.com/doubletree1',
845
-            "geodir_facebook" => 'http://facebook.com/doubletree1',
846
-            "post_dummy" => '1'
847
-        );
848
-
849
-        ////post end///
850
-        /// Hotels ////post start 3///
851
-
852
-        break;
853
-    case 14:
854
-
855
-
856
-        $image_array = array();
857
-        $post_meta = array();
858
-
859
-        /// Hotels ////post start 4///
860
-        $image_array[] = "$dummy_image_url/hotels15.jpg";
861
-        $image_array[] = "$dummy_image_url/hotels16.jpg";
862
-        $image_array[] = "$dummy_image_url/hotels12.jpg";
863
-        $image_array[] = "$dummy_image_url/hotels4.jpg";
864
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
865
-        $image_array[] = "$dummy_image_url/hotels6.jpg";
866
-        $image_array[] = "$dummy_image_url/hotels7.jpg";
867
-        $image_array[] = "$dummy_image_url/hotels8.jpg";
868
-        $image_array[] = "$dummy_image_url/hotels9.jpg";
869
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
870
-        $image_array[] = "$dummy_image_url/hotels2.jpg";
871
-
872
-        $post_info[] = array(
873
-            "listing_type" => 'gd_place',
874
-            "post_title" => 'Philadelphia Marriott Downtown',
875
-            "post_desc" => '
835
+            	"post_images" => $image_array,
836
+
837
+            	"post_category" => array('gd_placecategory' => array('Hotels')),
838
+            	"post_tags" => array(''),
839
+            	"geodir_video" => '',
840
+            	"geodir_timing" => 'Daily, 10:30 am – 10 pm',
841
+            	"geodir_contact" => '(111) 111-0000',
842
+            	"geodir_email" => '[email protected]',
843
+            	"geodir_website" => 'http://doubletree1.hilton.com/en_US/dt/hotel/PHLBLDT-Doubletree-Hotel-Philadelphia-Pennsylvania/index.do',
844
+            	"geodir_twitter" => 'http://twitter.com/doubletree1',
845
+            	"geodir_facebook" => 'http://facebook.com/doubletree1',
846
+            	"post_dummy" => '1'
847
+        	);
848
+
849
+        	////post end///
850
+        	/// Hotels ////post start 3///
851
+
852
+        	break;
853
+    	case 14:
854
+
855
+
856
+        	$image_array = array();
857
+        	$post_meta = array();
858
+
859
+        	/// Hotels ////post start 4///
860
+        	$image_array[] = "$dummy_image_url/hotels15.jpg";
861
+        	$image_array[] = "$dummy_image_url/hotels16.jpg";
862
+        	$image_array[] = "$dummy_image_url/hotels12.jpg";
863
+        	$image_array[] = "$dummy_image_url/hotels4.jpg";
864
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
865
+        	$image_array[] = "$dummy_image_url/hotels6.jpg";
866
+        	$image_array[] = "$dummy_image_url/hotels7.jpg";
867
+        	$image_array[] = "$dummy_image_url/hotels8.jpg";
868
+        	$image_array[] = "$dummy_image_url/hotels9.jpg";
869
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
870
+        	$image_array[] = "$dummy_image_url/hotels2.jpg";
871
+
872
+        	$post_info[] = array(
873
+            	"listing_type" => 'gd_place',
874
+            	"post_title" => 'Philadelphia Marriott Downtown',
875
+            	"post_desc" => '
876 876
 	Get ready to stay and play at the new aloft Philadelphia Airport!
877 877
 	
878 878
 	This incredibly modern hotel is located just five minutes from Philadelphia International Airport, offering a great convenience to travelers looking for fresh and fun accommodations.
@@ -899,45 +899,45 @@  discard block
 block discarded – undo
899 899
 	
900 900
 	Aahh…breathe deep at Aloft. This hotel is smoke-free.
901 901
 	',
902
-            "post_images" => $image_array,
903
-            "post_category" => array('gd_placecategory' => array('Hotels', 'Feature')),
904
-            "post_tags" => array(''),
905
-            "geodir_video" => '',
906
-            "geodir_timing" => '24 Hours',
907
-            "geodir_contact" => '(123) 111-2222',
908
-            "geodir_email" => '[email protected]',
909
-            "geodir_website" => 'http://www.marriott.com/hotels/travel/phldt-philadelphia-marriott-downtown/',
910
-            "geodir_twitter" => 'http://twitter.com/marriott',
911
-            "geodir_facebook" => 'http://facebook.com/marriott',
912
-            "post_dummy" => '1'
913
-        );
914
-
915
-        ////post end///
916
-        /// Hotels ////post start 4///
917
-        break;
918
-    case 15:
919
-
920
-
921
-        $image_array = array();
922
-        $post_meta = array();
923
-
924
-        /// Hotels ////post start 5///
925
-        $image_array[] = "$dummy_image_url/hotels10.jpg";
926
-        $image_array[] = "$dummy_image_url/hotels16.jpg";
927
-        $image_array[] = "$dummy_image_url/hotels12.jpg";
928
-        $image_array[] = "$dummy_image_url/hotels4.jpg";
929
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
930
-        $image_array[] = "$dummy_image_url/hotels6.jpg";
931
-        $image_array[] = "$dummy_image_url/hotels7.jpg";
932
-        $image_array[] = "$dummy_image_url/hotels8.jpg";
933
-        $image_array[] = "$dummy_image_url/hotels9.jpg";
934
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
935
-        $image_array[] = "$dummy_image_url/hotels2.jpg";
936
-
937
-        $post_info[] = array(
938
-            "listing_type" => 'gd_place',
939
-            "post_title" => 'Hilton Inn at Penn',
940
-            "post_desc" => '
902
+            	"post_images" => $image_array,
903
+            	"post_category" => array('gd_placecategory' => array('Hotels', 'Feature')),
904
+            	"post_tags" => array(''),
905
+            	"geodir_video" => '',
906
+            	"geodir_timing" => '24 Hours',
907
+            	"geodir_contact" => '(123) 111-2222',
908
+            	"geodir_email" => '[email protected]',
909
+            	"geodir_website" => 'http://www.marriott.com/hotels/travel/phldt-philadelphia-marriott-downtown/',
910
+            	"geodir_twitter" => 'http://twitter.com/marriott',
911
+            	"geodir_facebook" => 'http://facebook.com/marriott',
912
+            	"post_dummy" => '1'
913
+        	);
914
+
915
+        	////post end///
916
+        	/// Hotels ////post start 4///
917
+        	break;
918
+    	case 15:
919
+
920
+
921
+        	$image_array = array();
922
+        	$post_meta = array();
923
+
924
+        	/// Hotels ////post start 5///
925
+        	$image_array[] = "$dummy_image_url/hotels10.jpg";
926
+        	$image_array[] = "$dummy_image_url/hotels16.jpg";
927
+        	$image_array[] = "$dummy_image_url/hotels12.jpg";
928
+        	$image_array[] = "$dummy_image_url/hotels4.jpg";
929
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
930
+        	$image_array[] = "$dummy_image_url/hotels6.jpg";
931
+        	$image_array[] = "$dummy_image_url/hotels7.jpg";
932
+        	$image_array[] = "$dummy_image_url/hotels8.jpg";
933
+        	$image_array[] = "$dummy_image_url/hotels9.jpg";
934
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
935
+        	$image_array[] = "$dummy_image_url/hotels2.jpg";
936
+
937
+        	$post_info[] = array(
938
+            	"listing_type" => 'gd_place',
939
+            	"post_title" => 'Hilton Inn at Penn',
940
+            	"post_desc" => '
941 941
 	Located in the heart of Penn&acute;s campus in the beautiful University City neighborhood of Philadelphia, The Hilton Inn at Penn is a great choice for accommodations during your upcoming visit to Philadelphia.
942 942
 	
943 943
 	The location puts you right in the middle of the prestigious University of Pennsylvania and its many nearby educational, medical and corporate centers. And Center City Philadelphia is only a short cab ride away. So if you want to get out and explore the city, you are set.
@@ -953,45 +953,45 @@  discard block
 block discarded – undo
953 953
 	
954 954
 	The pasta is handmade right in front of you and then dished up along side delectable entrées such as grilled veal tenderloin and honey glazed sea scallops. And the wine bar offers more than 30 varieties by the glass and more than 100 by the bottle.  
955 955
 	',
956
-            "post_images" => $image_array,
957
-            "post_category" => array('gd_placecategory' => array('Hotels', 'Food Nightlife')),
958
-            "post_tags" => array(''),
959
-            "geodir_video" => '',
960
-            "geodir_timing" => 'Daily : 11 am to 11 pm',
961
-            "geodir_contact" => '(888) 888-8888',
962
-            "geodir_email" => '[email protected]',
963
-            "geodir_website" => 'http://www.theinnatpenn.com/',
964
-            "geodir_twitter" => 'http://twitter.com/theinnatpenn',
965
-            "geodir_facebook" => 'http://facebook.com/theinnatpenn',
966
-            "post_dummy" => '1'
967
-        );
968
-
969
-        ////post end///
970
-        /// Hotels ////post start 5///
971
-        break;
972
-    case 16:
973
-
974
-
975
-        $image_array = array();
976
-        $post_meta = array();
977
-
978
-        /// Hotels ////post start 6///
979
-        $image_array[] = "$dummy_image_url/hotels17.jpg";
980
-        $image_array[] = "$dummy_image_url/hotels18.jpg";
981
-        $image_array[] = "$dummy_image_url/hotels12.jpg";
982
-        $image_array[] = "$dummy_image_url/hotels4.jpg";
983
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
984
-        $image_array[] = "$dummy_image_url/hotels6.jpg";
985
-        $image_array[] = "$dummy_image_url/hotels7.jpg";
986
-        $image_array[] = "$dummy_image_url/hotels8.jpg";
987
-        $image_array[] = "$dummy_image_url/hotels9.jpg";
988
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
989
-        $image_array[] = "$dummy_image_url/hotels2.jpg";
990
-
991
-        $post_info[] = array(
992
-            "listing_type" => 'gd_place',
993
-            "post_title" => 'Courtyard Philadelphia Downtown',
994
-            "post_desc" => '
956
+            	"post_images" => $image_array,
957
+            	"post_category" => array('gd_placecategory' => array('Hotels', 'Food Nightlife')),
958
+            	"post_tags" => array(''),
959
+            	"geodir_video" => '',
960
+            	"geodir_timing" => 'Daily : 11 am to 11 pm',
961
+            	"geodir_contact" => '(888) 888-8888',
962
+            	"geodir_email" => '[email protected]',
963
+            	"geodir_website" => 'http://www.theinnatpenn.com/',
964
+            	"geodir_twitter" => 'http://twitter.com/theinnatpenn',
965
+            	"geodir_facebook" => 'http://facebook.com/theinnatpenn',
966
+            	"post_dummy" => '1'
967
+        	);
968
+
969
+        	////post end///
970
+        	/// Hotels ////post start 5///
971
+        	break;
972
+    	case 16:
973
+
974
+
975
+        	$image_array = array();
976
+        	$post_meta = array();
977
+
978
+        	/// Hotels ////post start 6///
979
+        	$image_array[] = "$dummy_image_url/hotels17.jpg";
980
+        	$image_array[] = "$dummy_image_url/hotels18.jpg";
981
+        	$image_array[] = "$dummy_image_url/hotels12.jpg";
982
+        	$image_array[] = "$dummy_image_url/hotels4.jpg";
983
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
984
+        	$image_array[] = "$dummy_image_url/hotels6.jpg";
985
+        	$image_array[] = "$dummy_image_url/hotels7.jpg";
986
+        	$image_array[] = "$dummy_image_url/hotels8.jpg";
987
+        	$image_array[] = "$dummy_image_url/hotels9.jpg";
988
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
989
+        	$image_array[] = "$dummy_image_url/hotels2.jpg";
990
+
991
+        	$post_info[] = array(
992
+            	"listing_type" => 'gd_place',
993
+            	"post_title" => 'Courtyard Philadelphia Downtown',
994
+            	"post_desc" => '
995 995
 	<h3>Overview </h3>
996 996
 	
997 997
 	The Philadelphia Downtown Courtyard opened it&acute;s doors after a grand $75 million restoration, recapturing the grandeur of its 1926 origins while incorporating state of the art systems throughout.
@@ -1021,45 +1021,45 @@  discard block
 block discarded – undo
1021 1021
 	
1022 1022
 	Recently featured on WE TV&acute;s “My Fair Wedding”, the Courtyard Marriott Philadelphia is one of the city&acute;s leading venues for corporate and social affairs with over 10,000 sq ft of flexible meeting space, including two Grand Ballrooms each with over 3,000 square feet accommodating up to 250 people. In addition, the hotel has a total of 11 meeting rooms making it an ideal home for all occasions. The hotel boasts an experienced full-service Event and Culinary Teams, ready to take care of all the details and ensure your event is not only a success, but a lasting memory. 
1023 1023
 	',
1024
-            "post_images" => $image_array,
1025
-            "post_category" => array('gd_placecategory' => array('Hotels', 'Food Nightlife')),
1026
-            "post_tags" => array(''),
1027
-            "geodir_video" => '',
1028
-            "geodir_timing" => 'Daily : 11 am to 11 pm',
1029
-            "geodir_contact" => '(888) 888-8888',
1030
-            "geodir_email" => '[email protected]',
1031
-            "geodir_website" => 'http://www.theinnatpenn.com/',
1032
-            "geodir_twitter" => 'http://twitter.com/theinnatpenn',
1033
-            "geodir_facebook" => 'http://facebook.com/theinnatpenn',
1034
-            "post_dummy" => '1'
1035
-        );
1036
-
1037
-        ////post end///
1038
-        /// Hotels ////post start 6///
1039
-
1040
-        break;
1041
-    case 17:
1042
-
1043
-        $image_array = array();
1044
-        $post_meta = array();
1045
-
1046
-        /// Hotels ////post start 7///
1047
-        $image_array[] = "$dummy_image_url/hotels11.jpg";
1048
-        $image_array[] = "$dummy_image_url/hotels10.jpg";
1049
-        $image_array[] = "$dummy_image_url/hotels12.jpg";
1050
-        $image_array[] = "$dummy_image_url/hotels4.jpg";
1051
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
1052
-        $image_array[] = "$dummy_image_url/hotels6.jpg";
1053
-        $image_array[] = "$dummy_image_url/hotels7.jpg";
1054
-        $image_array[] = "$dummy_image_url/hotels8.jpg";
1055
-        $image_array[] = "$dummy_image_url/hotels9.jpg";
1056
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
1057
-        $image_array[] = "$dummy_image_url/hotels2.jpg";
1058
-
1059
-        $post_info[] = array(
1060
-            "listing_type" => 'gd_place',
1061
-            "post_title" => 'Four Seasons Philadelphia',
1062
-            "post_desc" => '
1024
+            	"post_images" => $image_array,
1025
+            	"post_category" => array('gd_placecategory' => array('Hotels', 'Food Nightlife')),
1026
+            	"post_tags" => array(''),
1027
+            	"geodir_video" => '',
1028
+            	"geodir_timing" => 'Daily : 11 am to 11 pm',
1029
+            	"geodir_contact" => '(888) 888-8888',
1030
+            	"geodir_email" => '[email protected]',
1031
+            	"geodir_website" => 'http://www.theinnatpenn.com/',
1032
+            	"geodir_twitter" => 'http://twitter.com/theinnatpenn',
1033
+            	"geodir_facebook" => 'http://facebook.com/theinnatpenn',
1034
+            	"post_dummy" => '1'
1035
+        	);
1036
+
1037
+        	////post end///
1038
+        	/// Hotels ////post start 6///
1039
+
1040
+        	break;
1041
+    	case 17:
1042
+
1043
+        	$image_array = array();
1044
+        	$post_meta = array();
1045
+
1046
+        	/// Hotels ////post start 7///
1047
+        	$image_array[] = "$dummy_image_url/hotels11.jpg";
1048
+        	$image_array[] = "$dummy_image_url/hotels10.jpg";
1049
+        	$image_array[] = "$dummy_image_url/hotels12.jpg";
1050
+        	$image_array[] = "$dummy_image_url/hotels4.jpg";
1051
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
1052
+        	$image_array[] = "$dummy_image_url/hotels6.jpg";
1053
+        	$image_array[] = "$dummy_image_url/hotels7.jpg";
1054
+        	$image_array[] = "$dummy_image_url/hotels8.jpg";
1055
+        	$image_array[] = "$dummy_image_url/hotels9.jpg";
1056
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
1057
+        	$image_array[] = "$dummy_image_url/hotels2.jpg";
1058
+
1059
+        	$post_info[] = array(
1060
+            	"listing_type" => 'gd_place',
1061
+            	"post_title" => 'Four Seasons Philadelphia',
1062
+            	"post_desc" => '
1063 1063
 	<h3>Overview </h3>
1064 1064
 	
1065 1065
 	The Philadelphia Downtown Courtyard opened it&acute;s doors after a grand $75 million restoration, recapturing the grandeur of its 1926 origins while incorporating state of the art systems throughout.
@@ -1089,45 +1089,45 @@  discard block
 block discarded – undo
1089 1089
 	
1090 1090
 	Recently featured on WE TV&acute;s “My Fair Wedding”, the Courtyard Marriott Philadelphia is one of the city&acute;s leading venues for corporate and social affairs with over 10,000 sq ft of flexible meeting space, including two Grand Ballrooms each with over 3,000 square feet accommodating up to 250 people. In addition, the hotel has a total of 11 meeting rooms making it an ideal home for all occasions. The hotel boasts an experienced full-service Event and Culinary Teams, ready to take care of all the details and ensure your event is not only a success, but a lasting memory. 
1091 1091
 	',
1092
-            "post_images" => $image_array,
1093
-            "post_category" => array('gd_placecategory' => array('Hotels', 'Food Nightlife')),
1094
-            "post_tags" => array(''),
1095
-            "geodir_video" => '',
1096
-            "geodir_timing" => 'Daily : 11 am to 11 pm',
1097
-            "geodir_contact" => '(143) 888-8888',
1098
-            "geodir_email" => '[email protected]',
1099
-            "geodir_website" => 'http://www.fourseasons.com/philadelphia/',
1100
-            "geodir_twitter" => 'http://twitter.com/fourseasons',
1101
-            "geodir_facebook" => 'http://facebook.com/fourseasons',
1102
-            "post_dummy" => '1'
1103
-        );
1104
-
1105
-        ////post end///
1106
-        /// Hotels ////post start 7///
1107
-        break;
1108
-    case 18:
1109
-
1110
-
1111
-        $image_array = array();
1112
-        $post_meta = array();
1113
-
1114
-        /// Hotels ////post start 8///
1115
-        $image_array[] = "$dummy_image_url/hotels11.jpg";
1116
-        $image_array[] = "$dummy_image_url/hotels10.jpg";
1117
-        $image_array[] = "$dummy_image_url/hotels12.jpg";
1118
-        $image_array[] = "$dummy_image_url/hotels4.jpg";
1119
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
1120
-        $image_array[] = "$dummy_image_url/hotels6.jpg";
1121
-        $image_array[] = "$dummy_image_url/hotels7.jpg";
1122
-        $image_array[] = "$dummy_image_url/hotels8.jpg";
1123
-        $image_array[] = "$dummy_image_url/hotels9.jpg";
1124
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
1125
-        $image_array[] = "$dummy_image_url/hotels2.jpg";
1126
-
1127
-        $post_info[] = array(
1128
-            "listing_type" => 'gd_place',
1129
-            "post_title" => 'Alexander Inn',
1130
-            "post_desc" => '
1092
+            	"post_images" => $image_array,
1093
+            	"post_category" => array('gd_placecategory' => array('Hotels', 'Food Nightlife')),
1094
+            	"post_tags" => array(''),
1095
+            	"geodir_video" => '',
1096
+            	"geodir_timing" => 'Daily : 11 am to 11 pm',
1097
+            	"geodir_contact" => '(143) 888-8888',
1098
+            	"geodir_email" => '[email protected]',
1099
+            	"geodir_website" => 'http://www.fourseasons.com/philadelphia/',
1100
+            	"geodir_twitter" => 'http://twitter.com/fourseasons',
1101
+            	"geodir_facebook" => 'http://facebook.com/fourseasons',
1102
+            	"post_dummy" => '1'
1103
+        	);
1104
+
1105
+        	////post end///
1106
+        	/// Hotels ////post start 7///
1107
+        	break;
1108
+    	case 18:
1109
+
1110
+
1111
+        	$image_array = array();
1112
+        	$post_meta = array();
1113
+
1114
+        	/// Hotels ////post start 8///
1115
+        	$image_array[] = "$dummy_image_url/hotels11.jpg";
1116
+        	$image_array[] = "$dummy_image_url/hotels10.jpg";
1117
+        	$image_array[] = "$dummy_image_url/hotels12.jpg";
1118
+        	$image_array[] = "$dummy_image_url/hotels4.jpg";
1119
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
1120
+        	$image_array[] = "$dummy_image_url/hotels6.jpg";
1121
+        	$image_array[] = "$dummy_image_url/hotels7.jpg";
1122
+        	$image_array[] = "$dummy_image_url/hotels8.jpg";
1123
+        	$image_array[] = "$dummy_image_url/hotels9.jpg";
1124
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
1125
+        	$image_array[] = "$dummy_image_url/hotels2.jpg";
1126
+
1127
+        	$post_info[] = array(
1128
+            	"listing_type" => 'gd_place',
1129
+            	"post_title" => 'Alexander Inn',
1130
+            	"post_desc" => '
1131 1131
 	The Alexander Inn is one of Philadelphia&acute;s most popular and reasonably priced small hotels.
1132 1132
 	
1133 1133
 	Conveniently located in the heart of the Washington Square West neighborhood in Center City Philadelphia, the Alexander Inn is a great place to base your stay in Philadelphia.
@@ -1136,45 +1136,45 @@  discard block
 block discarded – undo
1136 1136
 	
1137 1137
 	Rooms are also fitted with DirecTV (including many complimentary channels like CNN, ESPN, eight movie channels, etc.) and telephones with modem ports and direct dial. You will also have access to the hotel&acute;s free 24-hour fitness and e-mail centers.  
1138 1138
 	',
1139
-            "post_images" => $image_array,
1140
-            "post_category" => array('gd_placecategory' => array('Hotels')),
1141
-            "post_tags" => array(''),
1142
-            "geodir_video" => '',
1143
-            "geodir_timing" => 'Daily : 11 am to 11 pm',
1144
-            "geodir_contact" => '(143) 888-8888',
1145
-            "geodir_email" => '[email protected]',
1146
-            "geodir_website" => 'http://www.alexanderinn.com/',
1147
-            "geodir_twitter" => 'http://twitter.com/alexanderinn',
1148
-            "geodir_facebook" => 'http://facebook.com/alexanderinn',
1149
-            "post_dummy" => '1'
1150
-        );
1151
-
1152
-        ////post end///
1153
-        /// Hotels ////post start 8///
1154
-        break;
1155
-    case 19:
1156
-
1157
-
1158
-        $image_array = array();
1159
-        $post_meta = array();
1160
-
1161
-        /// Hotels ////post start 9///
1162
-        $image_array[] = "$dummy_image_url/hotels5.jpg";
1163
-        $image_array[] = "$dummy_image_url/hotels10.jpg";
1164
-        $image_array[] = "$dummy_image_url/hotels12.jpg";
1165
-        $image_array[] = "$dummy_image_url/hotels4.jpg";
1166
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
1167
-        $image_array[] = "$dummy_image_url/hotels6.jpg";
1168
-        $image_array[] = "$dummy_image_url/hotels7.jpg";
1169
-        $image_array[] = "$dummy_image_url/hotels8.jpg";
1170
-        $image_array[] = "$dummy_image_url/hotels9.jpg";
1171
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
1172
-        $image_array[] = "$dummy_image_url/hotels2.jpg";
1173
-
1174
-        $post_info[] = array(
1175
-            "listing_type" => 'gd_place',
1176
-            "post_title" => 'Best Western Center City Hotel',
1177
-            "post_desc" => '
1139
+            	"post_images" => $image_array,
1140
+            	"post_category" => array('gd_placecategory' => array('Hotels')),
1141
+            	"post_tags" => array(''),
1142
+            	"geodir_video" => '',
1143
+            	"geodir_timing" => 'Daily : 11 am to 11 pm',
1144
+            	"geodir_contact" => '(143) 888-8888',
1145
+            	"geodir_email" => '[email protected]',
1146
+            	"geodir_website" => 'http://www.alexanderinn.com/',
1147
+            	"geodir_twitter" => 'http://twitter.com/alexanderinn',
1148
+            	"geodir_facebook" => 'http://facebook.com/alexanderinn',
1149
+            	"post_dummy" => '1'
1150
+        	);
1151
+
1152
+        	////post end///
1153
+        	/// Hotels ////post start 8///
1154
+        	break;
1155
+    	case 19:
1156
+
1157
+
1158
+        	$image_array = array();
1159
+        	$post_meta = array();
1160
+
1161
+        	/// Hotels ////post start 9///
1162
+        	$image_array[] = "$dummy_image_url/hotels5.jpg";
1163
+        	$image_array[] = "$dummy_image_url/hotels10.jpg";
1164
+        	$image_array[] = "$dummy_image_url/hotels12.jpg";
1165
+        	$image_array[] = "$dummy_image_url/hotels4.jpg";
1166
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
1167
+        	$image_array[] = "$dummy_image_url/hotels6.jpg";
1168
+        	$image_array[] = "$dummy_image_url/hotels7.jpg";
1169
+        	$image_array[] = "$dummy_image_url/hotels8.jpg";
1170
+        	$image_array[] = "$dummy_image_url/hotels9.jpg";
1171
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
1172
+        	$image_array[] = "$dummy_image_url/hotels2.jpg";
1173
+
1174
+        	$post_info[] = array(
1175
+            	"listing_type" => 'gd_place',
1176
+            	"post_title" => 'Best Western Center City Hotel',
1177
+            	"post_desc" => '
1178 1178
 	The Alexander Inn is one of Philadelphia&acute;s most popular and reasonably priced small hotels.
1179 1179
 	
1180 1180
 	Conveniently located in the heart of the Washington Square West neighborhood in Center City Philadelphia, the Alexander Inn is a great place to base your stay in Philadelphia.
@@ -1183,91 +1183,91 @@  discard block
 block discarded – undo
1183 1183
 	
1184 1184
 	Rooms are also fitted with DirecTV (including many complimentary channels like CNN, ESPN, eight movie channels, etc.) and telephones with modem ports and direct dial. You will also have access to the hotel&acute;s free 24-hour fitness and e-mail centers.  
1185 1185
 	',
1186
-            "post_images" => $image_array,
1187
-            "post_category" => array('gd_placecategory' => array('Hotels', 'Food Nightlife')),
1188
-            "post_tags" => array(''),
1189
-            "geodir_video" => '',
1190
-            "geodir_timing" => 'Daily : 10 am to 11 pm',
1191
-            "geodir_contact" => '(243) 222-12344',
1192
-            "geodir_email" => '[email protected]',
1193
-            "geodir_website" => 'http://book.bestwestern.com/bestwestern/productInfo.do?propertyCode=39087',
1194
-            "geodir_twitter" => 'http://twitter.com/bestwestern',
1195
-            "geodir_facebook" => 'http://facebook.com/bestwestern',
1196
-            "post_dummy" => '1'
1197
-        );
1198
-
1199
-        ////post end///
1200
-        /// Hotels ////post start 9///
1201
-        break;
1202
-    case 20:
1203
-
1204
-
1205
-        $image_array = array();
1206
-        $post_meta = array();
1207
-
1208
-        /// Hotels ////post start 10///
1209
-        $image_array[] = "$dummy_image_url/hotels7.jpg";
1210
-        $image_array[] = "$dummy_image_url/hotels10.jpg";
1211
-        $image_array[] = "$dummy_image_url/hotels12.jpg";
1212
-        $image_array[] = "$dummy_image_url/hotels4.jpg";
1213
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
1214
-        $image_array[] = "$dummy_image_url/hotels6.jpg";
1215
-        $image_array[] = "$dummy_image_url/hotels12.jpg";
1216
-        $image_array[] = "$dummy_image_url/hotels8.jpg";
1217
-        $image_array[] = "$dummy_image_url/hotels9.jpg";
1218
-        $image_array[] = "$dummy_image_url/hotels1.jpg";
1219
-        $image_array[] = "$dummy_image_url/hotels2.jpg";
1220
-
1221
-        $post_info[] = array(
1222
-            "listing_type" => 'gd_place',
1223
-            "post_title" => 'Chestnut Hill Hotel',
1224
-            "post_desc" => '
1186
+            	"post_images" => $image_array,
1187
+            	"post_category" => array('gd_placecategory' => array('Hotels', 'Food Nightlife')),
1188
+            	"post_tags" => array(''),
1189
+            	"geodir_video" => '',
1190
+            	"geodir_timing" => 'Daily : 10 am to 11 pm',
1191
+            	"geodir_contact" => '(243) 222-12344',
1192
+            	"geodir_email" => '[email protected]',
1193
+            	"geodir_website" => 'http://book.bestwestern.com/bestwestern/productInfo.do?propertyCode=39087',
1194
+            	"geodir_twitter" => 'http://twitter.com/bestwestern',
1195
+            	"geodir_facebook" => 'http://facebook.com/bestwestern',
1196
+            	"post_dummy" => '1'
1197
+        	);
1198
+
1199
+        	////post end///
1200
+        	/// Hotels ////post start 9///
1201
+        	break;
1202
+    	case 20:
1203
+
1204
+
1205
+        	$image_array = array();
1206
+        	$post_meta = array();
1207
+
1208
+        	/// Hotels ////post start 10///
1209
+        	$image_array[] = "$dummy_image_url/hotels7.jpg";
1210
+        	$image_array[] = "$dummy_image_url/hotels10.jpg";
1211
+        	$image_array[] = "$dummy_image_url/hotels12.jpg";
1212
+        	$image_array[] = "$dummy_image_url/hotels4.jpg";
1213
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
1214
+        	$image_array[] = "$dummy_image_url/hotels6.jpg";
1215
+        	$image_array[] = "$dummy_image_url/hotels12.jpg";
1216
+        	$image_array[] = "$dummy_image_url/hotels8.jpg";
1217
+        	$image_array[] = "$dummy_image_url/hotels9.jpg";
1218
+        	$image_array[] = "$dummy_image_url/hotels1.jpg";
1219
+        	$image_array[] = "$dummy_image_url/hotels2.jpg";
1220
+
1221
+        	$post_info[] = array(
1222
+            	"listing_type" => 'gd_place',
1223
+            	"post_title" => 'Chestnut Hill Hotel',
1224
+            	"post_desc" => '
1225 1225
 	The Chestnut Hill Hotel is located in the historic community of Chestnut Hill, approximately nine miles northwest from Center City Philadelphia. Although Chestnut Hill is close to Center City by today&acute;s standards, it was originally a distant “suburb” on the outskirts of the Philadelphia countryside.
1226 1226
 	
1227 1227
 	Today, it is one of the region&acute;s most charming neighborhoods. Tree-lined streets and grand estates surround its main street, Germantown Avenue, where you can stroll and shop at more than 200 specialty shops and restaurants, along with trendy salons and other modern boutiques.
1228 1228
 	
1229 1229
 	The Chestnut Hill Hotel fits perfectly in this setting - the hotel&acute;s 36 rooms and suites, decorated in an 18th-century style, hold the hotel to its boutique roots. It&acute;s a perfect place at which to enjoy a romantic getaway in Philadelphia. 
1230 1230
 	',
1231
-            "post_images" => $image_array,
1232
-            "post_category" => array('gd_placecategory' => array('Hotels', 'Feature')),
1233
-            "post_tags" => array(''),
1234
-            "geodir_video" => '',
1235
-            "geodir_timing" => 'Daily : 10 am to 11 pm',
1236
-            "geodir_contact" => '(243) 222-12344',
1237
-            "geodir_email" => '[email protected]',
1238
-            "geodir_website" => 'http://www.chestnuthillhotel.com/',
1239
-            "geodir_twitter" => 'http://twitter.com/chestnuthillhotel',
1240
-            "geodir_facebook" => 'http://facebook.com/chestnuthillhotel',
1241
-            "post_dummy" => '1'
1242
-        );
1243
-
1244
-        ////post end///
1245
-        /// Hotels ////post start 10///
1246
-
1247
-        break;
1248
-    case 21:
1249
-
1250
-
1251
-        $image_array = array();
1252
-        $post_meta = array();
1253
-
1254
-        /// Restaurants ////post start 1//
1255
-        $image_array[] = "$dummy_image_url/restaurants1.jpg";
1256
-        $image_array[] = "$dummy_image_url/restaurants2.jpg";
1257
-        $image_array[] = "$dummy_image_url/restaurants3.jpg";
1258
-        $image_array[] = "$dummy_image_url/restaurants4.jpg";
1259
-        $image_array[] = "$dummy_image_url/restaurants5.jpg";
1260
-        $image_array[] = "$dummy_image_url/restaurants6.jpg";
1261
-        $image_array[] = "$dummy_image_url/restaurants7.jpg";
1262
-        $image_array[] = "$dummy_image_url/restaurants8.jpg";
1263
-        $image_array[] = "$dummy_image_url/restaurants9.jpg";
1264
-        $image_array[] = "$dummy_image_url/restaurants10.jpg";
1265
-        $image_array[] = "$dummy_image_url/restaurants11.jpg";
1266
-
1267
-        $post_info[] = array(
1268
-            "listing_type" => 'gd_place',
1269
-            "post_title" => 'Village Whiskey',
1270
-            "post_desc" => '
1231
+            	"post_images" => $image_array,
1232
+            	"post_category" => array('gd_placecategory' => array('Hotels', 'Feature')),
1233
+            	"post_tags" => array(''),
1234
+            	"geodir_video" => '',
1235
+            	"geodir_timing" => 'Daily : 10 am to 11 pm',
1236
+            	"geodir_contact" => '(243) 222-12344',
1237
+            	"geodir_email" => '[email protected]',
1238
+            	"geodir_website" => 'http://www.chestnuthillhotel.com/',
1239
+            	"geodir_twitter" => 'http://twitter.com/chestnuthillhotel',
1240
+            	"geodir_facebook" => 'http://facebook.com/chestnuthillhotel',
1241
+            	"post_dummy" => '1'
1242
+        	);
1243
+
1244
+        	////post end///
1245
+        	/// Hotels ////post start 10///
1246
+
1247
+        	break;
1248
+    	case 21:
1249
+
1250
+
1251
+        	$image_array = array();
1252
+        	$post_meta = array();
1253
+
1254
+        	/// Restaurants ////post start 1//
1255
+        	$image_array[] = "$dummy_image_url/restaurants1.jpg";
1256
+        	$image_array[] = "$dummy_image_url/restaurants2.jpg";
1257
+        	$image_array[] = "$dummy_image_url/restaurants3.jpg";
1258
+        	$image_array[] = "$dummy_image_url/restaurants4.jpg";
1259
+        	$image_array[] = "$dummy_image_url/restaurants5.jpg";
1260
+        	$image_array[] = "$dummy_image_url/restaurants6.jpg";
1261
+        	$image_array[] = "$dummy_image_url/restaurants7.jpg";
1262
+        	$image_array[] = "$dummy_image_url/restaurants8.jpg";
1263
+        	$image_array[] = "$dummy_image_url/restaurants9.jpg";
1264
+        	$image_array[] = "$dummy_image_url/restaurants10.jpg";
1265
+        	$image_array[] = "$dummy_image_url/restaurants11.jpg";
1266
+
1267
+        	$post_info[] = array(
1268
+            	"listing_type" => 'gd_place',
1269
+            	"post_title" => 'Village Whiskey',
1270
+            	"post_desc" => '
1271 1271
 	
1272 1272
 	
1273 1273
 	Located in a Rittenhouse Square space evoking the free-wheeling spirit of a speakeasy, Village Whiskey is prolific Chef Jose Garces’ intimate, 30-seat tribute to the time-honored liquor.
@@ -1293,45 +1293,45 @@  discard block
 block discarded – undo
1293 1293
 	
1294 1294
 	During the warmer months, diners can sit at large, wooden tables placed along Sansom Street for whiskey alfresco.
1295 1295
 	',
1296
-            "post_images" => $image_array,
1297
-            "post_category" => array('gd_placecategory' => array('Restaurants', 'Feature')),
1298
-            "post_tags" => array('Sample Tag1'),
1299
-            "geodir_video" => '',
1300
-            "geodir_timing" => 'Daily : 10 am to 11 pm',
1301
-            "geodir_contact" => '(243) 222-12344',
1302
-            "geodir_email" => '[email protected]',
1303
-            "geodir_website" => 'http://www.villagewhiskey.com/',
1304
-            "geodir_twitter" => 'http://twitter.com/villagewhiskey',
1305
-            "geodir_facebook" => 'http://facebook.com/villagewhiskey',
1306
-            "post_dummy" => '1'
1307
-        );
1308
-
1309
-        ////post end///
1310
-        /// Restaurants ////post start 1///
1311
-        break;
1312
-    case 22:
1313
-
1314
-
1315
-        $image_array = array();
1316
-        $post_meta = array();
1317
-
1318
-        /// Restaurants ////post start 2//
1319
-        $image_array[] = "$dummy_image_url/restaurants4.jpg";
1320
-        $image_array[] = "$dummy_image_url/restaurants2.jpg";
1321
-        $image_array[] = "$dummy_image_url/restaurants3.jpg";
1322
-        $image_array[] = "$dummy_image_url/restaurants1.jpg";
1323
-        $image_array[] = "$dummy_image_url/restaurants5.jpg";
1324
-        $image_array[] = "$dummy_image_url/restaurants6.jpg";
1325
-        $image_array[] = "$dummy_image_url/restaurants7.jpg";
1326
-        $image_array[] = "$dummy_image_url/restaurants8.jpg";
1327
-        $image_array[] = "$dummy_image_url/restaurants9.jpg";
1328
-        $image_array[] = "$dummy_image_url/restaurants10.jpg";
1329
-        $image_array[] = "$dummy_image_url/restaurants11.jpg";
1330
-
1331
-        $post_info[] = array(
1332
-            "listing_type" => 'gd_place',
1333
-            "post_title" => 'Zavino Pizzeria and Wine Bar',
1334
-            "post_desc" => '
1296
+            	"post_images" => $image_array,
1297
+            	"post_category" => array('gd_placecategory' => array('Restaurants', 'Feature')),
1298
+            	"post_tags" => array('Sample Tag1'),
1299
+            	"geodir_video" => '',
1300
+            	"geodir_timing" => 'Daily : 10 am to 11 pm',
1301
+            	"geodir_contact" => '(243) 222-12344',
1302
+            	"geodir_email" => '[email protected]',
1303
+            	"geodir_website" => 'http://www.villagewhiskey.com/',
1304
+            	"geodir_twitter" => 'http://twitter.com/villagewhiskey',
1305
+            	"geodir_facebook" => 'http://facebook.com/villagewhiskey',
1306
+            	"post_dummy" => '1'
1307
+        	);
1308
+
1309
+        	////post end///
1310
+        	/// Restaurants ////post start 1///
1311
+        	break;
1312
+    	case 22:
1313
+
1314
+
1315
+        	$image_array = array();
1316
+        	$post_meta = array();
1317
+
1318
+        	/// Restaurants ////post start 2//
1319
+        	$image_array[] = "$dummy_image_url/restaurants4.jpg";
1320
+        	$image_array[] = "$dummy_image_url/restaurants2.jpg";
1321
+        	$image_array[] = "$dummy_image_url/restaurants3.jpg";
1322
+        	$image_array[] = "$dummy_image_url/restaurants1.jpg";
1323
+        	$image_array[] = "$dummy_image_url/restaurants5.jpg";
1324
+        	$image_array[] = "$dummy_image_url/restaurants6.jpg";
1325
+        	$image_array[] = "$dummy_image_url/restaurants7.jpg";
1326
+        	$image_array[] = "$dummy_image_url/restaurants8.jpg";
1327
+        	$image_array[] = "$dummy_image_url/restaurants9.jpg";
1328
+        	$image_array[] = "$dummy_image_url/restaurants10.jpg";
1329
+        	$image_array[] = "$dummy_image_url/restaurants11.jpg";
1330
+
1331
+        	$post_info[] = array(
1332
+            	"listing_type" => 'gd_place',
1333
+            	"post_title" => 'Zavino Pizzeria and Wine Bar',
1334
+            	"post_desc" => '
1335 1335
 	Zavino is a new pizzeria and wine bar located at the epicenter of the city&acute;s trendy Midtown Village neighborhood. The restaurant features a seasonal menu, classic cocktails, an approachable selection of wine and beer and some of the best late night menu offerings in the area.
1336 1336
 	
1337 1337
 	The restaurant&acute;s interior looks great - it has a simple, rustic feel with an original brick wall, large picture windows, a long bar and a large outdoor cafe coming this spring.
@@ -1350,46 +1350,46 @@  discard block
 block discarded – undo
1350 1350
 	
1351 1351
 	Pizzas vary in price from $8 to $12.
1352 1352
 	',
1353
-            "post_images" => $image_array,
1354
-            "post_category" => array('gd_placecategory' => array('Restaurants')),
1355
-            "post_tags" => array('Sample Tag1'),
1356
-            "geodir_video" => '',
1357
-            "geodir_timing" => 'Daily : 10 am to 11 pm',
1358
-            "geodir_contact" => '(243) 222-12344',
1359
-            "geodir_email" => '[email protected]',
1360
-            "geodir_website" => 'http://www.villagewhiskey.com/',
1361
-            "geodir_twitter" => 'http://twitter.com/villagewhiskey',
1362
-            "geodir_facebook" => 'http://facebook.com/villagewhiskey',
1363
-            "post_dummy" => '1'
1364
-        );
1365
-
1366
-        ////post end///
1367
-        /// Restaurants ////post start 2///
1368
-
1369
-        break;
1370
-    case 23:
1371
-
1372
-
1373
-        $image_array = array();
1374
-        $post_meta = array();
1375
-
1376
-        /// Restaurants ////post start 3//
1377
-        $image_array[] = "$dummy_image_url/restaurants5.jpg";
1378
-        $image_array[] = "$dummy_image_url/restaurants6.jpg";
1379
-        $image_array[] = "$dummy_image_url/restaurants7.jpg";
1380
-        $image_array[] = "$dummy_image_url/restaurants1.jpg";
1381
-        $image_array[] = "$dummy_image_url/restaurants2.jpg";
1382
-        $image_array[] = "$dummy_image_url/restaurants3.jpg";
1383
-        $image_array[] = "$dummy_image_url/restaurants4.jpg";
1384
-        $image_array[] = "$dummy_image_url/restaurants8.jpg";
1385
-        $image_array[] = "$dummy_image_url/restaurants9.jpg";
1386
-        $image_array[] = "$dummy_image_url/restaurants10.jpg";
1387
-        $image_array[] = "$dummy_image_url/restaurants11.jpg";
1388
-
1389
-        $post_info[] = array(
1390
-            "listing_type" => 'gd_place',
1391
-            "post_title" => 'Parc',
1392
-            "post_desc" => '
1353
+            	"post_images" => $image_array,
1354
+            	"post_category" => array('gd_placecategory' => array('Restaurants')),
1355
+            	"post_tags" => array('Sample Tag1'),
1356
+            	"geodir_video" => '',
1357
+            	"geodir_timing" => 'Daily : 10 am to 11 pm',
1358
+            	"geodir_contact" => '(243) 222-12344',
1359
+            	"geodir_email" => '[email protected]',
1360
+            	"geodir_website" => 'http://www.villagewhiskey.com/',
1361
+            	"geodir_twitter" => 'http://twitter.com/villagewhiskey',
1362
+            	"geodir_facebook" => 'http://facebook.com/villagewhiskey',
1363
+            	"post_dummy" => '1'
1364
+        	);
1365
+
1366
+        	////post end///
1367
+        	/// Restaurants ////post start 2///
1368
+
1369
+        	break;
1370
+    	case 23:
1371
+
1372
+
1373
+        	$image_array = array();
1374
+        	$post_meta = array();
1375
+
1376
+        	/// Restaurants ////post start 3//
1377
+        	$image_array[] = "$dummy_image_url/restaurants5.jpg";
1378
+        	$image_array[] = "$dummy_image_url/restaurants6.jpg";
1379
+        	$image_array[] = "$dummy_image_url/restaurants7.jpg";
1380
+        	$image_array[] = "$dummy_image_url/restaurants1.jpg";
1381
+        	$image_array[] = "$dummy_image_url/restaurants2.jpg";
1382
+        	$image_array[] = "$dummy_image_url/restaurants3.jpg";
1383
+        	$image_array[] = "$dummy_image_url/restaurants4.jpg";
1384
+        	$image_array[] = "$dummy_image_url/restaurants8.jpg";
1385
+        	$image_array[] = "$dummy_image_url/restaurants9.jpg";
1386
+        	$image_array[] = "$dummy_image_url/restaurants10.jpg";
1387
+        	$image_array[] = "$dummy_image_url/restaurants11.jpg";
1388
+
1389
+        	$post_info[] = array(
1390
+            	"listing_type" => 'gd_place',
1391
+            	"post_title" => 'Parc',
1392
+            	"post_desc" => '
1393 1393
 	If you love Paris in the springtime, Parc is a veritable grand cru.
1394 1394
 	
1395 1395
 	With Parc, famed restaurateur Stephen Starr brings a certain je ne sais quoi to Rittenhouse Square. Parc offers an authentic French bistro experience, fully equipped with a chic Parisian ambiance and gorgeous sidewalk seating overlooking the Square.
@@ -1417,45 +1417,45 @@  discard block
 block discarded – undo
1417 1417
 	
1418 1418
 	To put it simply, Parc is nothing short of an authentic Parisian dining experience - right here in the heart of Rittenhouse Square.
1419 1419
 	',
1420
-            "post_images" => $image_array,
1421
-            "post_category" => array('gd_placecategory' => array('Restaurants')),
1422
-            "post_tags" => array('Sample Tag1'),
1423
-            "geodir_video" => '',
1424
-            "geodir_timing" => 'Daily : 10 am to 12 pm',
1425
-            "geodir_contact" => '(143) 222-12344',
1426
-            "geodir_email" => '[email protected]',
1427
-            "geodir_website" => 'http://www.parc-restaurant.com/',
1428
-            "geodir_twitter" => 'http://twitter.com/parc-restaurant',
1429
-            "geodir_facebook" => 'http://facebook.com/parc-restaurant',
1430
-            "post_dummy" => '1'
1431
-        );
1432
-
1433
-        ////post end///
1434
-        /// Restaurants ////post start 3///
1435
-        break;
1436
-    case 24:
1437
-
1438
-
1439
-        $image_array = array();
1440
-        $post_meta = array();
1441
-
1442
-        /// Restaurants ////post start 4//
1443
-        $image_array[] = "$dummy_image_url/restaurants9.jpg";
1444
-        $image_array[] = "$dummy_image_url/restaurants10.jpg";
1445
-        $image_array[] = "$dummy_image_url/restaurants3.jpg";
1446
-        $image_array[] = "$dummy_image_url/restaurants1.jpg";
1447
-        $image_array[] = "$dummy_image_url/restaurants5.jpg";
1448
-        $image_array[] = "$dummy_image_url/restaurants6.jpg";
1449
-        $image_array[] = "$dummy_image_url/restaurants7.jpg";
1450
-        $image_array[] = "$dummy_image_url/restaurants8.jpg";
1451
-        $image_array[] = "$dummy_image_url/restaurants9.jpg";
1452
-        $image_array[] = "$dummy_image_url/restaurants2.jpg";
1453
-        $image_array[] = "$dummy_image_url/restaurants4.jpg";
1454
-
1455
-        $post_info[] = array(
1456
-            "listing_type" => 'gd_place',
1457
-            "post_title" => 'Percy Street Barbecue',
1458
-            "post_desc" => '
1420
+            	"post_images" => $image_array,
1421
+            	"post_category" => array('gd_placecategory' => array('Restaurants')),
1422
+            	"post_tags" => array('Sample Tag1'),
1423
+            	"geodir_video" => '',
1424
+            	"geodir_timing" => 'Daily : 10 am to 12 pm',
1425
+            	"geodir_contact" => '(143) 222-12344',
1426
+            	"geodir_email" => '[email protected]',
1427
+            	"geodir_website" => 'http://www.parc-restaurant.com/',
1428
+            	"geodir_twitter" => 'http://twitter.com/parc-restaurant',
1429
+            	"geodir_facebook" => 'http://facebook.com/parc-restaurant',
1430
+            	"post_dummy" => '1'
1431
+        	);
1432
+
1433
+        	////post end///
1434
+        	/// Restaurants ////post start 3///
1435
+        	break;
1436
+    	case 24:
1437
+
1438
+
1439
+        	$image_array = array();
1440
+        	$post_meta = array();
1441
+
1442
+        	/// Restaurants ////post start 4//
1443
+        	$image_array[] = "$dummy_image_url/restaurants9.jpg";
1444
+        	$image_array[] = "$dummy_image_url/restaurants10.jpg";
1445
+        	$image_array[] = "$dummy_image_url/restaurants3.jpg";
1446
+        	$image_array[] = "$dummy_image_url/restaurants1.jpg";
1447
+        	$image_array[] = "$dummy_image_url/restaurants5.jpg";
1448
+        	$image_array[] = "$dummy_image_url/restaurants6.jpg";
1449
+        	$image_array[] = "$dummy_image_url/restaurants7.jpg";
1450
+        	$image_array[] = "$dummy_image_url/restaurants8.jpg";
1451
+        	$image_array[] = "$dummy_image_url/restaurants9.jpg";
1452
+        	$image_array[] = "$dummy_image_url/restaurants2.jpg";
1453
+        	$image_array[] = "$dummy_image_url/restaurants4.jpg";
1454
+
1455
+        	$post_info[] = array(
1456
+            	"listing_type" => 'gd_place',
1457
+            	"post_title" => 'Percy Street Barbecue',
1458
+            	"post_desc" => '
1459 1459
 	Percy Street Barbecue sees the South Street debut of restaurateurs Steven Cook and Michael Solomonov (Zahav, Xochitl).
1460 1460
 	
1461 1461
 	Serving a straightforward selection of slowly smoked meats and homey side dishes alongside craft beers and tasty cocktails, Percy Street is an ideal venue for Chef Erin OShea much-lauded Southern cooking, and is on its way to become the city top spot for barbecue.
@@ -1481,46 +1481,46 @@  discard block
 block discarded – undo
1481 1481
 	
1482 1482
 	Seating in the form of repurposed church pews, and bare light bulbs overhead in the dining room lend to the restaurant Texas-esque aesthetic.
1483 1483
 	',
1484
-            "post_images" => $image_array,
1485
-            "post_category" => array('gd_placecategory' => array('Restaurants', 'Feature')),
1486
-            "post_tags" => array('Sample Tag1'),
1487
-            "geodir_video" => '',
1488
-            "geodir_timing" => 'Percy Street is closed on Mondays. The restaurant is also open for weekend lunch/brunch from 11:30 a.m. to 2:30 p.m.',
1489
-            "geodir_contact" => '(143) 222-12344',
1490
-            "geodir_email" => '[email protected]',
1491
-            "geodir_website" => 'http://www.percystreet.com/',
1492
-            "geodir_twitter" => 'http://twitter.com/percystreet',
1493
-            "geodir_facebook" => 'http://facebook.com/percystreet',
1494
-            "post_dummy" => '1'
1495
-        );
1496
-
1497
-        ////post end///
1498
-        /// Restaurants ////post start 4///
1499
-
1500
-        break;
1501
-    case 25:
1502
-
1503
-
1504
-        $image_array = array();
1505
-        $post_meta = array();
1506
-
1507
-        /// Restaurants ////post start 5//
1508
-        $image_array[] = "$dummy_image_url/restaurants4.jpg";
1509
-        $image_array[] = "$dummy_image_url/restaurants10.jpg";
1510
-        $image_array[] = "$dummy_image_url/restaurants3.jpg";
1511
-        $image_array[] = "$dummy_image_url/restaurants1.jpg";
1512
-        $image_array[] = "$dummy_image_url/restaurants5.jpg";
1513
-        $image_array[] = "$dummy_image_url/restaurants6.jpg";
1514
-        $image_array[] = "$dummy_image_url/restaurants7.jpg";
1515
-        $image_array[] = "$dummy_image_url/restaurants8.jpg";
1516
-        $image_array[] = "$dummy_image_url/restaurants9.jpg";
1517
-        $image_array[] = "$dummy_image_url/restaurants2.jpg";
1518
-        $image_array[] = "$dummy_image_url/restaurants4.jpg";
1519
-
1520
-        $post_info[] = array(
1521
-            "listing_type" => 'gd_place',
1522
-            "post_title" => 'The Fountain Restaurant',
1523
-            "post_desc" => '
1484
+            	"post_images" => $image_array,
1485
+            	"post_category" => array('gd_placecategory' => array('Restaurants', 'Feature')),
1486
+            	"post_tags" => array('Sample Tag1'),
1487
+            	"geodir_video" => '',
1488
+            	"geodir_timing" => 'Percy Street is closed on Mondays. The restaurant is also open for weekend lunch/brunch from 11:30 a.m. to 2:30 p.m.',
1489
+            	"geodir_contact" => '(143) 222-12344',
1490
+            	"geodir_email" => '[email protected]',
1491
+            	"geodir_website" => 'http://www.percystreet.com/',
1492
+            	"geodir_twitter" => 'http://twitter.com/percystreet',
1493
+            	"geodir_facebook" => 'http://facebook.com/percystreet',
1494
+            	"post_dummy" => '1'
1495
+        	);
1496
+
1497
+        	////post end///
1498
+        	/// Restaurants ////post start 4///
1499
+
1500
+        	break;
1501
+    	case 25:
1502
+
1503
+
1504
+        	$image_array = array();
1505
+        	$post_meta = array();
1506
+
1507
+        	/// Restaurants ////post start 5//
1508
+        	$image_array[] = "$dummy_image_url/restaurants4.jpg";
1509
+        	$image_array[] = "$dummy_image_url/restaurants10.jpg";
1510
+        	$image_array[] = "$dummy_image_url/restaurants3.jpg";
1511
+        	$image_array[] = "$dummy_image_url/restaurants1.jpg";
1512
+        	$image_array[] = "$dummy_image_url/restaurants5.jpg";
1513
+        	$image_array[] = "$dummy_image_url/restaurants6.jpg";
1514
+        	$image_array[] = "$dummy_image_url/restaurants7.jpg";
1515
+        	$image_array[] = "$dummy_image_url/restaurants8.jpg";
1516
+        	$image_array[] = "$dummy_image_url/restaurants9.jpg";
1517
+        	$image_array[] = "$dummy_image_url/restaurants2.jpg";
1518
+        	$image_array[] = "$dummy_image_url/restaurants4.jpg";
1519
+
1520
+        	$post_info[] = array(
1521
+            	"listing_type" => 'gd_place',
1522
+            	"post_title" => 'The Fountain Restaurant',
1523
+            	"post_desc" => '
1524 1524
 	The Fountain Restaurant in the Four Seasons Hotel Philadelphia has received seemingly every type of accolade there is, from top honors in Gourmet magazine to Forbes Travel Guide&acute;s 2010 Five Star award to a perfect Five Diamond rating from AAA. It&acute;s been a Philadelphia favorite for special occasion meals for decades.
1525 1525
 	
1526 1526
 	Additionally rated as the best restaurant in Philadelphia by Zagat&acute;s, the Fountain Restaurant overlooks the majestic Swann Memorial Fountain sculpture by Alexander Stirling Calder in the center of Logan Square. You&acute;ll also enjoy sweeping views of the grand Benjamin Franklin Parkway and its gorgeous Beaux Arts architecture.
@@ -1530,45 +1530,45 @@  discard block
 block discarded – undo
1530 1530
 	You can order a la carte or select the prix fix option to enjoy the “spontaneous tastes” menu which gives the chef control of a few courses. The menu changes regularly, but you can expect to see globaly influenced items like Pan-fried Veal Sweetbreads, Braised Dover Sole Roulade, Sautéed Venison Medallions and Roasted Australian Lamb Saddle.
1531 1531
 	
1532 1532
 	',
1533
-            "post_images" => $image_array,
1534
-            "post_category" => array('gd_placecategory' => array('Restaurants')),
1535
-            "post_tags" => array('food'),
1536
-            "geodir_video" => '',
1537
-            "geodir_timing" => 'The restaurant is also open for weekend lunch/brunch from 11:30 a.m. to 2:30 p.m.',
1538
-            "geodir_contact" => '(103) 100-12344',
1539
-            "geodir_email" => '[email protected]',
1540
-            "geodir_website" => 'http://www.fourseasons.com/philadelphia/dining',
1541
-            "geodir_twitter" => 'http://twitter.com/fourseasons',
1542
-            "geodir_facebook" => 'http://facebook.com/fourseasons',
1543
-            "post_dummy" => '1'
1544
-        );
1545
-
1546
-        ////post end///
1547
-        /// Restaurants ////post start 5///
1548
-        break;
1549
-    case 26:
1550
-
1551
-
1552
-        $image_array = array();
1553
-        $post_meta = array();
1554
-
1555
-        /// Restaurants ////post start 6//
1556
-        $image_array[] = "$dummy_image_url/restaurants11.jpg";
1557
-        $image_array[] = "$dummy_image_url/restaurants10.jpg";
1558
-        $image_array[] = "$dummy_image_url/restaurants3.jpg";
1559
-        $image_array[] = "$dummy_image_url/restaurants1.jpg";
1560
-        $image_array[] = "$dummy_image_url/restaurants5.jpg";
1561
-        $image_array[] = "$dummy_image_url/restaurants6.jpg";
1562
-        $image_array[] = "$dummy_image_url/restaurants7.jpg";
1563
-        $image_array[] = "$dummy_image_url/restaurants8.jpg";
1564
-        $image_array[] = "$dummy_image_url/restaurants9.jpg";
1565
-        $image_array[] = "$dummy_image_url/restaurants2.jpg";
1566
-        $image_array[] = "$dummy_image_url/restaurants4.jpg";
1567
-
1568
-        $post_info[] = array(
1569
-            "listing_type" => 'gd_place',
1570
-            "post_title" => 'Lacroix at The Rittenhouse',
1571
-            "post_desc" => '
1533
+            	"post_images" => $image_array,
1534
+            	"post_category" => array('gd_placecategory' => array('Restaurants')),
1535
+            	"post_tags" => array('food'),
1536
+            	"geodir_video" => '',
1537
+            	"geodir_timing" => 'The restaurant is also open for weekend lunch/brunch from 11:30 a.m. to 2:30 p.m.',
1538
+            	"geodir_contact" => '(103) 100-12344',
1539
+            	"geodir_email" => '[email protected]',
1540
+            	"geodir_website" => 'http://www.fourseasons.com/philadelphia/dining',
1541
+            	"geodir_twitter" => 'http://twitter.com/fourseasons',
1542
+            	"geodir_facebook" => 'http://facebook.com/fourseasons',
1543
+            	"post_dummy" => '1'
1544
+        	);
1545
+
1546
+        	////post end///
1547
+        	/// Restaurants ////post start 5///
1548
+        	break;
1549
+    	case 26:
1550
+
1551
+
1552
+        	$image_array = array();
1553
+        	$post_meta = array();
1554
+
1555
+        	/// Restaurants ////post start 6//
1556
+        	$image_array[] = "$dummy_image_url/restaurants11.jpg";
1557
+        	$image_array[] = "$dummy_image_url/restaurants10.jpg";
1558
+        	$image_array[] = "$dummy_image_url/restaurants3.jpg";
1559
+        	$image_array[] = "$dummy_image_url/restaurants1.jpg";
1560
+        	$image_array[] = "$dummy_image_url/restaurants5.jpg";
1561
+        	$image_array[] = "$dummy_image_url/restaurants6.jpg";
1562
+        	$image_array[] = "$dummy_image_url/restaurants7.jpg";
1563
+        	$image_array[] = "$dummy_image_url/restaurants8.jpg";
1564
+        	$image_array[] = "$dummy_image_url/restaurants9.jpg";
1565
+        	$image_array[] = "$dummy_image_url/restaurants2.jpg";
1566
+        	$image_array[] = "$dummy_image_url/restaurants4.jpg";
1567
+
1568
+        	$post_info[] = array(
1569
+            	"listing_type" => 'gd_place',
1570
+            	"post_title" => 'Lacroix at The Rittenhouse',
1571
+            	"post_desc" => '
1572 1572
 	A deluxe hotel like The Rittenhouse deserves a deluxe restaurant, a fitting description for Lacroix, named “Restaurant of the Year” in 2003 by Esquire magazine.
1573 1573
 	
1574 1574
 	Located on the second floor of the Rittenhouse Hotel, Lacroix features elegant décor and a broad view of Rittenhouse Square, which combine to make the ambiance at Lacroix as enjoyable as the meal itself.
@@ -1579,46 +1579,46 @@  discard block
 block discarded – undo
1579 1579
 	
1580 1580
 	Sunday Brunch at Lacroix - which features such delectable dishes as baby lamb chops with garlic crust and banyuls sauce, niman ranch smoked bacon, quail eggs with artichoke, golden beet and shiitakes, and french baguette toast with apple, raspberry and rosemary jam - is also highly recommended.
1581 1581
 	',
1582
-            "post_images" => $image_array,
1583
-            "post_category" => array('gd_placecategory' => array('Restaurants')),
1584
-            "post_tags" => array('food'),
1585
-            "geodir_video" => '',
1586
-            "geodir_timing" => 'The restaurant is also open for weekend lunch/brunch from 10:30 a.m. to 6:30 p.m.',
1587
-            "geodir_contact" => '(113) 121-12344',
1588
-            "geodir_email" => '[email protected]',
1589
-            "geodir_website" => 'http://www.rittenhousehotel.com/lacroix.cfm',
1590
-            "geodir_twitter" => 'http://twitter.com/rittenhousehotel',
1591
-            "geodir_facebook" => 'http://facebook.com/rittenhousehotel',
1592
-            "post_dummy" => '1'
1593
-        );
1594
-
1595
-        ////post end///
1596
-        /// Restaurants ////post start 6///
1597
-
1598
-        break;
1599
-    case 27:
1600
-
1601
-
1602
-        $image_array = array();
1603
-        $post_meta = array();
1604
-
1605
-        /// Restaurants ////post start 7//
1606
-        $image_array[] = "$dummy_image_url/restaurants12.jpg";
1607
-        $image_array[] = "$dummy_image_url/restaurants13.jpg";
1608
-        $image_array[] = "$dummy_image_url/restaurants14.jpg";
1609
-        $image_array[] = "$dummy_image_url/restaurants15.jpg";
1610
-        $image_array[] = "$dummy_image_url/restaurants5.jpg";
1611
-        $image_array[] = "$dummy_image_url/restaurants6.jpg";
1612
-        $image_array[] = "$dummy_image_url/restaurants7.jpg";
1613
-        $image_array[] = "$dummy_image_url/restaurants8.jpg";
1614
-        $image_array[] = "$dummy_image_url/restaurants9.jpg";
1615
-        $image_array[] = "$dummy_image_url/restaurants2.jpg";
1616
-        $image_array[] = "$dummy_image_url/restaurants4.jpg";
1617
-
1618
-        $post_info[] = array(
1619
-            "listing_type" => 'gd_place',
1620
-            "post_title" => 'Lacroix at The Rittenhouse',
1621
-            "post_desc" => '
1582
+            	"post_images" => $image_array,
1583
+            	"post_category" => array('gd_placecategory' => array('Restaurants')),
1584
+            	"post_tags" => array('food'),
1585
+            	"geodir_video" => '',
1586
+            	"geodir_timing" => 'The restaurant is also open for weekend lunch/brunch from 10:30 a.m. to 6:30 p.m.',
1587
+            	"geodir_contact" => '(113) 121-12344',
1588
+            	"geodir_email" => '[email protected]',
1589
+            	"geodir_website" => 'http://www.rittenhousehotel.com/lacroix.cfm',
1590
+            	"geodir_twitter" => 'http://twitter.com/rittenhousehotel',
1591
+            	"geodir_facebook" => 'http://facebook.com/rittenhousehotel',
1592
+            	"post_dummy" => '1'
1593
+        	);
1594
+
1595
+        	////post end///
1596
+        	/// Restaurants ////post start 6///
1597
+
1598
+        	break;
1599
+    	case 27:
1600
+
1601
+
1602
+        	$image_array = array();
1603
+        	$post_meta = array();
1604
+
1605
+        	/// Restaurants ////post start 7//
1606
+        	$image_array[] = "$dummy_image_url/restaurants12.jpg";
1607
+        	$image_array[] = "$dummy_image_url/restaurants13.jpg";
1608
+        	$image_array[] = "$dummy_image_url/restaurants14.jpg";
1609
+        	$image_array[] = "$dummy_image_url/restaurants15.jpg";
1610
+        	$image_array[] = "$dummy_image_url/restaurants5.jpg";
1611
+        	$image_array[] = "$dummy_image_url/restaurants6.jpg";
1612
+        	$image_array[] = "$dummy_image_url/restaurants7.jpg";
1613
+        	$image_array[] = "$dummy_image_url/restaurants8.jpg";
1614
+        	$image_array[] = "$dummy_image_url/restaurants9.jpg";
1615
+        	$image_array[] = "$dummy_image_url/restaurants2.jpg";
1616
+        	$image_array[] = "$dummy_image_url/restaurants4.jpg";
1617
+
1618
+        	$post_info[] = array(
1619
+            	"listing_type" => 'gd_place',
1620
+            	"post_title" => 'Lacroix at The Rittenhouse',
1621
+            	"post_desc" => '
1622 1622
 	A deluxe hotel like The Rittenhouse deserves a deluxe restaurant, a fitting description for Lacroix, named “Restaurant of the Year” in 2003 by Esquire magazine.
1623 1623
 	
1624 1624
 	Located on the second floor of the Rittenhouse Hotel, Lacroix features elegant décor and a broad view of Rittenhouse Square, which combine to make the ambiance at Lacroix as enjoyable as the meal itself.
@@ -1629,45 +1629,45 @@  discard block
 block discarded – undo
1629 1629
 	
1630 1630
 	Sunday Brunch at Lacroix - which features such delectable dishes as baby lamb chops with garlic crust and banyuls sauce, niman ranch smoked bacon, quail eggs with artichoke, golden beet and shiitakes, and french baguette toast with apple, raspberry and rosemary jam - is also highly recommended.
1631 1631
 	',
1632
-            "post_images" => $image_array,
1633
-            "post_category" => array('gd_placecategory' => array('Restaurants', 'Food Nightlife')),
1634
-            "post_tags" => array('food'),
1635
-            "geodir_video" => '',
1636
-            "geodir_timing" => 'The restaurant is also open for weekend lunch/brunch from 10:30 a.m. to 6:30 p.m.',
1637
-            "geodir_contact" => '(113) 121-12344',
1638
-            "geodir_email" => '[email protected]',
1639
-            "geodir_website" => 'http://www.zamarestaurant.com/',
1640
-            "geodir_twitter" => 'http://twitter.com/zamarestaurant',
1641
-            "geodir_facebook" => 'http://facebook.com/zamarestaurant',
1642
-            "post_dummy" => '1'
1643
-        );
1644
-
1645
-        ////post end///
1646
-        /// Restaurants ////post start 7///
1647
-
1648
-        break;
1649
-    case 28:
1650
-
1651
-        $image_array = array();
1652
-        $post_meta = array();
1653
-
1654
-        /// Restaurants ////post start 8//
1655
-        $image_array[] = "$dummy_image_url/restaurants16.jpg";
1656
-        $image_array[] = "$dummy_image_url/restaurants17.jpg";
1657
-        $image_array[] = "$dummy_image_url/restaurants18.jpg";
1658
-        $image_array[] = "$dummy_image_url/restaurants19.jpg";
1659
-        $image_array[] = "$dummy_image_url/restaurants5.jpg";
1660
-        $image_array[] = "$dummy_image_url/restaurants6.jpg";
1661
-        $image_array[] = "$dummy_image_url/restaurants7.jpg";
1662
-        $image_array[] = "$dummy_image_url/restaurants8.jpg";
1663
-        $image_array[] = "$dummy_image_url/restaurants9.jpg";
1664
-        $image_array[] = "$dummy_image_url/restaurants2.jpg";
1665
-        $image_array[] = "$dummy_image_url/restaurants4.jpg";
1666
-
1667
-        $post_info[] = array(
1668
-            "listing_type" => 'gd_place',
1669
-            "post_title" => 'Sampan',
1670
-            "post_desc" => '
1632
+            	"post_images" => $image_array,
1633
+            	"post_category" => array('gd_placecategory' => array('Restaurants', 'Food Nightlife')),
1634
+            	"post_tags" => array('food'),
1635
+            	"geodir_video" => '',
1636
+            	"geodir_timing" => 'The restaurant is also open for weekend lunch/brunch from 10:30 a.m. to 6:30 p.m.',
1637
+            	"geodir_contact" => '(113) 121-12344',
1638
+            	"geodir_email" => '[email protected]',
1639
+            	"geodir_website" => 'http://www.zamarestaurant.com/',
1640
+            	"geodir_twitter" => 'http://twitter.com/zamarestaurant',
1641
+            	"geodir_facebook" => 'http://facebook.com/zamarestaurant',
1642
+            	"post_dummy" => '1'
1643
+        	);
1644
+
1645
+        	////post end///
1646
+        	/// Restaurants ////post start 7///
1647
+
1648
+        	break;
1649
+    	case 28:
1650
+
1651
+        	$image_array = array();
1652
+        	$post_meta = array();
1653
+
1654
+        	/// Restaurants ////post start 8//
1655
+        	$image_array[] = "$dummy_image_url/restaurants16.jpg";
1656
+        	$image_array[] = "$dummy_image_url/restaurants17.jpg";
1657
+        	$image_array[] = "$dummy_image_url/restaurants18.jpg";
1658
+        	$image_array[] = "$dummy_image_url/restaurants19.jpg";
1659
+        	$image_array[] = "$dummy_image_url/restaurants5.jpg";
1660
+        	$image_array[] = "$dummy_image_url/restaurants6.jpg";
1661
+        	$image_array[] = "$dummy_image_url/restaurants7.jpg";
1662
+        	$image_array[] = "$dummy_image_url/restaurants8.jpg";
1663
+        	$image_array[] = "$dummy_image_url/restaurants9.jpg";
1664
+        	$image_array[] = "$dummy_image_url/restaurants2.jpg";
1665
+        	$image_array[] = "$dummy_image_url/restaurants4.jpg";
1666
+
1667
+        	$post_info[] = array(
1668
+            	"listing_type" => 'gd_place',
1669
+            	"post_title" => 'Sampan',
1670
+            	"post_desc" => '
1671 1671
 	Chef and charismatic television star Michael Schulson returns to Philadelphia with the opening of Sampan, a modern Asian restaurant where he serves the acclaimed cuisine that has made him one of the country&acute;s highly sought-after culinary talents.
1672 1672
 	
1673 1673
 	Schulson returns to Philadelphia after having opened Buddakan in New York City for Stephen Starr and Izakaya at the Borgata in Atlantic City and then having gone on to star in Style network&acute;s popular series Pantry Raid and TLC Ultimate Cake Off.
@@ -1686,45 +1686,45 @@  discard block
 block discarded – undo
1686 1686
 	
1687 1687
 	Prices range from $5 to $19.
1688 1688
 	',
1689
-            "post_images" => $image_array,
1690
-            "post_category" => array('gd_placecategory' => array('Restaurants', 'Food Nightlife')),
1691
-            "post_tags" => array('restaurant'),
1692
-            "geodir_video" => '',
1693
-            "geodir_timing" => 'The restaurant is also open for weekend lunch/brunch from 10:30 a.m. to 6:30 p.m.',
1694
-            "geodir_contact" => '(000) 111-2222',
1695
-            "geodir_email" => '[email protected]',
1696
-            "geodir_website" => 'http://www.sampanphilly.com/',
1697
-            "geodir_twitter" => 'http://twitter.com/sampanphilly',
1698
-            "geodir_facebook" => 'http://facebook.com/sampanphilly',
1699
-            "post_dummy" => '1'
1700
-        );
1701
-
1702
-        ////post end///
1703
-        /// Restaurants ////post start 8///
1704
-
1705
-        break;
1706
-    case 29:
1707
-
1708
-        $image_array = array();
1709
-        $post_meta = array();
1710
-
1711
-        /// Restaurants ////post start 9//
1712
-        $image_array[] = "$dummy_image_url/restaurants17.jpg";
1713
-        $image_array[] = "$dummy_image_url/restaurants16.jpg";
1714
-        $image_array[] = "$dummy_image_url/restaurants18.jpg";
1715
-        $image_array[] = "$dummy_image_url/restaurants19.jpg";
1716
-        $image_array[] = "$dummy_image_url/restaurants5.jpg";
1717
-        $image_array[] = "$dummy_image_url/restaurants6.jpg";
1718
-        $image_array[] = "$dummy_image_url/restaurants7.jpg";
1719
-        $image_array[] = "$dummy_image_url/restaurants8.jpg";
1720
-        $image_array[] = "$dummy_image_url/restaurants9.jpg";
1721
-        $image_array[] = "$dummy_image_url/restaurants2.jpg";
1722
-        $image_array[] = "$dummy_image_url/restaurants4.jpg";
1723
-
1724
-        $post_info[] = array(
1725
-            "listing_type" => 'gd_place',
1726
-            "post_title" => 'Morimoto',
1727
-            "post_desc" => '
1689
+            	"post_images" => $image_array,
1690
+            	"post_category" => array('gd_placecategory' => array('Restaurants', 'Food Nightlife')),
1691
+            	"post_tags" => array('restaurant'),
1692
+            	"geodir_video" => '',
1693
+            	"geodir_timing" => 'The restaurant is also open for weekend lunch/brunch from 10:30 a.m. to 6:30 p.m.',
1694
+            	"geodir_contact" => '(000) 111-2222',
1695
+            	"geodir_email" => '[email protected]',
1696
+            	"geodir_website" => 'http://www.sampanphilly.com/',
1697
+            	"geodir_twitter" => 'http://twitter.com/sampanphilly',
1698
+            	"geodir_facebook" => 'http://facebook.com/sampanphilly',
1699
+            	"post_dummy" => '1'
1700
+        	);
1701
+
1702
+        	////post end///
1703
+        	/// Restaurants ////post start 8///
1704
+
1705
+        	break;
1706
+    	case 29:
1707
+
1708
+        	$image_array = array();
1709
+        	$post_meta = array();
1710
+
1711
+        	/// Restaurants ////post start 9//
1712
+        	$image_array[] = "$dummy_image_url/restaurants17.jpg";
1713
+        	$image_array[] = "$dummy_image_url/restaurants16.jpg";
1714
+        	$image_array[] = "$dummy_image_url/restaurants18.jpg";
1715
+        	$image_array[] = "$dummy_image_url/restaurants19.jpg";
1716
+        	$image_array[] = "$dummy_image_url/restaurants5.jpg";
1717
+        	$image_array[] = "$dummy_image_url/restaurants6.jpg";
1718
+        	$image_array[] = "$dummy_image_url/restaurants7.jpg";
1719
+        	$image_array[] = "$dummy_image_url/restaurants8.jpg";
1720
+        	$image_array[] = "$dummy_image_url/restaurants9.jpg";
1721
+        	$image_array[] = "$dummy_image_url/restaurants2.jpg";
1722
+        	$image_array[] = "$dummy_image_url/restaurants4.jpg";
1723
+
1724
+        	$post_info[] = array(
1725
+            	"listing_type" => 'gd_place',
1726
+            	"post_title" => 'Morimoto',
1727
+            	"post_desc" => '
1728 1728
 	Stephen Starr creative Japanese restaurant has garnered all kinds of national and international attention since opening a few years back. Located a block from Independence Hall on Chestnut Street, Morimoto has an interior - awash in glass and colors - that is both striking and serene in its design.
1729 1729
 	
1730 1730
 	The restaurant&acute;s namesake and head chef, Morimoto (of Food Network&acute;s Iron Chef fame), has created a menu offering the very best in contemporary Japanese cusine. While regulars flock here for the exquisitely prepared sushi, Morimoto offers diners a broad spectrum of flavors that delve beyond nigiri and sashimi.
@@ -1737,45 +1737,45 @@  discard block
 block discarded – undo
1737 1737
 	
1738 1738
 	The mezzanine level lounge is a great spot to have a pre-meal cocktail while waiting for your table. You can enjoy a sake or try a “Sakura” - a cosmo made with Sake - in the sleek space that overlooks the brilliant restaurant below.
1739 1739
 	',
1740
-            "post_images" => $image_array,
1741
-            "post_category" => array('gd_placecategory' => array('Restaurants', 'Food Nightlife', 'Feature')),
1742
-            "post_tags" => array('America'),
1743
-            "geodir_video" => '',
1744
-            "geodir_timing" => 'The restaurant is also open for weekend lunch/brunch from 10:30 a.m. to 6:30 p.m.',
1745
-            "geodir_contact" => '(000) 111-2222',
1746
-            "geodir_email" => '[email protected]',
1747
-            "geodir_website" => 'http://www.morimotorestaurant.com/',
1748
-            "geodir_twitter" => 'http://twitter.com/morimotorestaurant',
1749
-            "geodir_facebook" => 'http://facebook.com/morimotorestaurant',
1750
-            "post_dummy" => '1'
1751
-        );
1752
-
1753
-        ////post end///
1754
-        /// Restaurants ////post start 9///
1755
-        break;
1756
-    case 30:
1757
-
1758
-
1759
-        $image_array = array();
1760
-        $post_meta = array();
1761
-
1762
-        /// Restaurants ////post start 10//
1763
-        $image_array[] = "$dummy_image_url/restaurants19.jpg";
1764
-        $image_array[] = "$dummy_image_url/restaurants17.jpg";
1765
-        $image_array[] = "$dummy_image_url/restaurants18.jpg";
1766
-        $image_array[] = "$dummy_image_url/restaurants16.jpg";
1767
-        $image_array[] = "$dummy_image_url/restaurants5.jpg";
1768
-        $image_array[] = "$dummy_image_url/restaurants6.jpg";
1769
-        $image_array[] = "$dummy_image_url/restaurants7.jpg";
1770
-        $image_array[] = "$dummy_image_url/restaurants8.jpg";
1771
-        $image_array[] = "$dummy_image_url/restaurants9.jpg";
1772
-        $image_array[] = "$dummy_image_url/restaurants2.jpg";
1773
-        $image_array[] = "$dummy_image_url/restaurants4.jpg";
1774
-
1775
-        $post_info[] = array(
1776
-            "listing_type" => 'gd_place',
1777
-            "post_title" => 'Buddakan',
1778
-            "post_desc" => '
1740
+            	"post_images" => $image_array,
1741
+            	"post_category" => array('gd_placecategory' => array('Restaurants', 'Food Nightlife', 'Feature')),
1742
+            	"post_tags" => array('America'),
1743
+            	"geodir_video" => '',
1744
+            	"geodir_timing" => 'The restaurant is also open for weekend lunch/brunch from 10:30 a.m. to 6:30 p.m.',
1745
+            	"geodir_contact" => '(000) 111-2222',
1746
+            	"geodir_email" => '[email protected]',
1747
+            	"geodir_website" => 'http://www.morimotorestaurant.com/',
1748
+            	"geodir_twitter" => 'http://twitter.com/morimotorestaurant',
1749
+            	"geodir_facebook" => 'http://facebook.com/morimotorestaurant',
1750
+            	"post_dummy" => '1'
1751
+        	);
1752
+
1753
+        	////post end///
1754
+        	/// Restaurants ////post start 9///
1755
+        	break;
1756
+    	case 30:
1757
+
1758
+
1759
+        	$image_array = array();
1760
+        	$post_meta = array();
1761
+
1762
+        	/// Restaurants ////post start 10//
1763
+        	$image_array[] = "$dummy_image_url/restaurants19.jpg";
1764
+        	$image_array[] = "$dummy_image_url/restaurants17.jpg";
1765
+        	$image_array[] = "$dummy_image_url/restaurants18.jpg";
1766
+        	$image_array[] = "$dummy_image_url/restaurants16.jpg";
1767
+        	$image_array[] = "$dummy_image_url/restaurants5.jpg";
1768
+        	$image_array[] = "$dummy_image_url/restaurants6.jpg";
1769
+        	$image_array[] = "$dummy_image_url/restaurants7.jpg";
1770
+        	$image_array[] = "$dummy_image_url/restaurants8.jpg";
1771
+        	$image_array[] = "$dummy_image_url/restaurants9.jpg";
1772
+        	$image_array[] = "$dummy_image_url/restaurants2.jpg";
1773
+        	$image_array[] = "$dummy_image_url/restaurants4.jpg";
1774
+
1775
+        	$post_info[] = array(
1776
+            	"listing_type" => 'gd_place',
1777
+            	"post_title" => 'Buddakan',
1778
+            	"post_desc" => '
1779 1779
 	<h3>The Experience </h3>
1780 1780
 	
1781 1781
 	A towering gilded statue of the Buddha generates elegant calm in this 175-seat, Pan Asian restaurant with sleek, modern decor. Immensely popular, Buddakan is a restaurant that is great for both large parties and intimate dinners.
@@ -1786,22 +1786,22 @@  discard block
 block discarded – undo
1786 1786
 	
1787 1787
 	Be sure to make your reservation before coming to town as Buddakan fills up quickly especially on weekends. Better yet, make your reservation right now .
1788 1788
 	',
1789
-            "post_images" => $image_array,
1790
-            "post_category" => array('gd_placecategory' => array('Restaurants', 'Food Nightlife')),
1791
-            "post_tags" => array('America'),
1792
-            "geodir_video" => '',
1793
-            "geodir_timing" => 'The restaurant is also open for weekend lunch/brunch from 10:30 a.m. to 6:30 p.m.',
1794
-            "geodir_contact" => '(000) 111-2222',
1795
-            "geodir_email" => '[email protected]',
1796
-            "geodir_website" => 'http://www.buddakan.com/',
1797
-            "geodir_twitter" => 'http://twitter.com/buddakan',
1798
-            "geodir_facebook" => 'http://facebook.com/buddakan',
1799
-            "post_dummy" => '1'
1800
-        );
1801
-        break;
1802
-
1803
-    ////post end///
1804
-    /// Restaurants ////post start 10///
1789
+            	"post_images" => $image_array,
1790
+            	"post_category" => array('gd_placecategory' => array('Restaurants', 'Food Nightlife')),
1791
+            	"post_tags" => array('America'),
1792
+            	"geodir_video" => '',
1793
+            	"geodir_timing" => 'The restaurant is also open for weekend lunch/brunch from 10:30 a.m. to 6:30 p.m.',
1794
+            	"geodir_contact" => '(000) 111-2222',
1795
+            	"geodir_email" => '[email protected]',
1796
+            	"geodir_website" => 'http://www.buddakan.com/',
1797
+            	"geodir_twitter" => 'http://twitter.com/buddakan',
1798
+            	"geodir_facebook" => 'http://facebook.com/buddakan',
1799
+            	"post_dummy" => '1'
1800
+        	);
1801
+        	break;
1802
+
1803
+    	////post end///
1804
+    	/// Restaurants ////post start 10///
1805 1805
 } // end of switch
1806 1806
 
1807 1807
 
Please login to merge, or discard this patch.