var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});
var em_version = '7.14.1';
var em_track_user = true;
var em_no_track_reason = '';
var disableStrs = [
'ga-disable-UA-137778178-1',
];/* Function to detect opted out users */
function __gtagTrackerIsOptedOut() {
for (var index = 0; index < disableStrs.length; index++) {
if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
return true;
}
}return false;
}/* Disable tracking if the opt-out cookie exists. */
if (__gtagTrackerIsOptedOut()) {
for (var index = 0; index < disableStrs.length; index++) {
window[disableStrs[index]] = true;
}
}/* Opt-out function */
function __gtagTrackerOptout() {
for (var index = 0; index < disableStrs.length; index++) {
document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[disableStrs[index]] = true;
}
}if ('undefined' === typeof gaOptout) {
function gaOptout() {
__gtagTrackerOptout();
}
}
window.dataLayer = window.dataLayer || [];window.ExactMetricsDualTracker = {
helpers: {},
trackers: {},
};
if (em_track_user) {
function __gtagDataLayer() {
dataLayer.push(arguments);
}function __gtagTracker(type, name, parameters) {
if (!parameters) {
parameters = {};
}if (parameters.send_to) {
__gtagDataLayer.apply(null, arguments);
return;
}if (type === 'event') {
parameters.send_to = exactmetrics_frontend.ua;
__gtagDataLayer(type, name, parameters);
} else {
__gtagDataLayer.apply(null, arguments);
}
}__gtagTracker('js', new Date());
__gtagTracker('set', {
'developer_id.dNDMyYj': true,
});
__gtagTracker('config', 'UA-137778178-1', {"forceSSL":"true","page_path":location.pathname + location.search + location.hash} );
window.gtag = __gtagTracker; (function () {
/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
/* ga and __gaTracker compatibility shim. */
var noopfn = function () {
return null;
};
var newtracker = function () {
return new Tracker();
};
var Tracker = function () {
return null;
};
var p = Tracker.prototype;
p.get = noopfn;
p.set = noopfn;
p.send = function () {
var args = Array.prototype.slice.call(arguments);
args.unshift('send');
__gaTracker.apply(null, args);
};
var __gaTracker = function () {
var len = arguments.length;
if (len === 0) {
return;
}
var f = arguments[len - 1];
if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
if ('send' === arguments[0]) {
var hitConverted, hitObject = false, action;
if ('event' === arguments[1]) {
if ('undefined' !== typeof arguments[3]) {
hitObject = {
'eventAction': arguments[3],
'eventCategory': arguments[2],
'eventLabel': arguments[4],
'value': arguments[5] ? arguments[5] : 1,
}
}
}
if ('pageview' === arguments[1]) {
if ('undefined' !== typeof arguments[2]) {
hitObject = {
'eventAction': 'page_view',
'page_path': arguments[2],
}
}
}
if (typeof arguments[2] === 'object') {
hitObject = arguments[2];
}
if (typeof arguments[5] === 'object') {
Object.assign(hitObject, arguments[5]);
}
if ('undefined' !== typeof arguments[1].hitType) {
hitObject = arguments[1];
if ('pageview' === hitObject.hitType) {
hitObject.eventAction = 'page_view';
}
}
if (hitObject) {
action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
hitConverted = mapArgs(hitObject);
__gtagTracker('event', action, hitConverted);
}
}
return;
}function mapArgs(args) {
var arg, hit = {};
var gaMap = {
'eventCategory': 'event_category',
'eventAction': 'event_action',
'eventLabel': 'event_label',
'eventValue': 'event_value',
'nonInteraction': 'non_interaction',
'timingCategory': 'event_category',
'timingVar': 'name',
'timingValue': 'value',
'timingLabel': 'event_label',
'page': 'page_path',
'location': 'page_location',
'title': 'page_title',
};
for (arg in args) {
if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
hit[gaMap[arg]] = args[arg];
} else {
hit[arg] = args[arg];
}
}
return hit;
}try {
f.hitCallback();
} catch (ex) {
}
};
__gaTracker.create = newtracker;
__gaTracker.getByName = newtracker;
__gaTracker.getAll = function () {
return [];
};
__gaTracker.remove = noopfn;
__gaTracker.loaded = true;
window['__gaTracker'] = __gaTracker;
})();
} else {
console.log("");
(function () {
function __gtagTracker() {
return null;
}window['__gtagTracker'] = __gtagTracker;
window['gtag'] = __gtagTracker;
})();
}
https://ps-engage.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js
var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/out\\\/\",\"label\":\"Affiliate\"}]","home_url":"https:\/\/ps-engage.com","hash_tracking":"true","ua":"UA-137778178-1","v4_id":""};
var breeze_prefetch = {"local_url":"https:\/\/ps-engage.com","ignore_remote_prefetch":"1","ignore_list":["\/wp-admin\/"]};
https://ps-engage.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://ps-engage.com/wp-includes/js/jquery/jquery.min.js
https://ps-engage.com/wp-includes/js/jquery/jquery-migrate.min.js
https://ps-engage.com/wp-includes/js/imagesloaded.min.js
Jan 5, 2022 By Nga Dao | January 5, 2022, 8.00pm SGT Photo by Robo Wunderkind on unsplash The COVID-19 pandemic has caused unprecedented impacts on education and children worldwide, including ...
Nov 16, 2021 By Aarthi Raghavan | November 16, 2021, 4.00pm SGT Photo by Dylan Leagh on Pexel India is today the world’s fastest growing digital economy and ...
Sep 20, 2021 By Nga Dao | September 20, 2021, 2.00pm Photo by Ammie Ngo on Unsplash With an annual average growth rate of 22.7% during 2015-2019, Vietnam was one of ...
Aug 20, 2021 By Nga Dao | August 20, 2021, 11.00am Photo by Dan Meyers on Unsplash Bac Giang, Vietnam's lychee growing hub, was one of the provinces ...
Jul 30, 2021 By Aarthi Raghavan | July 30, 2021, 11.00am Photo by National Cancer Institute on Unsplash The global healthcare sector is witnessing a rise in cyber ...
Jul 6, 2021 By Juan Carlos Eusebio | July 6, 2021, 12.00pm Photo by Saulo Mohana on unsplash A new era has arisen since the conception of smartphones and social ...
Jun 24, 2021 By Somang Yang | June 24, 2021, 1.00pm Photo by Clint Adair on unsplash South Korean organizations are grappling with arcane network separation rules that inhibit remote ...
May 28, 2021 By Quek Xin Wei | May 28, 2021, 10.00AM Photo by Marcus Winkler on unsplash As global attention remains steadfast on the COVID-19 pandemic, a ...
May 25, 2021 By Ashish Lall | May 25, 2021, 10.00AM Photo by Vlad Hilitanu on unsplash Since 2011, world service exports have increased by 3% annually – thrice ...
May 5, 2021 By Quek Xin Wei | May 5, 2021, 1.30PM Photo by Joshua Woroniecki on unsplash The global pandemic has induced a tectonic shift of the global ...
Apr 29, 2021 By Desarack Teso | April 29, 2021, 1.30PM Photo by Clint Patterson on unsplash The time is ripe for Member States of the Association of Southeast ...
Apr 22, 2021 By Aarthi Raghavan | April 22, 2021, 10.00AM Photo by Christina on unsplash Technology is increasingly perceived as a source of division, rather than as the great ...
Get in touch with PS-engage
gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://ps-engage.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://ps-engage.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}, 50);}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [1, current_page]);} );} );
https://ps-engage.com/wp-content/plugins/bb-plugin/js/jquery.ba-throttle-debounce.min.js
https://ps-engage.com/wp-content/plugins/bb-plugin/js/jquery.easing.min.js
https://ps-engage.com/wp-content/plugins/bb-plugin/js/jquery.fitvids.min.js
https://ps-engage.com/wp-content/plugins/bb-plugin/js/jquery.bxslider.min.js
https://ps-engage.com/wp-content/plugins/bb-plugin/js/jquery.mosaicflow.min.js
https://ps-engage.com/wp-content/plugins/bb-ultimate-addon/assets/js/global-scripts/jquery-masonary.js
https://ps-engage.com/wp-content/uploads/bb-plugin/cache/09fc1de95e53e64889621ff81a40ad06-layout-bundle.js
https://ps-engage.com/wp-includes/js/hoverIntent.min.js
https://ps-engage.com/wp-content/themes/genesis/lib/js/menu/superfish.min.js
https://ps-engage.com/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js
https://ps-engage.com/wp-content/themes/genesis/lib/js/skip-links.min.js
var genesis_responsive_menu = {"mainMenu":"Menu","menuIconClass":"dashicons-before dashicons-menu","subMenu":"Submenu","subMenuIconClass":"dashicons-before dashicons-arrow-down-alt2","menuClasses":{"combine":[".nav-primary"],"others":[]}};
https://ps-engage.com/wp-content/themes/genesis-psengage/js/responsive-menus.min.js
https://ps-engage.com/wp-content/themes/genesis-psengage/js/genesis-sample.js
https://ps-engage.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
https://ps-engage.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js
https://ps-engage.com/wp-includes/js/dist/vendor/wp-polyfill.min.js
https://ps-engage.com/wp-includes/js/dist/dom-ready.min.js
https://ps-engage.com/wp-includes/js/dist/hooks.min.js
https://ps-engage.com/wp-includes/js/dist/i18n.min.js
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
https://ps-engage.com/wp-includes/js/dist/a11y.min.js
https://ps-engage.com/wp-content/plugins/gravityforms/js/jquery.json.min.js
var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = [];
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/ps-engage.com\/wp-content\/plugins\/gravityforms\/images"}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/ps-engage.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/ps-engage.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"2e0770058e7b160f4f360b92d8092900","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}};
https://ps-engage.com/wp-content/plugins/gravityforms/js/gravityforms.min.js
https://ps-engage.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js
https://ps-engage.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js
https://ps-engage.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js
var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"2e0770058e7b160f4f360b92d8092900"}}},"hmr_dev":"","public_path":"https:\/\/ps-engage.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"};
https://ps-engage.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js
gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){
Placeholders.enable();
}} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } );
gform.initializeOnLoaded( function() { jQuery(document).trigger('gform_post_render', [1, 1]) } );