<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- DW6 --><!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
  <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
  <meta name="description"
 content="Premier online magazine in English based on Monaco. Provides news and features on famous personalities, and lifestyle articles, as well as Monaco weather, Monte Carlo street map and general information (hotels, deals etc) on the Principality of Monaco and Monte-Carlo for leisure travelers. ">
  <meta name="keywords"
 content="monaco, monte-carlo, monte carlo,montecarlo, principaut&eacute; de monaco, principaute de monaco, principality monaco, casino, casino monte carlo, casino monaco, formule 1, rallye monaco, rallye monte carlo, monte carlo rally, festival du cirque, circus festival, events, monaco hotels, monte-carlo hotels, realestate monaco, realestate monte-carlo, monaco restaurant, monte-carlo restaurant, immobilier monte-carlo,tourism, travel, grimaldi, princesse Grace, grace kelly, prince rainier, Prince Rainier, Prince rainier, prince Rainier, Prince Albert, prince Albert, Prince albert, Prince albert, albert, prince, Prince, Stephanie de Monaco, stephanie de monaco, Stephanie de monaco, Caroline de Monaco, caroline de monaco, famille princiere, Grimaldi family, grimaldi family, southern france, monaco guide, tourism, tourisme, french riviera, cotedazur, c&ocirc;te d'azur, cote d azur, cote d'azur,  Ventimiglia, San Remo, yacht, Monaco hotels, princess caroline, principality, paris, Air France,  auctions, Cannes, gambling, discount packages, france, tourist information, french riviera, media gallery, villa rentals, grand prix, Italy, deals, last minute vacations, grand prix tickets, casino, golf club, tennis, montecarlo hotels, Nice, tourism office, photos, royal family, ranieri, little singers, museums, tourist information, tours, travel agents, holidays, Europe, guides, maps, trip planner, links to official sites of the Government Tourist Office which provides information on the Principality of Monaco and Monte-Carlo to leisure travelers and travel agents Monaco Tourism official web site. News and complete information about the Principality.">
  <title>Monaco Revue -- The celebrity and lifestyle magazine with purpose </title>
  <link rel="stylesheet" href="3col_leftNav.css" type="text/css">
  <style type="text/css">
<!--
.style3 {font-size: 14px}
.style4 {font-size: small}
.style5 {color: #CC0000}
.style7 {color: #CC0000; font-size: 16px; }
.style8 {font-size: 16px}
.style9 {font-size: 16}
-->
  </style>
  <style type="text/css">

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

  </style>
  <script type="text/javascript">

/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/


//Contents for menu 1 
var menu1=new Array()
menu1[0]='<a href="http://monacorevue.com/people/glimpses.html">Glimpses</a>'
menu1[1]='<a href="http://monacorevue.com/people/interviews.html">Interviews</a>'

//Contents for menu 2
var menu2=new Array()
menu2[0]='<a href="http://monacorevue.com/events/social.html">Social&#32;Diary</a>'
menu2[1]='<a href="http://monacorevue.com/events/topics.html">Hot&#32;Topics</a>'

//Contents for menu 3
var menu3=new Array()
menu3[0]='<a href="http://monacorevue.com/musings/editor.php">Editor&#39;s&#32;Column</a>'
menu3[1]='<a href="http://monacorevue.com/musings/mcf.php">MCF&#32;Perspective</a>'
menu3[2]='<a href="http://monacorevue.com/musings/guest.html">Guest&#32;Columns</a>'

//Contents for menu 4
var menu4=new Array()
menu4[0]='<a href="http://monacorevue.com/miscellany/foodandhealth.html">Food&#32;&#38;&#32;Health</a>'
menu4[1]='<a href="http://monacorevue.com/miscellany/homeandgarden.html">Home&#32;&#38;&#32;Garden</a>'
menu4[2]='<a href="http://monacorevue.com/miscellany/money.html">Money&#32;Matters</a>'



//Contents for menu 5
var menu5=new Array()
menu5[0]='<a href="http://monacorevue.com/shop/shop.html">Great&#32;Buys</a>'
menu5[1]='<a href="http://monacorevue.com/shop/directory.html">Directory</a>'


//Contents for menu 6
var menu6=new Array()
menu6[0]='<a href="http://monacorevue.com/tourism/where.html">Where To Stay</a>'
menu6[1]='<a href="http://monacorevue.com/tourism/bookings.html">Book Your Room</a>'
menu6[2]='<a href="http://monacorevue.com/tourism/info.html">Useful Info</a>'
menu6[3]='<a href="http://monacorevue.com/tourism/activities.html">What&#39;s&#32;On</a>'
menu6[4]='<a href="http://monacorevue.com/tourism/monacomap.html">Monaco Map</a>'
menu6[5]='<a href="http://monacorevue.com/tourism/weather.html">Monaco Weather</a>'
menu6[6]='<a href="http://monacorevue.com/tourism/photos.html">Monaco Photos</a>'




var menuwidth='160px' //default menu width
var menubgcolor='azure' //menu bgcolor
var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

  </script>
</head>
<body>
<center>
<table style="text-align: left; width: 755px;">
  <tbody>
    <tr>
      <td style="text-align: left; vertical-align: top;">
      <div align="left">
      <table style="width: 100%;" border="0">
        <tbody>
          <tr>
            <td><a href="http://monacorevue.com/index.html"><img
 src="http://monacorevue.com/images/globalimg/mrlogo.jpg"
 alt="Monaco Revue" style="border: 0px solid ; width: 252px;"></a></td>
            <td style="vertical-align: top;">&nbsp;&nbsp; </td>
           <td
 style="; text-align: left; vertical-align: top;">
<SCRIPT LANGUAGE="Javascript"><!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function banner() {
};

banner = new banner();
number = 0;

// bannerArray
banner[number++] = "<a href='http://monacorevue.com/tourism/hoteldeparis.html'><img src='http://monacorevue.com/images/banners/hoteldeparis.jpg' border='0'></a>"
banner[number++] = "<a href='http://monacorevue.com/tourism/montecarlobeach.html'><img src='http://monacorevue.com/images/banners/mcbeach.jpg' border='0'></a>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);

//--></SCRIPT></td>   </tr>
        </tbody>
      </table>
      </div>
      <div id="globalNav">
      <div align="left"><a href="http://monacorevue.com/index.html">Home</a>&nbsp;|
      <a href="default.htm" onclick="return clickreturnvalue()"
 onmouseover="dropdownmenu(this, event, menu1, '80px')"
 onmouseout="delayhidemenu()">People</a>&nbsp;| <a href="default.htm"
 onclick="return clickreturnvalue()"
 onmouseover="dropdownmenu(this, event, menu2, '85px')"
 onmouseout="delayhidemenu()">Happenings</a>&nbsp;| <a href="default.htm"
 onclick="return clickreturnvalue()"
 onmouseover="dropdownmenu(this, event, menu3, '120px')"
 onmouseout="delayhidemenu()">Columns</a>&nbsp;| <a href="default.htm"
 onclick="return clickreturnvalue()"
 onmouseover="dropdownmenu(this, event, menu4, '110px')"
 onmouseout="delayhidemenu()">Departments</a>&nbsp;| <a href="default.htm"
 onclick="return clickreturnvalue()"
 onmouseover="dropdownmenu(this, event, menu5, '80px')"
 onmouseout="delayhidemenu()">Shopping</a>&nbsp;| <a href="default.htm"
 onclick="return clickreturnvalue()"
 onmouseover="dropdownmenu(this, event, menu6, '117px')"
 onmouseout="delayhidemenu()">Monaco Tourism</a>&nbsp;| <a
 href="http://monacorevue.com/fund/index.html">Monaco Revue Orphan Fund</a>
      </div>
      </div>
      </td>
    </tr>
  </tbody>
</table>
</center>
</body>
</html>





<center>
<table text-align="" left="" 750px="" width="">
  <tbody>
    <tr>
      <td style="text-align: left; vertical-align: top;">
      <div id="globalNav">
      <h2 id="pageName" align="right"><a name="Social_Diary_top">Social
Diary by Candace Durocher&nbsp;&nbsp; </a><br>
      </h2>
      </div>
      <table border="0" width="750">
        <tbody>
          <tr>
            <td>
            <table style="width: 100%;" border="0" cellpadding="5">
              <tbody>
                <tr>
                  <td style="vertical-align: top;">









<span
 style="font-size: 28px; font-weight: bold; font-family: century gothic;"></span>
                  <span
 style="font-size: 28px; font-weight: bold; font-family: century gothic;"></span>
                  <table style="" border="0" cellpadding="2"
 cellspacing="2">
                  </table>
                  <span
 style="font-size: 28px; font-weight: bold; font-family: century gothic;">V-Day 2008 in Monaco
<br><br></span>
<span
 style="font-size: 18px; font-weight: bold; font-family: century gothic;">
</span>
                 <table style="width: 100%; text-align: left;"
 border="0" cellpadding="2">
                          <tbody>
                            <tr>
                              <td style="vertical-align: top;"><span
 style="font-size: 14px; font-family: arial;">Sunday, March 30, Monaco will join the world in saluting V-Day. No, it has nothing to do with men celebrating any military victory. Rather, it's all about women of the principality joining millions of women around the world in drawing attention and calling for an end to the abuse of women and girls.
<br><br>
“I'm trying to raise awareness [about] problems throughout the world,” says Lavinia Samuel, who heads the project in Monaco. “It's also within our midst...[but] it's very hidden.” 
<br><br>
V-Day grew out of New York playwright Eve Ensler's controversial and wildly popular 1996 production called <i>The Vagina Monologues</i>, inspired by the shame many women felt about their bodies. Later performed by the likes of Jane Fonda, Oprah Winfrey, Glen Close, Whoopi Goldberg and Susan Sarandon, the production coalesced into a US non-profit and an international movement.
<br><br>
The 'V' in V-Day stands for Victory, Valentine and Vagina, and millions of women at events in 3,700 locations in 120 countries will this year focus on  what it takes to survive the brutality and violence women have had to endure.

</span></td>
                              <td style="vertical-align: top;">&nbsp;<br>
                              </td>
                              <td style="vertical-align: top;" width="400">


<iframe
 name="details2" marginwidth="0" marginheight="0" vspace="0" hspace="5"
 src="http://monacorevue.com/events/vday08head.html"
 frameborder="0" height="730" scrolling="no" width="350"></iframe>



                              </td>
                            </tr>
                          </tbody>
                        </table>


<span
 style="font-size: 14px; font-family: arial;"></span><span
 style="font-size: 14px; font-family: arial;">
<br>
Here in Monaco, Samuel is staging 10 monologues from the book <i>A Memory, a Monologue, a Rant, and a Prayer</i>, a compilation of monologues which Ensler invited literary notables to write to celebrate the production's tenth anniversary.
<br><br>
“People tend to think the original monologues are vulgar,” Samuel said. The selection from the new book, is “much deeper, much richer, much lest vulgar. It goes deeper and it's very touching, very heartfelt.”
<br><br>
The monologues will be performed in English by amateurs and one professional London-based actress, said Samuel, who staged V-Day events previously in Antibes, Cap d'Ail and last year in Monaco. The cast includes two men, and males are also welcome to see the show, Samuel stressed.
<br><br>
“I've tried to pick [monologues] where the man is also the hero, because not all men abuse,” she said.
Such men “are very useful to us; we need them to get the message across to men who do abuse.”
<br><br>
There will be two performances of the show (at 2 p.m. and 6 p.m.) at Fusion on the Port (above Stars 'N' Bars) at Quai Antoine, with 10 per cent of the proceeds going to the V-Day organization and the rest to Action Innocence of Monaco. Samuel noted she's bending the rules in donating the 90 per cent to Action Innocence, which works to combat pedophilia on the Internet.
<br><br>
“Normally, V-Day insists we  give it to a purely female charity for women's benefit only,” she said. “Unfortunately that doesn't yet exist in Monaco, but hopefully one day soon it will.”


                             <br>
                              <br>
                              </span>







<center>


<span
 style="font-size: 12px; font-family: arial; font-weight: bold;">
<br><br>
 <a href="http://monacorevue.com/join.html">Join Friends of Monaco Revue and get the printed version of the magazine</a>   
</span>    </center>  
<span
 style="font-size: 14px; font-family: arial; font-weight: normal;"><br>
                 <br>
                  

<span
 style="font-size: 12px; font-family: arial; font-weight: bold;"><a
href="#ADD_YOUR_COMMENTS">ADD YOUR COMMENTS</a></span>

 

<p style='font-family: arial, helvetica, sans-serif; font-size:11px; color: #666666;'>No comments have been provided.</p><p>&nbsp;</p><p><br/><img src='comments/images/credits.gif' alt=''></p> 
<br/><br/>
<form action="comments/comments_process.php" method="post" style='margin-top:10px;>

<input type='hidden' name='ret_url' value='http://monacorevue.com/events/sd1080325.php/3col_leftNav.css' /><input type='hidden' name='page_id' value='1034' />
<!--form style is taken from your page style - you MAY edit below here-->
<table cellpadding="3" cellspacing="1" style="border:1px dotted #666;">
<tr><td><p>Your Name:</p></td><td align='right'><input type="text" name="name" size="24" /></td></tr>
<tr><td><p>Your Location:</p></td><td align='right'><input type="text" name="locn" size="24" /></td></tr>



<tr><td colspan="2"><p>Your Comments:</p></td></tr>
<tr><td colspan="2"><textarea cols="35" rows="5" name="comments"></textarea></td></tr>

<input type='hidden' name='secure' value='8'/><tr><td><p>Security check *</p></td><td align='right'><img style='float:right' src='comments/images/captchas/captcha8.gif' width="60" height="22" alt=''/><input type='text' name='secure_match' size='6' style='background-color:#eee;'/></td></tr>
<tr><td>&nbsp;</td><td align='right'>
<input style="margin:2px; background-color:#e0e0e0;" type="submit" name="submit" value="Add Comments" />
</td></tr></table>
</form>
<!--do not edit below here-->



            <br>
            <span
 style="font-weight: bold; font-size: 12px; font-family: arial; color: rgb(255, 255, 255);"><a
 name="ADD_YOUR_COMMENTS"></a>ADD YOUR COMMENTS</span><br>
            </span> <br>
            <br>
            <span
 style="font-size: 28px; font-weight: bold; font-family: century gothic;"></span><br>
            <table
 style="border: 1px solid rgb(204, 0, 0); text-align: left; margin-left: auto; margin-right: auto; width: 100%;"
 cellspacing="1">
              <tbody>
                <tr>
                  <td style="vertical-align: top;">
                  <div style="text-align: center;"><span
 style="font-size: 14px; font-family: arial;" &gt="">&nbsp;
&nbsp;&nbsp; <a href="#Social_Diary_top">Top</a>&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;
&nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;&nbsp; &nbsp;
&nbsp;&nbsp; <a href="http://monacorevue.com/index.html">Home</a></span><br>
                  </div>
                  </td>
                </tr>
              </tbody>
            </table>
            </td>
            <td align="right" valign="top" width="120">
            <br>
            <br>
            <a
 href="http://clickserve.cc-dt.com/link/tplclick?lid=41000000015017109&amp;pubid=21000000000122629"><img
 src="http://clickserve.cc-dt.com/link/tplimage?lid=41000000015017109&amp;pubid=21000000000122629"
 alt="Columbia House_120x600_Big Orange_4.6.07" border="0"></a> <br>
            <br>
            <a
 href="http://clickserve.cc-dt.com/link/tplclick?lid=41000000011604678&amp;pubid=21000000000122629"
 target="_blank"><img
 src="http://clickserve.cc-dt.com/link/tplimage?lid=41000000011604678&amp;pubid=21000000000122629"
 alt="FTD 10% Off 125x125" border="0"></a><span
 style="color: rgb(255, 255, 255);"></span> <br>
            <br>
            <a
 href="http://www.barnesandnoble.com/gateway/bestsellers.asp?z=y&amp;lkid=J14348128&amp;pubid=K122629"><img
 src="http://clickserve.cc-dt.com/link/tplimage?lid=41000000014348128&amp;pubid=21000000000122629"
 alt="Bestsellers 120x90" border="0"></a> <br>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
  </tbody>
</table>


<center>
<table style="text-align: left; width: 750px;">
  <tbody>
    <tr>
      <td><div style="text-align: left; width: 497px;">
      <table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 195px; vertical-align: middle;"><span
style="font-size: 14px; font-family: arial; font-weight: bold;"><small><small>&nbsp; </small></small></span>
<br>
</td>
<td style="" vertical-align="" middle=""></td>
</tr>
</tbody>
</table>
      
</div>
      <div id="siteInfo"><a
href="http://www.addthis.com/feed.php?pub=7QUUJGPA1JVX4QFH&amp;h1=http%3A%2F%2Fmonacorevue.com&amp;t1="
title="Subscribe using any feed reader!"><img
src="http://s9.addthis.com/button1-rss.gif" alt="AddThis Feed Button"
border="0" height="16" width="125"></a> |  
<a href="http://monacorevue.com/about.html">About Monaco Revue</a>
| <a href="http://monacorevue.com/contact.html">Contact Monaco Revue</a> | <a
 href="http://monacorevue.com/privacy.html">Privacy Policy</a> | <a href="http://monacorevue.com/map.html">Site Map</a>
| <span style="color: rgb(204, 204, 204);">&copy; 2007 DP Inc.</span></div>
      <br>
      <br>
      </td>
    </tr>
  </tbody>
</table>
</center>

</td>
</center>

