Debutante of the Year It was a most talked-about event, described by the media as ‘a night to remember’

The debut’s guest list included prominent figures in government, politics, business and of course, cinema.
Sampaguita was home of the most glamorous, the biggest and the brightest stars. The likes of Carmen Rosales, Paraluman, Gloria Romero, Lolita Rodriguez, Rita Gomez, Barbara Perez, Daisy Romualdez, Liberty Ilagan, Amalia Fuentes and Susan Roces; Oscar Moreno, Fred Montilla, Ric Rodrigo, Luis Gonzales, Juancho Gutierrez, Romeo Vasquez, Jose Mari Gonzalez and Eddie Gutierrez.
The famous Sampaguita Garden was turned into a fantasy land for the debutante’s ball. The debutante wore a dazzling gown by Ramon Valera.
Movie stars, socialites and eligible bachelors rubbed elbows with VIPs.
Media covered the event, calling it ‘a night to remember.’ Marichu was dubbed Debutante of the Year. — RKC






function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }