Singer Janet Jackson, 46 is officially engaged to Wissam Al Mana, a 37 year old Qatari billionaire after two years of dating. The $20 million worth grand wedding is going to be held in the oil rich country of Qatar on spring 2013. All the guests will be flying on a private jet.
Wissam is one of the richest investors in the Middle East. His family is a well known family in Qatar who has over 50 companies in the Gulf region from media, automotive distribution, real estate, food services, retail, engineering and construction. He runs Al Mana Luxury Company, where he acts as director of fashion portfolios, along with his two brothers. He is also one of the a shareholder in the Saks Fifth Avenue stores in Dubai, Doha, Bahrain and Kuwait.
Janet Jackson already converted to Islam in preparation for her wedding. Wissam gave her a huge and expensive ring that Janet locked up because she's to afraid it will get lost.
Janet has been married twice before, to dancer/songwriter Rene Elizondo (1991-2000) and James DeBarge (1984-85). Wissam plans to have kids but “If she can’t have them, she will adopt.”
Hoping for their marriage to last.
There three are ways to protect your blog post :
A. Put copyright on all your posts. Copyright will appear at the end of the post but can be deleted to claim as their own
B. Disable Highlight. No highlight means short cut keys such as CRTL C and CTRL V cannot be used to copy paste.
C. Disable Right Click. The purpose of disabling the mouse right click is for the people not to be able to view source or page element.
A. How to put copyright in all of your post?
On you dashboard select layout.
Then on layout, select add gadget and click HTML/JavaScript.
Then Add this one in the content:
<script type='text/javascript'>
function addLink() {
var body_element = document.getElementsByTagName('body')[0];
var selection;
selection = window.getSelection();
var pagelink = "<br/><br/> Original from: <a href='"+document.location.href+"'>"+document.location.href+"</a><br/>Copyright News Watcher Stream Online - All Rights Reserved"; // <----- You can customize this one
var copytext = selection + pagelink;
var newdiv = document.createElement('div');
newdiv.style.position='absolute';
newdiv.style.left='-99999px';
body_element.appendChild(newdiv);
newdiv.innerHTML = copytext;
selection.selectAllChildren(newdiv);
window.setTimeout(function() {
body_element.removeChild(newdiv);
},0);
}document.oncopy = addLink;
</script>
B. Disable Highlight
Follow picture from figure one and two above.
Then Add this one in the content:
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
function disableselect(e){
for (i = 0; i < omitformtags.length; i++)
if (omitformtags[i]==(e.target.tagName.toLowerCase()))
return;
return false
}
function reEnable(){
return true
}
function noSelect(){
if (typeof document.onselectstart!="undefined"){
document.onselectstart=new Function ("return false")
if (document.getElementsByTagName){
tags=document.getElementsByTagName('*')
for (j = 0; j < tags.length; j++){
for (i = 0; i < omitformtags.length; i++)
if (tags[j].tagName.toLowerCase()==omitformtags[i]){
tags[j].onselectstart=function(){
document.onselectstart=new Function ('return true')
}
if (tags[j].onmouseup!==null){
var mUp=tags[j].onmouseup.toString()
mUp='document.onselectstart=new Function (\'return false\');\n'+mUp.substr(mUp.indexOf('{')+2,mUp.lastIndexOf('}')-mUp.indexOf('{')-3);
tags[j].onmouseup=new Function(mUp);
}
else{
tags[j].onmouseup=function(){
document.onselectstart=new Function ('return false')
}}}}}}
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
}
window.onload=noSelect;
</script>
C. How to disable right click of user's mouse?
1. In your dashboard click template.
2. Click Backup/Restore first and download your template for back up. Then click Edit HTML
3. Click Proceed
4. Check (Expand widget Templates)
5. Now on your keyboard press CTRL+F . Then type <body>...
Change that to this <body oncontextmenu='return false;'>
Source: Author of http://www.newswatcherstreamonline.info/
A. Put copyright on all your posts. Copyright will appear at the end of the post but can be deleted to claim as their own
B. Disable Highlight. No highlight means short cut keys such as CRTL C and CTRL V cannot be used to copy paste.
C. Disable Right Click. The purpose of disabling the mouse right click is for the people not to be able to view source or page element.
A. How to put copyright in all of your post?
On you dashboard select layout.
Then on layout, select add gadget and click HTML/JavaScript.
Then Add this one in the content:
<script type='text/javascript'>
function addLink() {
var body_element = document.getElementsByTagName('body')[0];
var selection;
selection = window.getSelection();
var pagelink = "<br/><br/> Original from: <a href='"+document.location.href+"'>"+document.location.href+"</a><br/>Copyright News Watcher Stream Online - All Rights Reserved"; // <----- You can customize this one
var copytext = selection + pagelink;
var newdiv = document.createElement('div');
newdiv.style.position='absolute';
newdiv.style.left='-99999px';
body_element.appendChild(newdiv);
newdiv.innerHTML = copytext;
selection.selectAllChildren(newdiv);
window.setTimeout(function() {
body_element.removeChild(newdiv);
},0);
}document.oncopy = addLink;
</script>
B. Disable Highlight
Follow picture from figure one and two above.
Then Add this one in the content:
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
function disableselect(e){
for (i = 0; i < omitformtags.length; i++)
if (omitformtags[i]==(e.target.tagName.toLowerCase()))
return;
return false
}
function reEnable(){
return true
}
function noSelect(){
if (typeof document.onselectstart!="undefined"){
document.onselectstart=new Function ("return false")
if (document.getElementsByTagName){
tags=document.getElementsByTagName('*')
for (j = 0; j < tags.length; j++){
for (i = 0; i < omitformtags.length; i++)
if (tags[j].tagName.toLowerCase()==omitformtags[i]){
tags[j].onselectstart=function(){
document.onselectstart=new Function ('return true')
}
if (tags[j].onmouseup!==null){
var mUp=tags[j].onmouseup.toString()
mUp='document.onselectstart=new Function (\'return false\');\n'+mUp.substr(mUp.indexOf('{')+2,mUp.lastIndexOf('}')-mUp.indexOf('{')-3);
tags[j].onmouseup=new Function(mUp);
}
else{
tags[j].onmouseup=function(){
document.onselectstart=new Function ('return false')
}}}}}}
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
}
window.onload=noSelect;
</script>
C. How to disable right click of user's mouse?
1. In your dashboard click template.
2. Click Backup/Restore first and download your template for back up. Then click Edit HTML
3. Click Proceed
4. Check (Expand widget Templates)
5. Now on your keyboard press CTRL+F . Then type <body>...
Change that to this <body oncontextmenu='return false;'>
Source: Author of http://www.newswatcherstreamonline.info/
“Kaangrian “----- a word which literally means “smelly place” in English is indeed an Ironic name for such a wonderful gem that lay hidden amidst the forest of Barangay Paayas Burgos, Ilocos Norte. Being known as one of the most beautiful waterfalls in the country, this multi layered waterfall forms a scenic stair like view which makes it look extraordinary. Aside from the that, Ilocanos are indeed proud to say that such natural scenery is well preserved and taken cared of that is why there isn’t any doubt that Kaangrian Falls continues to be a must see spot when traveling to Ilocos. What we have right now is a travel guideline insight which you could use if you opt to travel town of Burgos to unveil the paradise where” Kaangrian Falls” is situated.
From Metro Manila, you could either travel by air or by land. If you choose to travel by plane, it takes 45 minutes before landing to Laoag City International Airport. Basically, several airlines such as Cebu Pacific, Philippine Airline and Air Philippines have regular flights from Laoag City to Manila and vice versa. On the other hand, if you would want to go site seeing and enjoy the scenes along the road, you could take a 12-hour bus ride from Manila to Laoag City. From the city proper, you have to once again take an approximately 1- hour travel from Laoag City to Burgos and you may ask the bus conductor to drop you at the Kaangrian Falls bus stop located just along the highway. From the highway, you can take a 5 kilometer tricycle ride to the head of the trail plus another 4 kilometer hike to the middle of the forest where you could find the spectacular falls which the locals are indeed proud of.
As a final say, we all know that the travel time from Manila to Burgos would be an arduous wait for an eagerly motivated nature tripper but once you get into the place, there is an assurance that all your stresses, pains and the feeling of being tired will all be eased out due to its jaw dropping beauty. So witness Ilocos and witness the Ironic Beauty of Kaangrian Falls of Burgos.
This crescent shaped cove that is filled with great wonders of nature such as unique white sandy beach surrounded by the spectacular view of pine tree forests, marshes and mountains that are inhabited by numerous species of birds is a must see site which most bloggers love to talk about when visiting Pundaquit, San Antonio Zambales. It is true that this place offers promising surprises to every visitor, but what we will share you at the moment is a combination of the must try experiences when visiting Anawanging Cove plus the expected sites to enjoy.
To begin with, boating would be one of the most obvious must try experience when visiting the said natural wonder simply because there are only two ways to get into the site. You may either choose to go on foot or take a 30-minute boat ride from Pundaquit before reaching the shores of Anawangin.
Next would be hiking - If you are someone who loves to hike and have a trek through forests and mountains, getting to the Cove through a 6 hour walk within the Pundaquit range would also be a great experience. Here you could enjoy being close to Mother Nature as you pass by several pine forests filled with huge pine trees that are called “agoho” by the locals .
Finally, you could also enjoy wading along the seaside – Compared to other beaches, the locals of Zambales are very proud of the shimmering white sand along the shores of the said cove. According to the beach personnel, the white sand originated from the combination of ashes and “lahar” that came out of Pinatubo during its eruption. Thus, nature itself sprinkled the wonderful benefit of sulfur to your skin through the sand.
So if you are someone who either loves extreme nature tripping, then these three activities would surely make your “Anawangin Cove- Experience” be filled with great sites to see and wonderful experiences to share.
December 7, 2012 was a red-letter day for all Filipino Bloggers Worldwide (FBW) members specifically for those who signified their attendance on the first-ever Grand Eyeball for this eminent bloggers’ group. The event was pitched to be the chance to meet like-minded individuals who share the common passion of blogging. This reason alone created such an excitement among members who generally had no other way of interacting with each other except through the online environment.
The chosen venue was SM Megamall’s Megatrade Hall 2 which although was quite far from my end, was the perfect location for most. It is a known place, easy-to-find, and is quite accessible. The appointed time was 6-10 pm on a Friday so I was already having visions of traffic jams in my head and I sure was not disappointed. Since many blogger-members had to come from work, starting late was inevitable. But once the ball started rolling, there was no stopping the fun, the learning, and the winning.
The admins who were present – Ness, Franc, Mai, and Sumi, were true to form in handling the event. Ness and Franc took on the hosting job while Mai and Sumi attended to the important details at the sidelines. They were of course assisted by many member volunteers who all helped to make the event a successful one.
Special mention will have to be given to Orly Ballesteros of Ex-Link Events for making the event possible, Tristan Khalil for sharing his time and technical expertise, Mark Morfe as the official photographer, and countless others who helped find Filipino Bloggers Worldwide: The 1st Grand Eyeball sponsors or acted as sponsors of the event themselves. Not to be forgotten of course is Jason Cruz who shared his expertise through a seminar that was delivered clearly and to-the-point.
The event featured games, raffles, and an education seminar but more than these benefits is the opportunity presented to form long-lasting bonds and friendships with fellow bloggers. I had the good fortune of being seated together with other bloggers who had different ideas but with the same passion for blogging. If there was only a Congeniality Award to be given out that night, I’m sure Donald Pagulong and Myrns Geronimo Roman would have won hands down for the male and female category, respectively. When I talked with these two, I would have sworn I have known them for a long time and did not only meet them that day.
Highlighting the event is the awarding of the ten outstanding travel blogs. Topping the list was The Chronicles of Love Mindanao followed by the Adventures of AdventuRoj!, PonderingPaodaolei, Franc Ramon.com, Budget Byahera, South Cotabato, Vivi’s Random Ramblings, Traveling Morion, Pala-Lagaw, and Journey ni Ikoy. All worthy winners, if I may say so. Here’s looking forward to more awardees in other categories in the succeeding events.
In my blog, I always end my post with My Say and so here goes:
The 1st FBW Grand Eyeball was a huge success in terms of the purpose/s for which it was planned. It wasn’t perfect as in proceeding without hitches but it was perfect in a way that made sense to the members. For a first time event, it sure earned high marks. That said, this year’s successful event is no reason to stop aiming for better events in the future. Regardless, attending the 1st FBW Grand Eyeball is a personal experience that I will never forget.
About the Guest Blogger:
Teresa Martinez is a freelance writer/researcher who currently maintains two blogs: Just-passing-thru and Teresay.
Ex-link Events gives you the 9th MegaBalikbayan OFW Expo on December 7,8 and 9 at SM Megatrade Hall 2 and 3. The business summit was for our OFWs, which aims to help our OFWs to start businesses of their own.
The event is not only for Balikbayans and OFWs but also a business opportunity and seminar for everybody who wanted to invest for a business that their family can manage for the coming year.
Don't forget to visit the bazaar, exhibitors promises to give you the best product for a reasonable price in time for Christmas shopping for friends and love ones.
Nominate Your Top 20 FBW Travel Blogs
43 blogs were nominated, excluded were the non FBW members. All deserves recognition but all we need is the Top 10, the best among the best.
Then we put the top 20 blogs into a vote for the title "Top 10 Travel Blogs":
Presenting the Nominees for the Top 20 FBW Travel Blogs
Travel blogs that are worth following in 2013.
Here are winners for the top 10 Travel Blogs in the order of votes received:
1. The Chronicles of Love Mindanao
2. The Adventures of AdventuRoj!
3. PonderingPaodaolei
4. Franc Ramon.com
5. Budget Byahera
6. South Cotabato
7. Vivi's Random Ramblings
8. Traveling Morion
9. Pala-Lagaw
10. Journey ni Ikoy
Congratulations to all the winners!