﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Official Website of Speaker Judith T. Won Pat</title>
	<atom:link href="http://judiwonpat.com/webpress2/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://judiwonpat.com/webpress2</link>
	<description></description>
	<lastBuildDate>Fri, 02 Sep 2011 04:57:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>NOTICE OF PUBLIC HEARING: August 30, 2011 6pm</title>
		<link>http://judiwonpat.com/webpress2/2011/08/23/notice-of-public-hearing/</link>
		<comments>http://judiwonpat.com/webpress2/2011/08/23/notice-of-public-hearing/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 00:34:07 +0000</pubDate>
		<dc:creator>Speaker Judi Won Pat</dc:creator>
				<category><![CDATA[Public Hearings]]></category>

		<guid isPermaLink="false">http://judiwonpat.com/webpress2/?p=348</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

Speaker Judith T. Won Pat, Ed. D. has scheduled a public hearing for Tuesday, August 30, 2011 at 6:00 p.m. in the Public Hearing Room of the Guam Legislature Building on the following: Resolution No 142-31 (COR) Relative to voicing the concern of I Liheslaturan Guahan (the Guam Legislature) on the proposed redeployment of Guam based Continental Micronesia &#8230; </p><p><a class="more-link block-button" href="http://judiwonpat.com/webpress2/2011/08/23/notice-of-public-hearing/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p><span style="font-family: 'Times New Roman';">Speaker Judith T. Won Pat, Ed. D. has scheduled a public hearing for Tuesday, August 30, 2011 at 6:00 p.m. in the Public Hearing Room of the Guam Legislature Building on the following:</span></p>
<p>Resolution No 142-31 (COR) Relative to voicing the concern of <em>I Liheslaturan Guahan</em> (the Guam Legislature) on the proposed redeployment of Guam based Continental Micronesia (CMI) flight attendants resulting from the recent merger of Continental and United Airlines; and to emphasize that the impact of such redeployment could seriously imperil (CMI) flight attendant’s seniority status earned with Continental and the possibility of them having to relocate off-island when they’ve placed permanent roots on Guam; and to implore that United Airlines needs to reaffirm its commitment to (CMI) flight attendants and  the people of Guam, CNMI and Micronesia to allow (CMI) flight attendants to continue to fly the Honolulu-Guam-Narita route until such time when the new United Airline has achieved one single operating certificate and the flight attendant’s group has negotiated a single contract with a single seniority list.<br />
<span style="font-family: Georgia, 'Bitstream Charter', serif;"><span style="font-family: 'Times New Roman';"> </span></span></p>
<p><span style="font-family: 'Times New Roman';"><span style="font-family: Georgia, 'Bitstream Charter', serif;"><span style="font-family: 'Times New Roman';">Written testimonies may be submitted to the Office of Speaker Judith T. Won Pat, Ed.D or the Mail Room of the Guam Legislature at 155 Hesler Place in Hagåtña or via email at </span><a href="mailto:speaker@judiwonpat.com" target="_blank"><span style="font-family: 'Times New Roman';">speaker@judiwonpat.com</span></a><span style="font-family: 'Times New Roman';"> </span><span style="font-family: 'Times New Roman';">or via fax at 472-3589. To view Resolution 142-31 (COR), you may log on to the Guam Legislature’s website at </span><a href="http://www.guamlegislature.com/" target="_blank"><span style="color: #800080; font-family: 'Times New Roman';">www.guamlegislature.com</span></a><span style="font-family: 'Times New Roman';">. The Guam Legislature complies with provisions of the Americans with Disabilities Act (ADA). Individuals requiring special accommodations please contact Mr. Steven Dierking assistance at 472-3586/7/8 or by email at <a href="mailto:steve@judiwonpat.com" target="_blank">steve@judiwonpat.com</a></span></span><br />
</span></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://judiwonpat.com/webpress2/2011/08/23/notice-of-public-hearing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaker&#8217;s Address July 8, 2011</title>
		<link>http://judiwonpat.com/webpress2/2011/07/11/speakers-address-july-8-2011/</link>
		<comments>http://judiwonpat.com/webpress2/2011/07/11/speakers-address-july-8-2011/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 06:56:55 +0000</pubDate>
		<dc:creator>Speaker Judi Won Pat</dc:creator>
				<category><![CDATA[Speaker's Weekly Radio Addresses]]></category>

		<guid isPermaLink="false">http://judiwonpat.com/webpress2/?p=337</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

Speaker Won Pat’s Weekly Address: July 8, 2011 Speaker Address july8 My dear people, our island continues to face economic challenges, forcing us to make sacrifices. In these hard economic times we all have to make tough decisions on what to keep and what to cut.  As legislators, when it comes to our budget, we &#8230; </p><p><a class="more-link block-button" href="http://judiwonpat.com/webpress2/2011/07/11/speakers-address-july-8-2011/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p><strong>Speaker Won Pat’s Weekly Address: July 8, 2011</strong></p>
<p><strong><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/07/Speaker-Address-july8.mp3">Speaker Address july8</a><br />
</strong></p>
<p><span style="font-size: small;"> </span>My dear people, our island continues to face economic challenges, forcing us to make sacrifices. In these hard economic times we all have to make tough decisions on what to keep and what to cut.  As legislators, when it comes to our budget, we are required to prioritize education, public health and public safety. In these tough times, we as your Senators ask ourselves&#8211; how do we prioritize public safety over health care, and education above all else, without affecting one or more already critical areas?  Simply put, we havealready cut to the bone.</p>
<p>I extend to each of you that it takes an entire community to build and sustain a school of excellence. The recent decision by the Board of Education to close FQ Sanchez inUmatac is not what I wanted to happen.</p>
<p>As the committee chair on Education and Public Libraries I have been proactive in seeking alternatives to keep the school open&#8211; a school that has a legacy of producing educated and contributing members to our island-community. It was over a year ago that I proposed that we capitalize upon FQ Sanchez’ deep rooted ties to our Chamorro language and culture by converting the school into a Chamorro immersion school&#8211; a specialized charter school under private management.</p>
<p>We must accept the economic reality that cuts have to be made across the board&#8211; but this does not mean that we have to sacrifice everything along the way.  As a teacher for life and a former school principal, I know first-hand that a community is capable of building and sustaining a school of excellence if we ‘will’ it to be. I believe that there is still opportunity to keep FQ Sanchez open—but we must think creatively, and investigate other possibilities.</p>
<p>The Government has been experiencing hard economic times. This is why  the Charter School legislation is a viable alternative for a more fiscally responsible school with greater accountability and community ownership.</p>
<p>I am committed to working with the Governor’s office, BBMR and the office of Budget and Finance to explore a Charter School arrangement for FQ Sanchez Elementary School. With this option, the Umahtak community would have greater control over important factors such as curriculum, staffing and student learning—while also addressing vital budget concerns.</p>
<p>As we get closer to hearings on next year’s budget, my office will commence a three-day review of the 2012 budget this week. We will sit down—with folks from theDepartment of Education&#8211; and evaluate every aspect of the Department’s budget requests for next year. Together we will work to find solutions to some of our financial issues. Collaboration between the Department, the Committee on Education and Public Libraries, and the community at-large, is critical in tight budget times like these.<br />
Equally as critical is DOE’s search for a new Superintendent.  I trust that the candidate selected will be dynamic, experienced, and able to bring our community together so that we could make decisions in a way that is transparent and in the best interest of our school and island community. I want to publicly thank Dr. Nerissa Underwood for her diligent work in the Department for the past three years. Her care for our children in DOE demonstrates her commitment to the future of our island and our society. Thank you, Dr. Underwood. You shall be dearly missed.</p>
<p>A new Superintendent, a new school year nearing, a new budget, and hopefully a new opening for FQ Sanchez. Every end is a new beginning. And we shall begin these new chapters in our Department of Education—together. For our children, for our island, for our future.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://judiwonpat.com/webpress2/2011/07/11/speakers-address-july-8-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://judiwonpat.com/webpress2/wp-content/uploads/2011/07/Speaker-Address-july8.mp3" length="4501897" type="audio/mpeg" />
		</item>
		<item>
		<title>Speakers Address: June 22, 2011 &#8220;Vast Potential in the Blue Continent&#8221;</title>
		<link>http://judiwonpat.com/webpress2/2011/06/22/speakers-address-june-22-2011-vast-potential-in-the-blue-continent/</link>
		<comments>http://judiwonpat.com/webpress2/2011/06/22/speakers-address-june-22-2011-vast-potential-in-the-blue-continent/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 04:56:59 +0000</pubDate>
		<dc:creator>Speaker Judi Won Pat</dc:creator>
				<category><![CDATA[Speaker's Weekly Radio Addresses]]></category>

		<guid isPermaLink="false">http://judiwonpat.com/webpress2/?p=332</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

Speakers Address: June 22, 2011 Speakers Address June 22 &#8220;Vast Potential in the Blue Continent&#8221; We are people of the Pacific, the Blue Continent, a region that is growing economically, politically and socially at an unprecedented rate. Throughout our island histories, we have been closely tied to our Brothers and Sisters of the Pacific&#8211; through our &#8230; </p><p><a class="more-link block-button" href="http://judiwonpat.com/webpress2/2011/06/22/speakers-address-june-22-2011-vast-potential-in-the-blue-continent/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<div>
<h1><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/03/Picture11.jpg"><img class="alignleft size-thumbnail wp-image-52" title="Picture1" src="http://judiwonpat.com/webpress2/wp-content/uploads/2011/03/Picture11-150x150.jpg" alt="" width="150" height="150" /></a>Speakers Address: June 22, 2011</h1>
<p><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/06/Final-june22.mp3">Speakers Address June 22</a></p>
<p><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/06/Final-june22.mp3"></a><strong>&#8220;Vast Potential in the Blue Continent&#8221;</strong></p>
<p>We are people of the Pacific, the Blue Continent, a region that is growing economically, politically and socially at an unprecedented rate. Throughout our island histories, we have been closely tied to our Brothers and Sisters of the Pacific&#8211; through our social values of cherishing our families, children and environment, and through helping each other.</p>
<p>This past week I was privileged once again to participate in the General Assembly of the Association of Pacific Island Legislatures, where I serve as Vice President. The Guam delegation—consisting of myself, Senator Rory Respicio and Senator Chris Duenas&#8211; heard presentations on major health issues facing our region such diabetes, obesity, cancer and mental health, and developing technology infrastructure to improve communications for underserved communities.</p>
<p>Our delegation introduced and passed resolutions asking our Pacific counterparts to adopt legislation to ban shark finning in their waters, to focus on the health and welfare of our people, and to encourage our Pacific counterparts with a seat at the United Nations to support our efforts <del> </del>in Guam’s quest for self-determination.</p>
<p>We are at a critical moment in our political history.  I join our Governor in the call to make major strides in our collective efforts towards our self-determination, and the help of other Pacific countries in the United Nations will help our cause greatly.</p>
<p>Right now, the U.S. faces its own economic challenges. This year, by Presidential order, the Department of Defense was forced to cut over 80 billion dollars from their budget. Over the next 10 years they must cut 400 billion. Many programs have already been cut—as we have seen with the funds for our military buildup. A report by the World Bank shows that East Asia Gross Domestic Product is growing at a rate of approximately 8 percent. The U.S. GDP is crawling along at 3 percent, and the predictions for economic recovery are not good.</p>
<p>We’ve always said, “Never put your eggs in any one basket.” Because of what is happening in the national and international economy, we should not put all of our hopes and energies for our economic future solely in this military build-up. We must build our economic potential with East Asia and the Pacific—countries that are growing at almost 3 times the rate of the United States.</p>
<p>Our economy is severely limited by restrictive policies that we did not create.  We are unable to trade freely within our region and East Asia, we are unable to take advantage of financial partnerships and economic development programs with other countries and we are unable to further develop our fragile tourist economy with foreign markets because of policies made for us—not by us.</p>
<p>I want our children to enjoy the freedom and economic prosperity that regional growth is offering. We are, due to our location and infrastructure, uniquely capable of realizing economic prosperity that the region and the natural markets offer—but we must first examine and change our political status in order to take advantage of these opportunities.</p>
<p>I am in agreement with Governor Calvo in the need to fully educate ourselves about the different options availed to us as we proceed to determine a political status that serves the best interest of Guam First!</p>
<p>I am excited and remain committed to engaging in this process together as members of our pacific island community and as citizens of one Pacific community—our great Blue Continent.</p>
<p>Si yu’us ma’ase</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://judiwonpat.com/webpress2/2011/06/22/speakers-address-june-22-2011-vast-potential-in-the-blue-continent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://judiwonpat.com/webpress2/wp-content/uploads/2011/06/Final-june22.mp3" length="4739310" type="audio/mpeg" />
		</item>
		<item>
		<title>Speaker’s Address: June 8, 2011</title>
		<link>http://judiwonpat.com/webpress2/2011/06/13/speaker%e2%80%99s-address-june-8-2011/</link>
		<comments>http://judiwonpat.com/webpress2/2011/06/13/speaker%e2%80%99s-address-june-8-2011/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 00:37:50 +0000</pubDate>
		<dc:creator>Speaker Judi Won Pat</dc:creator>
				<category><![CDATA[Speaker's Weekly Radio Addresses]]></category>

		<guid isPermaLink="false">http://judiwonpat.com/webpress2/?p=326</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

Speaker’s Address: June 8, 2011 Speaker Address June 8, 2011 This week the Guam Legislature and the Office of the Governor of Guam demonstrated that we are able and willing to make the critical comprises that we need so that we may arrive at a destination that benefits the People of Guam. Granted, we may &#8230; </p><p><a class="more-link block-button" href="http://judiwonpat.com/webpress2/2011/06/13/speaker%e2%80%99s-address-june-8-2011/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<h1><strong><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/03/Picture11.jpg"><img class="alignleft size-thumbnail wp-image-52" title="Picture1" src="http://judiwonpat.com/webpress2/wp-content/uploads/2011/03/Picture11-150x150.jpg" alt="" width="150" height="150" /></a>Speaker’s Address: June 8, 2011</strong></h1>
<p><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/06/June8.mp3">Speaker Address June 8, 2011</a></p>
<p><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/06/June8.mp3"></a>This week the Guam Legislature and the Office of the Governor of Guam demonstrated that we are able and willing to make the critical comprises that we need so that we may arrive at a destination that benefits the People of Guam.</p>
<p>Granted, we may have started off in different places, but ultimately we were headed in the same direction of ensuring that your health benefits and our people’s government operations are funded for the remainder of this fiscal year.</p>
<p>As the Speaker of the Guam Legislature, I assure you that the debate we had on the floor was not just about a few numbers, and it certainly was not about politics. Our debate on the supplemental budget was about <strong><em>priorities</em></strong>.</p>
<p>The Guam Legislature shall continue to ensure that our basic government operations are not compromised, at any time and under any circumstances. At no point were your paychecks at risk. The supplemental budget was about allowing the governor to pay increased healthcare insurance premiums that were signed by the previous governor.</p>
<p>My dear People, I want to reassure you, as evidenced by our budget and all the numbers available to us, all agencies payrolls are fully funded through the end of the year. Our shortfall was in the health insurance payment. And of course, each time we come to an impasse like this, as your Legislature has many times before, we can rearrange our obligations— like we all do in our household budgets at times, when we have one bill due before the next— to make sure that the power stays on, that our people are paid, and that we can get the healthcare we need.</p>
<p>Governor Calvo and Senator Ben, I agree with you both. Let us come back to working in the spirit of inafa’maolek in order that we may not lose in our way in improving the lives of all those here on Guam. This requires that we communicate openly, honestly, and directly with each other at all times and when addressing matters such as this—however urgent and contentious. Let us continue in healthy debate and dialogue but always in a respectful and deliberate manner with the best interest of the People of Guam foremost in mind and at all times.</p>
<p>Si Yu’us Ma’ase for working to ensure that we sustain payments for health care, continue to deliver much needed government services to the people of Guam, and in budgeting for critical payments to our retirees.</p>
<p>Biba Guåhan!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://judiwonpat.com/webpress2/2011/06/13/speaker%e2%80%99s-address-june-8-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://judiwonpat.com/webpress2/wp-content/uploads/2011/06/June8.mp3" length="2622345" type="audio/mpeg" />
		</item>
		<item>
		<title>Bill No. 210-31 &#8220;The Cash Economy Enforcement Act of 2011&#8243;</title>
		<link>http://judiwonpat.com/webpress2/2011/06/01/bill-no-210-31-the-cash-economy-enforcement-act-of-2011/</link>
		<comments>http://judiwonpat.com/webpress2/2011/06/01/bill-no-210-31-the-cash-economy-enforcement-act-of-2011/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 04:54:21 +0000</pubDate>
		<dc:creator>Speaker Judi Won Pat</dc:creator>
				<category><![CDATA[Bills Introduced]]></category>

		<guid isPermaLink="false">http://judiwonpat.com/webpress2/?p=322</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

Bill No. 210-31 (COR) An act to add a new Chapter 53 to Title 11, of the Guam Code Anntoated, to provide the Department of Revenue and Taxation Enforcement and Collection Resources to target high risk, cash-based businesses and for non licensed businesses engaged in military construction projects. This act shall be known as &#8220;The &#8230; </p><p><a class="more-link block-button" href="http://judiwonpat.com/webpress2/2011/06/01/bill-no-210-31-the-cash-economy-enforcement-act-of-2011/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p><a href="http://202.128.64.29/Bills_Introduced_31st/Bill%20No.%20B210-31%20(COR).pdf">Bill No. 210-31 (COR)<br />
</a>An act to add a new Chapter 53 to Title 11, of the Guam Code Anntoated, to provide the Department of Revenue and Taxation Enforcement and Collection Resources to target high risk, cash-based businesses and for non licensed businesses engaged in military construction projects. This act shall be known as &#8220;The Cash Economy Enforcement Act of 2011&#8243;</p>
]]></content:encoded>
			<wfw:commentRss>http://judiwonpat.com/webpress2/2011/06/01/bill-no-210-31-the-cash-economy-enforcement-act-of-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaker&#8217;s Weekly Address:  June 1, 2011 &#8220;Speaker encourages graduates to give back to our island&#8221;</title>
		<link>http://judiwonpat.com/webpress2/2011/06/01/speakers-weekly-address-june-1-2011-speaker-encourages-graduates-to-give-back-to-our-island/</link>
		<comments>http://judiwonpat.com/webpress2/2011/06/01/speakers-weekly-address-june-1-2011-speaker-encourages-graduates-to-give-back-to-our-island/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 04:33:02 +0000</pubDate>
		<dc:creator>Speaker Judi Won Pat</dc:creator>
				<category><![CDATA[Speaker's Weekly Radio Addresses]]></category>

		<guid isPermaLink="false">http://judiwonpat.com/webpress2/?p=317</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

Speaker&#8217;s Weekly Address:  June 1, 2011 Speaker Address June1 Speaker encourages graduates to give back to our island. Hafa Adai My Dear Graduates: Our island, our region, and the rest of the world for that matter is better off today because thousands of our island residents have progressed in their educational journey towards becoming a more informed member of &#8230; </p><p><a class="more-link block-button" href="http://judiwonpat.com/webpress2/2011/06/01/speakers-weekly-address-june-1-2011-speaker-encourages-graduates-to-give-back-to-our-island/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<div>
<h1><strong>Speaker&#8217;s Weekly Address:  June 1, 2011</strong></h1>
<div><strong><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/06/Speaker-Address-June1.mp3">Speaker Address June1</a></strong></div>
<div><strong>Speaker encourages graduates to give back to our island.</strong></div>
<div><strong><br />
</strong></div>
<div>Hafa Adai My Dear Graduates:</div>
<div>Our island, our region, and the rest of the world for that matter is better off today because thousands of our island residents have progressed in their educational journey towards becoming a more informed member of our society.</div>
<div>Someone in our family or in our workplace has rejoiced in their child, relative, or friend having met the requirements for promotion or graduation.  Just imagine… well over 40,000 students from grades pre-k on through college level training at GCC or UOG, have either been promoted to the next grade level or topped-off the year as a newly minted graduate!</div>
<div>Be encouraged by the fact that as a pacific island community we continue to persevere despite the challenges that face us economically, socially, and politically.   We persevere because we know that whatever the situation, whatever the time, and whoever the persons in positions to effectuate change, we know that it will be better.</div>
<div>Today is a great day because at the end of this academic year, many have emerged with having met the requirements for advancement.  Today is great because we know that for all who have chosen to embrace education, it is the great equalizer. It is, in fact, the key that levels the field and unlocks all doors… those leading to personal or financial prosperity, and for many… religious fulfillment.  It is the same key that releases us of our very own ignorance and of any form of oppression, if we will it to be.</div>
<div>What good is the mark of having met the requirements of graduation or promotion if we do not apply ourselves?  The journey we take in receiving that diploma or college degree demonstrates to all that we are capable of communicating effectively and thinking critically about those questions put before us; albeit a question about math or science or those more closely related to the humanities.</div>
<div>But the challenge, “the question,” I pose to all of you today is not a rhetorical one. It is a question that requires active research and application…today, and everyday hereafter until you feel the question has been</div>
<div>answered to your satisfaction.</div>
<div>Ask yourself… where do I want to be in the future and how do I get there?</div>
<div>You may modify the time frame, even the context.</div>
<div>Where do you want to be in your job, in your school, or as a community?</div>
<div>And how do you suppose you’ll get there?</div>
<div>Every day your lawmakers in the Guam Legislature wrestle with these questions but in the context of our island community. The questions we deal with are the same ones I challenged you to answer for yourselves.</div>
<div>Where do we need to be as a People and how do we get there?</div>
<div>Where do we want to be in order to best provide for those</div>
<div>who’ve retired and those who continue to serve?</div>
<div>For those who’ve graduated from high school and those who’ve received their college certificates and degrees, the island is your classroom.  For all intents and purposes, you are  “students of life” so continue to apply the skills and knowledge you acquired over the years and continue to distinguish yourself as an educated member of our society by looking at all the</div>
<div>factors and then make an informed decision.</div>
<div>The final test in life is determining to what extent you’ve answered that question of fulfillment.  All I ask, on behalf of all those who’ve made this island paradise their home, is that you keep Guam in mind.  If you leave the island to further your education, find your way home and help make the island a better place… because Guam is your home. Give back to the community that has given so much to you.</div>
<div>Your time to lead and change the world in which you live has arrived so be mindful and remember to pay tribute to those who’ve made your journey and successes along the way possible.  For those who’ve reached that educational milestone this</div>
<div>year, as a former public school administrator and teacher, as a mother and grandmother, and as a fellow student for- and of- life … I commend you on a job well done.</div>
<div>Likewise, to those who continue to hold up our institutions of education, the family unit, and those who continue to hold up those who are on their path towards becoming more educated members of our society, I ‘Thank You’ for all you’ve done.</div>
<div>Hasso I tano-ta. Hasso I taotao-ta.</div>
<div>Si Yu’os Ma’ase.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://judiwonpat.com/webpress2/2011/06/01/speakers-weekly-address-june-1-2011-speaker-encourages-graduates-to-give-back-to-our-island/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://judiwonpat.com/webpress2/wp-content/uploads/2011/06/Speaker-Address-June1.mp3" length="5302717" type="audio/mpeg" />
		</item>
		<item>
		<title>Speaker&#8217;s Address May 24, 2011: We shall not yield in our fight for “Guam’s fair share.”</title>
		<link>http://judiwonpat.com/webpress2/2011/05/31/speakers-address-may-24-2011-we-shall-not-yield-in-our-fight-for-%e2%80%9cguam%e2%80%99s-fair-share-%e2%80%9d/</link>
		<comments>http://judiwonpat.com/webpress2/2011/05/31/speakers-address-may-24-2011-we-shall-not-yield-in-our-fight-for-%e2%80%9cguam%e2%80%99s-fair-share-%e2%80%9d/#comments</comments>
		<pubDate>Tue, 31 May 2011 08:01:30 +0000</pubDate>
		<dc:creator>Speaker Judi Won Pat</dc:creator>
				<category><![CDATA[Speaker's Weekly Radio Addresses]]></category>

		<guid isPermaLink="false">http://judiwonpat.com/webpress2/?p=313</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

Speaker’s Radio Address Click to listen to address May 25, 2011 My Dear People of Guam. Buenas yan Hafa Adai. There isn’t a person I know, to include myself, who is against a bright and prosperous future for Guam. But before we rush on to any bandwagon that promises a brighter future for you and &#8230; </p><p><a class="more-link block-button" href="http://judiwonpat.com/webpress2/2011/05/31/speakers-address-may-24-2011-we-shall-not-yield-in-our-fight-for-%e2%80%9cguam%e2%80%99s-fair-share-%e2%80%9d/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<h1>Speaker’s Radio Address</h1>
<p><em><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/05/Speaker-address-may-24.mp3">Click to listen to address</a></em></p>
<p><em><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/05/Speaker-address-may-24.mp3"></a>May 25, 2011</em></p>
<p>My Dear People of Guam. Buenas yan Hafa Adai.</p>
<p>There isn’t a person I know, to include myself, who is against a bright and prosperous future for Guam.</p>
<p>But before we rush on to any bandwagon that promises a brighter future for you and our island, be certain to examine the facts. It is important that we all know what it is we are dealing with.</p>
<p>The military build-up will bring with it a spike in consumer spending and an increase in jobs associated with the build-up.</p>
<p>But are the social costs greater than the amount of dollars infused into the economy? To best answer the question, the unit of analysis has to be you, the individual and then, of course, our community.</p>
<p>When contemplating the build-up, ask yourself: •	How will it benefit <strong><em>me?</em></strong></p>
<p>- Does it mean better wages? &#8211; Does it mean better facilities for me and my family? &#8211; Will my child go to a better school as a result of the build-up? &#8211; Will I and my family receive better health care?</p>
<p>And then ask yourself, outside of the home, how will Guam benefit?</p>
<p>If we have a hard time answering these questions for ourselves, what will you do when you find that for every dollar gained, we are collectively spending 2 or 3 more dollars for the impact costs on our power, housing, water and wastewater infrastructures, educating our kids, policing our streets and villages, and medically treating our people?</p>
<p>The Department of Defense itself has said that the costs of goods and services will rise faster than our incomes. Can you afford to live on Guam as a result of this buildup?</p>
<p>We know that influential US senators are looking to downsize bases all over the world and cut costs anywhere they can—not just the costs of this realignment.The fact remains, my dear People, that for hundreds of years, our island has been at the forefront of a Pacific defense strategy. We are the tip of the spear. If there was another location with similar topography, climate, and strategic location, the issue of the build-up would not have been or continue to be “on the table.” We have been and we will always be an essential part of national security.</p>
<p>Your elected officials, including former governors and legislators, have and will continue to fight for what is fair. This is because we acknowledge that the People of Guam deserve unequivocal and unapologetic advocacy.</p>
<p>We shall not yield in our fight for “Guam’s fair share.”</p>
<p>If the federal government anticipates an increase in the number of students into Guam’s public schools as a direct result of the build-up, we only ask that they also assist our local government in making sure that there are enough classrooms, teachers, and materials for all of Guam’s youth.</p>
<p>If they anticipate 20,000 more people to be cared for by our existing healthcare providers, we only ask that they help us provide enough facilities, healthcare professionals and medicines.</p>
<p>If they anticipate that we won’t have enough housing and that the rents and costs of homes will be too high for our people to afford, we only ask that they help us to provide adequate affordable housing.</p>
<p>These are examples of what we must demand as Guam’s fair share.</p>
<p>If there wasn’t a build-up, we wouldn’t be asking for these things. But this isn’t the case. We will have more neighbors. We will have more children to teach, injured people to treat, and elders to care for. If this influx is directly attributed to a U.S. military build-up, we ask that they pay <strong><em>their </em></strong>fair share.</p>
<p>Everyone wants economic prosperity. Everyone wants to do their duty. But not at any price. Saina Ma’ase.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://judiwonpat.com/webpress2/2011/05/31/speakers-address-may-24-2011-we-shall-not-yield-in-our-fight-for-%e2%80%9cguam%e2%80%99s-fair-share-%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://judiwonpat.com/webpress2/wp-content/uploads/2011/05/Speaker-address-may-24.mp3" length="4307982" type="audio/mpeg" />
		</item>
		<item>
		<title>Speaker&#8217;s Weekly Address: May 18, 2011</title>
		<link>http://judiwonpat.com/webpress2/2011/05/18/speakers-weekly-address-may-18-2011/</link>
		<comments>http://judiwonpat.com/webpress2/2011/05/18/speakers-weekly-address-may-18-2011/#comments</comments>
		<pubDate>Wed, 18 May 2011 00:48:34 +0000</pubDate>
		<dc:creator>Speaker Judi Won Pat</dc:creator>
				<category><![CDATA[Speaker's Weekly Radio Addresses]]></category>

		<guid isPermaLink="false">http://judiwonpat.com/webpress2/?p=306</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

﻿ Speaker Won Pat’s Weekly Address May 18, 2011 Speaker&#8217;s Address May 18, 2011 Hafa Adai Tao Tao Guåhan.This past week has brought us much news, some of it good, some of it bad, some of it yet to be determined. We have heard that the military buildup may be changing, and changing in an &#8230; </p><p><a class="more-link block-button" href="http://judiwonpat.com/webpress2/2011/05/18/speakers-weekly-address-may-18-2011/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<div id="_mcePaste" class="mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;">﻿</div>
<p><span style="font-size: small;"></p>
<div><strong><span style="font-size: small;">Speaker Won Pat’s Weekly Address</p>
<p><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/03/Picture11.jpg"><img class="alignleft size-thumbnail wp-image-52" title="Picture1" src="http://judiwonpat.com/webpress2/wp-content/uploads/2011/03/Picture11-150x150.jpg" alt="" width="150" height="150" /></a>May 18, 2011</p>
<p><strong><span style="font-size: small;"><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/05/May-18.mp3">Speaker&#8217;s Address May 18, 2011</a></p>
<p></span></strong></span></strong></div>
<p><strong></strong>Hafa Adai Tao Tao Guåhan.This past week has brought us much news, some of it good, some of it bad, some of it yet to be determined.</p>
<p>We have heard that the military buildup may be changing, and changing in an unknown way. This brought with it fear—because some on our island believe that without the buildup we cannot survive. They tell us that this buildup is the only answer to our economic problems. They say that we don’t have the drive, the intelligence, and the strength to build our own economy, create our own businesses and jobs, or feed our own families.</p>
<p>These are not the voices of our future, my dear People of Guam. Our young people are dynamic and are growing to become bright entrepreneurs and successful working people who are guiding the way to our islands economic prosperity. New businesses are sprouting up every day—the development of agriculture for local food production and export; affordable housing complexes for our local people; flourishing wholesale and retail companies; expanding tourism to other markets with an ecological draw, and even the development of a new state-of-the-art hospital in planning. These things are happening through the hard work, determination and drive of our local people who understand that we must do for ourselves if we are to thrive as a people and an island.</p>
<p>This Friday, members of your legislature will meet with Professional staff members from the Congressional Committees of Natural Resources, Insular Affairs, Judiciary, Financial Services, Appropriations, Transportation and Infrastructure. The staff is on a fact-finding mission to gain better insight into the transition of Marines from Okinawa to Guam in order to brief Members of Congress on the status and legal implications of the plan.</p>
<p>Your Legislature has been outspoken&#8211; from the beginning of this buildup process over a year and a half ago&#8211; that the prosperity of our people and our island’s future must be addressed. Schools must be built. Our hospital must be funded. Our infrastructure must be expanded to meet the</p>
<p>demand on our resources this build up will bring to our island. Your leaders must be advocating, unequivocally, unapologetically, for you, for our children, for the future of our island. We should be questioning any leader who does not.</p>
<p>The ever changing dynamics in the buildup process over the last several months shows us one thing—The prosperity of our island and our people cannot be contingent on a plan that can change so easily overnight, without any notice and at the will of unpredictable financial and policy conditions occurring all around us.</p>
<p>Our task lies within ourselves—to find our TRUE prosperity, and an economic balance that allows us to provide for every single one of us and not just the already wealthy few who will build their fortunes from the buildup.</p>
<p>The job that we must start now is a hard one—but one that is full of promise. We are at a turning point where we take our future into our own hands. We must each ask ourselves: What will our lives be in 10 years, 20 years, 30 years? Will we still be looking to another to feed us? Or will we rise to abilities, foster our resources and develop a future that will provide prosperity for our children and grandchildren.</p>
<p>We are a people rooted in the values of our culture: familia, respetu, chin&#8217;chule, inafa’maolek. We care for our manamko’ and our children before anything else. Prosperity for us comes from a richness of family and culture, and we know that we must depend on ourselves and each other to provide for our families.</p>
<p>This effort for our future will take more than just your elected leaders. We can mandate and legislate, but each citizen must take action and responsibility for our economy and its health. It must be all of us who rise to the occasion, because we, the citizens of Guam are the ones who will solve all of our problems.</p>
<p>We are the ones we have been waiting for.</p>
<p>Saina Ma’ase.</p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://judiwonpat.com/webpress2/2011/05/18/speakers-weekly-address-may-18-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://judiwonpat.com/webpress2/wp-content/uploads/2011/05/May-18.mp3" length="4539530" type="audio/mpeg" />
		</item>
		<item>
		<title>Bill No. 176-31 (LS) &#8211; J.T. Won Pat, Ed.D. / T.R. Muna-Barnes</title>
		<link>http://judiwonpat.com/webpress2/2011/05/04/bill-no-176-31-ls-j-t-won-pat-ed-d-t-r-muna-barnes/</link>
		<comments>http://judiwonpat.com/webpress2/2011/05/04/bill-no-176-31-ls-j-t-won-pat-ed-d-t-r-muna-barnes/#comments</comments>
		<pubDate>Wed, 04 May 2011 00:34:09 +0000</pubDate>
		<dc:creator>Speaker Judi Won Pat</dc:creator>
				<category><![CDATA[Bills Introduced]]></category>

		<guid isPermaLink="false">http://judiwonpat.com/webpress2/?p=298</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

Bill No. 176-31 (LS) &#8211; J.T. Won Pat, Ed.D. / T.R. Muna-Barnes An act to amend items (2) and (4) of §30102 of Title 17 GCA; to amend item (4) of §30103 of Title 17 GCA; to amend §31102 of Title 17 GCA; to repeal §31102.1 of Title 17 GCA; to amend §31107 of Title &#8230; </p><p><a class="more-link block-button" href="http://judiwonpat.com/webpress2/2011/05/04/bill-no-176-31-ls-j-t-won-pat-ed-d-t-r-muna-barnes/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p><a href="http://202.128.64.29/Bills_Introduced_31st/Bill%20No.%20B176-31%20(LS).pdf" target="_blank">Bill No. 176-31 (LS)</a> &#8211; J.T. Won Pat, Ed.D. / T.R. Muna-Barnes</p>
<p>An act to <em>amend</em> items (2) and (4) of §30102 of Title 17 GCA; to <em>amend</em> item (4) of §30103 of Title 17 GCA; to <em>amend</em> §31102 of Title 17 GCA; to <em>repeal</em> §31102.1 of Title 17 GCA; to <em>amend</em> §31107 of Title 17 GCA; items (2) and (6) of §31108 of Title 17 GCA; to <em>amend</em> item (5) of §31110 of Title 17 GCA; to <em>amend</em> §31111 of Title 17 GCA; to <em>amend</em> §31112 of Title 17 GCA; to <em>repeal</em> §31115 of Title 17 GCA; to <em>repeal</em> subsection (C) of §31116 of Title 17 GCA; to <em>amend</em> Article 1 of Chapter 32 of Title 17 GCA; to <em>repeal</em> §33104 of Title 17 GCA; to <em>renumber</em> Article 3, Chapter 32 of Title 17 GCA to Division 5 of Title 17 GCA, relative to the Guam Community College. Received: 5/2/11 &#8211; 10:25 a.m.</p>
]]></content:encoded>
			<wfw:commentRss>http://judiwonpat.com/webpress2/2011/05/04/bill-no-176-31-ls-j-t-won-pat-ed-d-t-r-muna-barnes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaker’s Weekly Address &#8211; May 4, 2011</title>
		<link>http://judiwonpat.com/webpress2/2011/05/03/speaker%e2%80%99s-weekly-address-may-4-2011/</link>
		<comments>http://judiwonpat.com/webpress2/2011/05/03/speaker%e2%80%99s-weekly-address-may-4-2011/#comments</comments>
		<pubDate>Tue, 03 May 2011 23:25:02 +0000</pubDate>
		<dc:creator>Speaker Judi Won Pat</dc:creator>
				<category><![CDATA[Speaker's Weekly Radio Addresses]]></category>

		<guid isPermaLink="false">http://judiwonpat.com/webpress2/?p=293</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

Speaker’s Address &#8211; May 4, 2011 Click to listen to address Hafa Adai yan Minagof na Oggan taotaoGuam: Today I want to talk about a malady in our community that is affecting many families, most especially our youth on Guam. Suicide on Guam is reaching epic proportions and we as a community must come together &#8230; </p><p><a class="more-link block-button" href="http://judiwonpat.com/webpress2/2011/05/03/speaker%e2%80%99s-weekly-address-may-4-2011/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';tab_error[0] = "";tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#");
				$("#span_mail").css("color","#");$("#mail_input").next().text("");message_error_mail = "The email you entered is not valid";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#");
				$("#span_objet").css("color","#");$("#objet_input").next().text("");tab_error[4] = "Object";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#");
				$("#span_message").css("color","#");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#" }, 100);
				
				var message = "Please, complete the fields: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: 	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<h1><span style="text-decoration: underline;"><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/03/Picture11.jpg"><img class="alignleft size-thumbnail wp-image-52" title="Picture1" src="http://judiwonpat.com/webpress2/wp-content/uploads/2011/03/Picture11-150x150.jpg" alt="" width="150" height="150" /></a>Speaker’s Address &#8211; May 4, 2011</span></h1>
<p><a href="http://judiwonpat.com/webpress2/wp-content/uploads/2011/05/Speaker-Address-May-4-2011.mp3">Click to listen to address</a></p>
<p>Hafa Adai yan Minagof na Oggan taotaoGuam:</p>
<p>Today I want to talk about a malady in our community that is affecting many families, most especially our youth on Guam.</p>
<p>Suicide on Guam is reaching epic proportions and we as a community must come together to do something about it. Data from the Department of Mental Health and Substance Abuse reveals that Guam’s 2009 suicide rate is over 50% higher than the average US suicide death rates.”   </p>
<p>Last year there were 30 deaths from suicide&#8211; and so far this year there have been 7 cases, 4 of which were 16 year old teens. Guam has one of the highest rates of suicide per capita.</p>
<p>Right here in the Pacific&#8211; where we hold our heritage, customs and familial ties as sacred to our lives&#8211; the statistics on suicide are astounding. No, they are outright heartbreaking.  Those who identify themselves as Chamorro, Filipino, or being of FSM ethnicity make up over 75% of the total number of suicides in the past decade on Guam.</p>
<p>My Dear People of Guam, suicide is preventable. We as a community can help make that difference in someone’s life when it comes to addressing these tragedies.   It is clear that more must be done: we must build the awareness of this growing problem; we as community must develop a better understanding of this social ill; and we must identify more professionals who are available to assist in prevention.</p>
<p> The top two reasons leading to suicide or attempted suicide are family disputes and personal relationship problems. For every successful attempt, there are estimated 8-25 unsuccessful efforts at suicide. These statistics are alarming and we can’t afford to let it go unaddressed.  In this case, <span style="text-decoration: underline;">it is</span> a matter of life or death.</p>
<p>On my part, I called for a roundtable to ascertain the facts about what exactly is happening in our community and to determine where and how effective local and federal dollars are being used to address these issues.</p>
<p>Last week, I, along with Senator Dennis Rodriguez, Jr., Committee on Health Chairman called for a roundtable with various government and community stakeholders. This was just the first of a series of discussions about suicide on Guam.</p>
<p>We will be calling for an oversight hearing to be conducted by our Joint Committees that will require the responsible government agencies to produce a strategic framework, standard operating procedures, a uniformed and reliable communications system, and the necessary protocols to optimally serve our island’s at-risk population.  </p>
<p>I want to make certain that all of our schools have a uniformed strategic prevention plan that addresses the growing suicide rates among our islands youth.  The results of these meetings will be published and reported out to you, the People of Guam.</p>
<p>It is our responsibility as a community to address this problem, to put in place programs that help victims and to see to it that no one takes their own life or loses a life, regardless of the situation. </p>
<p>So I ask you&#8211; if family disputes and personal relationship problems are at core of why our loved ones even contemplate taking their life, that you please&#8211; spare a moment and take stock in your family and your role in making the home a real safe haven, a place where you and those you care for may find peace, comfort, and refuge from external pressures and anxieties.</p>
<p>We must have strong relationships, with our children, spouse, relatives, and friends. Say something positive, be encouraging, ask questions. If you know of someone who may require intervention, please call 647-8833, or inform someone so that together we may save one more life.</p>
<p>And if you find yourself contemplating suicide, reach out to someone you trust. You are not alone. Call the intervention line: 647-8833. You are an important part of our community, and here on Guam, we take care of ours.</p>
<p>Si Yu&#8217;os Ma&#8217;ase, taotao Guahan. Take care of each other, and take care of yourselves. We are one people, one island, one community, and we must help each other to safeguard each of our precious lives.</p>
]]></content:encoded>
			<wfw:commentRss>http://judiwonpat.com/webpress2/2011/05/03/speaker%e2%80%99s-weekly-address-may-4-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://judiwonpat.com/webpress2/wp-content/uploads/2011/05/Speaker-Address-May-4-2011.mp3" length="4488118" type="audio/mpeg" />
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.677 seconds -->

