New ad for Payara

Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/promo/images/payara.png b/promo/images/payara.png
new file mode 100644
index 0000000..3925f43
--- /dev/null
+++ b/promo/images/payara.png
Binary files differ
diff --git a/promo/promos.php b/promo/promos.php
index f6b3dd3..05160f5 100644
--- a/promo/promos.php
+++ b/promo/promos.php
@@ -199,9 +199,17 @@
     'weight' => 4
   );
 
+  $retVal[] = array(
+    'url' => 'PROMO_PAYARA',
+    'imageurl' => '/membership/promo/images/payara.png',
+    'memberName' => 'PAYARA',
+    'type' => 'strat_ad',
+    'weight' => 4
+  );
+
   // Internal ads
   $current_time = time();
-  $ec_weight = 14;
+  $ec_weight = 12;
   // F4G2018 ad
   if ($current_time >= strtotime("2018/02/26") && $current_time < strtotime("2018/03/08")) {
     $retVal[] = array(
@@ -281,7 +289,7 @@
   $retVal[] = array(
     'memberName' => "Jakarta",
     'type' => 'strat_ad',
-    'weight' => 14,
+    'weight' => 12,
     'imageurl' => "/membership/promo/images/TakeJakartaeeSurvey_ad.png",
     'url' => "PROMO_JAKARTA",
   );