	    



		
	

	
<?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>Best guide for hotel booking &#187; country</title>
	<atom:link href="http://gtpoint.com/wpressmu/tag/country/feed/" rel="self" type="application/rss+xml" />
	<link>http://gtpoint.com/wpressmu</link>
	<description>tourism, travel, luxury and...</description>
	<lastBuildDate>Sat, 21 Nov 2009 08:28:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>name (type)  address, city, country</title>
		<link>http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/</link>
		<comments>http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 01:55:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[city]]></category>
		<category><![CDATA[country]]></category>
		<category><![CDATA[tourism]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/</guid>
		<description><![CDATA[description...]]></description>
			<content:encoded><![CDATA[	
<p> <b><a href="propertyURL" target="_blank">name (type)  address, pobox:0 &#8211; city, country</a></b> <br /> <img src="" alt="rating: "> <br />
<table>
<td><img src="http://www.gialexong.com/venere_files/immagini//cc_accepted.jpg" alt="list"></td>
<td>cc_accepted &nbsp;</td>
</tr>
</table>
<p><b>Some images:</b><br />
<table>
<tr>
<td><img src="images" alt="name" style="width:120px;height:100px;border:2px solid #EEE"> </td>
</tr>
</td>
</table>
<p><b>Facilities:</b><br />
<table>
<tr>
<td><img src="http://www.gialexong.com/venere_files/immagini//punto.png" alt="list"> amenities </td>
</tr>
</table>
<p><b>Double room Max Price: </b> currency doublePriceMax</p>
<p><b>Description:</b><br /> description</p>
<p><b>Location:</b><br /><img src="mapURL" alt="name"></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/" target="_blank"><img src="http://gtpoint.com/wpressmu/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgtpoint.com%2Fwpressmu%2F2009%2F11%2F20%2Fname-type-address-city-country%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgtpoint.com%2Fwpressmu%2F2009%2F11%2F20%2Fname-type-address-city-country%2F" height="61" width="51" /></a></div><b>Venere.com Search form</b><br>
	<head>
<link rel="stylesheet" type="text/css" href="http://www.venere.com/common/styles/wwwroot/vac_box.css">
      </head>
      
     <script>   
   function show_day_select(dName,dOnChange)
   {
      document.writeln("<select class=\"Ven_selectinput\" name=\""+dName+"\"   onchange=\""+dOnChange+"\"  >");
      document.writeln("<option value=\"\">--");
      var value="";
      for(var i=1;i<=31;i++){
value=pad_zero(new String(i));
document.writeln("<option value=\""+value+"\">"+""+value);
      }
      document.writeln("</select>");
   }

   function show_month_year_select(mName, mOnChange)
   {
      document.writeln("<select class=\"Ven_selectinput\" name=\""+mName+"\"   onchange=\""+mOnChange+"\"  >");
      var monthArray=new Array("JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC");
      var today = new Date();
      var month= today.getMonth();
      var year = today.getFullYear()%100;
      var fullYear=today.getFullYear();
      year=new String(year);
      year=pad_zero(year);
      document.writeln("<option value=\"\">---");
      var countMonth=month;
      for(var i=0;i<12;i++,countMonth++){
if(countMonth%12==0 && i>0){
   countMonth=0;
   year++;
   year=new String(year);
   year=pad_zero(year);
   fullYear++;
}
document.writeln("<option value=\""+(countMonth+1)+"/"+fullYear+"\">"+monthArray[countMonth]+" "+year);
      }
      document.writeln("</select>");
   }

   function show_max_number_select(vName,vOnChange,maxNumber)
   {
      document.writeln("<select class=\"Ven_selectinput\" name=\""+vName+"\" onchange=\""+vOnChange+"\"  >");
      document.writeln("<option value=\"\">-");
      for(var i=1;i<=maxNumber;i++){
document.writeln("<option value=\""+i+"\">"+i);
      }   
      document.writeln("</select>");
   }     

   function start_date_check( cb ) 
   {
      if( cb != null && cb.selectedIndex == 0 ) {
clear_all(cb.form); return true;
      }
      var myf = cb.form;
      var today = new Date();
      var day = today.getDate();
      var month = today.getMonth() + 1 ;
      var year = today.getFullYear();
      var mysd = myf.sd.selectedIndex;
      if (mysd == 0) {
return true;
      }
      var tmp = myf.cb_smy.selectedIndex;
      if (tmp == 0) {
return true;
      }
      var mysm = month + tmp - 1;
      var mysy = year;
      if (mysm > 12) {
mysy = mysy + 1;
mysm = mysm - 12;
      }
      if (mysd == 31) {
if ( (mysm == 4) ||
     (mysm == 6) ||
     (mysm == 9) ||
     (mysm == 11) ){
      mysd = 30;
}     
      }
      if ( (mysd > 29) &&
  (mysm == 2) ){
   mysd = 29;
      }      
      if ( (mysy %4 != 0) &&
  (mysm == 2) &&
  (mysd > 28) ){
   mysd = 28;
      }
      if ( mysm == month && mysy == year ){
if (mysd < day){
   mysd = day;
}   
      }
      myf.sd.selectedIndex = mysd;
      var myed = mysd + 1;
      var myem = mysm;
      var myey = mysy;
      if (myed > 31){
myed = -1;
      }   
      if (myed == 31) {
if ( (myem == 4) ||
     (myem == 6) ||
     (myem == 9) ||
     (myem == 11) ){
myed = -1;
 }    
      }
      if ( (myed > 29) && (myem == 2) ){
myed = -1;
      }  
      if ( (myey %4 != 0) &&
  (myem == 2) && 
  (myed > 28) ){
      myed = -1;
      }      
      if (myed == -1) {
myed = 1;
tmp = tmp + 1;
      }
      myf.ed.selectedIndex = myed;
      myf.cb_emy.selectedIndex = tmp;
      if( myf.sd.selectedIndex > 0 &&
 myf.cb_smy.selectedIndex &&
 myf.ed.selectedIndex > 0 && 
 myf.cb_emy.selectedIndex > 0 &&
 myf.pval.selectedIndex == 0 &&
 myf.rval.selectedIndex == 0 ){
 myf.pval.selectedIndex = 2;
 myf.rval.selectedIndex = 1;
      }
   }

   function clear_all( form ) 
   {
      form.sd.selectedIndex = 0;
      form.cb_smy.selectedIndex = 0;
      form.ed.selectedIndex = 0;
      form.cb_emy.selectedIndex = 0;
      form.pval.selectedIndex = 0;
      form.rval.selectedIndex = 0;
   }
   
   function end_date_check( cb ) 
   {
      if( cb != null && cb.selectedIndex == 0 ) {
 clear_all(cb.form);
 return true;
      }
      var today = new Date();
      var day = today.getDate();
      var month = today.get = today.getMonth() + 1 ;
      var year = today.getFullYear();
      myf = cb.form;
      tmp_s=myf.cb_smy.value;
      tmp_s_start=myf.cb_smy.value.indexOf("/");
      tmp_s_stop=myf.cb_smy.value.length;
      tmp_s_m=tmp_s.slice(0,tmp_s_start);
      var year = today.getFullYear();
      myed = myf.ed.selectedIndex;
      if (myed == 0){
return true;
      }   
      tmp = myf.cb_emy.selectedIndex;
      if (tmp == 0){
return true;
      }   
      myem = month + tmp - 1;
      myey = year;
      if (myem > 12) {
myey = myey + 1;
myem = myem - 12;
      }
      if (myed == 31) {
if ( (myem == 4) ||
     (myem == 6) ||
     (myem == 9) ||
     (myem == 11) ){
      myed = 30;
}
      }
      if ( (myed > 29) && (myem == 2) ){
myed = 29;
      }   
      if ( (myey %4 != 0) &&
  (myem == 2) &&
  (myed > 28) ){
      myed = 28;
      }
      var sd = myf.sd.value;
      var sm = tmp_s_m;
      var sy = tmp_s.slice(tmp_s_start+1);
   
      if( myey<sy ){
start_date_check( cb );
return;
      }
      if( myem<sm ){
start_date_check( cb );
return;
      }
      if( (sm==myem) &&  (myed<sd) ){
   start_date_check( cb );
   return;
      }
   
      var startDate = new Date(sy,sm-1,sd);
      var endDate = new Date(myey,myem-1,myed);
      var maxDelta = 90 * 24 * 3600 * 1000;
      if( endDate.getTime() - startDate.getTime() > maxDelta ) {
endDate.setTime( startDate.getTime()+maxDelta );
myed = String(endDate.getDate()); while( myed.length < 2 ) myed = String("0") + myed;
myem = String(endDate.getMonth()+1); while( myem.length < 2 ) myem = String("0") + myem;
myey = String(endDate.getFullYear());
myf.cb_emy.value = String(myem) + "/" + myey;
      }
      myf.ed.selectedIndex = myed;
   }
   
   function check_sel_num( cb ) 
   {
      if( cb != null && cb.selectedIndex == 0 ) {
clear_all(cb.form);
return true;
      }
   }

   function check_city_en(myf)
   {   
      if (myf.city.value.length == 0) {
alert(err_text_city_en);
return false;
      }
      return true;
   }

   function check_pr_en(myf) 
   {
      p = myf.pval.value;
      r = myf.rval.value;
      if ( (p == 0) && (r == 0) ) {
alert(err_no_room_person_en);
return false;
      }
      if ( (p != 0) && (r == 0) ) {
alert(err_room_number_en);
return false;
      }
      if ( (r != 0) && (p == 0) ) {
alert(err_person_number_en);
return false;
      }
      if ( parseInt(r) > parseInt(p) ) {
alert(err_room_le_person_en);
return false;
      }
      return true;
   }

   function pad_zero( value )
   {
      while( value.length<2 ) value = String("0") + value;
      return value;
   }

   function split_month_year(month_year){
      var index_separator=month_year.indexOf("/");
      var array=new Array(month_year.substring(0,index_separator),month_year.substring(index_separator+1,month_year.length));
      return(array);
   }

   function checkAdress()
   {
      return(adress);
   }
      
   var err_text_city_en = "Insert a destination";
   var err_checkin_checkout_en = "Please specify check-in and check-out date";
   var err_room_number_en = "Please specify the number of rooms";
   var err_person_number_en = "Please specify the number of persons";
   var err_room_le_person_en = "Number of persons must be greater or equal of number of rooms";
   var err_no_room_person_en = "Please select the number of rooms and persons";
   var go_submit = 0;
   var col_back = "#FFFF66";
   var col_fore = "#000000";
   var my_back = col_back;
   var my_count = 0;
   var h_blink = null;
   var my_form;

    function init(form)
    {
      _VER = navigator.appVersion.match(/\d*\.\d*/);
      _DOM = (document.getElementById) ? true : false;
      _NS4 = (document.layers) ? true : false;
      _NS5 = (navigator.appName.indexOf("Netscape") !=-1 && _VER>=5);
      _IE = (document.all) ? true : false;
      _IE4 = _IE && !_DOM;
      _Mac = (navigator.appVersion.indexOf("Mac") != -1);
      _IE4M = _IE4 && _Mac;
      _Opera = (navigator.userAgent.indexOf("Opera")!=-1);
      _Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);
      _BrowserString = _NS4? "NS4" : (_NS5 ? "NS5" : "MSIE");
      if((_BrowserString=="NS4")||(_BrowserString=="NS5")){
document.getElementById("widthBar1").style.width="460px";
document.getElementById("widthBar2").style.width="460px";
      }else{
document.getElementById("widthBar1").style.width="410px";
document.getElementById("widthBar2").style.width="467px";
      }
      form.geoid[0].checked=true;
   }
  
function large_do_submit_en(f)
{
   var form = f;
   var array_month_year=split_month_year(form.cb_smy.value);     
   
   form.sm.value = pad_zero(array_month_year[0]);
   form.sy.value = array_month_year[1];
   array_month_year=split_month_year(form.cb_emy.value);
   form.em.value = pad_zero(array_month_year[0]);
   form.ey.value = array_month_year[1];
   form.pval.value= form.pval.value;
   form.rval.value = form.rval.value;
   if( form.sd.selectedIndex > 0 ||
       form.cb_smy.selectedIndex >0 ||
       form.ed.selectedIndex > 0 ||
       form.cb_emy.selectedIndex > 0){
   if( form.sd.selectedIndex <= 0 ||
       form.cb_smy.selectedIndex <=0 ||
       form.ed.selectedIndex <= 0 ||
       form.cb_emy.selectedIndex <= 0){
alert(err_checkin_checkout_en);
return(false);
      }    
   }
   if(!check_pr_en(form)) {
return(false);
   }  
   if(form.geoid[0].checked){
      if (check_city_en(form)) {
 
return true;
      }else{
return false; 
      } 
   }
   form.city.value="";
       
   return true;
}

     </script>
     <script>
function show_city_radio_general_large_en(vName,maxCol)
  {        
   var cityArray=new Array("London","Paris","Rome","Barcelona","New York","Venice","Florence",
   "Milan","Berlin","Amsterdam","Naples","Prague","Nice","Istanbul",
   "Madrid","Lisbon","Zurich","Stockholm","Athens","Vienna");
   var geoIdArray=new Array("1509","5285","3425","1688","41437","350","637","303","5219","43110",
   "589","43505","1719","42884","1611","3508","42054","557543",
   "27181","33126");
   document.writeln("<tr>");
   for(var i=0;i<geoIdArray.length;i++){
      if( ((i%maxCol)==0)&&(i>1) ){
   document.writeln("</tr>");
   document.writeln("<tr>");
      }   
      document.writeln("<td class=\"Ven_radioinput\" height=\"22\" nowrap>");
      document.writeln("<input class=\"Ven_selectinput\" type=\"radio\" name=\""+vName+"\" value=\""+geoIdArray[i]+"\">"+cityArray[i]);
      document.writeln("</td>");
   }
   document.writeln("</tr>");
}   
     </script>
     
   <table class="Ven_tb" width="501px" height="301px" background="http://www.venere.com/img/rs/search_large/sfondo.gif" border="0" cellspacing="0">
     <form id="v_en_large_search0" name="v_en_large_search0" method="GET"  target="_new" action="http://www.venere.com/search/wrapper.php" onSubmit="return large_do_submit_en(this)" >
<input type="Hidden" name="ref" value="19589">
<input type="Hidden" name="lg" value="en">
<input type="Hidden" name="sm" value="">
<input type="Hidden" name="sy" value="">
<input type="Hidden" name="em" value="">
<input type="Hidden" name="ey" value="">
   <tr>
      <td class="Ven_td" align="left" colspan="2" cellspacing="0" cellpadding="0">
<a class="Ven_anchor"   href="http://www.venere.com/search/wrapper.php?lg=en&ref=19589" target="_new"><img class="Ven_img" width="498px" height="33px" src="http://www.venere.com/img/rs/search_large/title/title_general_en.gif" alt="Hotel reservation - Venere.com" border="0"></a>
      </td>
   </tr>
   <tr>
      <td class="Ven_number">
<img src="http://www.venere.com/img/rs/search_large/numbers/1.gif">
      </td>
      <td class="Ven_td">
<table class="Ven_firstrow" border="0" cellpadding="0" cellspacing="0">
   <tr>
      <td class="Ven_orangetxt" style="padding: 0px 0px 0px 2px" nowrap="true">Enter a city</td>
      <td class="Ven_td" nowrap="true">
<input class="Ven_selectinput" type="radio" name="geoid" value="0" checked="">
<input class="Ven_selectinput" type="text" id="txtCity" name="city" value="" size="30" onchange="document.v_en_large_search0.geoid[0].checked=true">
      </td>
      <td class="Ven_td" align="right">&nbsp;</td>
   </tr>
</table>
      </td>
   </tr>
   <tr>
      <td class="Ven_td">&nbsp;</td>
      <td class="Ven_orangetxt" style="padding-left:2px;padding-bottom:4px">or select a destination</td>
   </tr>
   <tr>
      <td class="Ven_td">&nbsp;</td>
      <td class="Ven_td">
<table class="Ven_radiotb" border="0" cellspacing="0" id="widthBar1">
   <script>show_city_radio_general_large_en("geoid",5);</script>
</table>
      </td>
   </tr>
   <tr>
      <td class="Ven_number" style="padding-top:6px;">
<img src="http://www.venere.com/img/rs/search_large/numbers/2.gif">
      </td>
      <td class="Ven_td"><table><tr><td class="Ven_orangetxt">Select dates</td></tr></table></td>
   </tr>
   <tr>
      <td class="Ven_td">&nbsp;</td>
      <td class="Ven_td">
<table align="left" border="0" id="widthBar2" cellpadding="0" cellspacing="0" style="border-color:#666666; border-width:0 0 1 0;border-style:solid;margin-bottom:0">
   <tr>
      <td class="Ven_label" align="left" style="padding-left:2px">Arrival:
      <script>show_day_select("sd","start_date_check(this)");</script>
      <script>show_month_year_select("cb_smy","start_date_check(this)")</script></td>
      <td class="Ven_label" align="left">Departure:
      <script>show_day_select("ed","end_date_check(this)");</script>
      <script>show_month_year_select("cb_emy","end_date_check(this)")</script></td>
   <tr>
</table>
      </td>
   </tr>
   <tr>
      <td class="Ven_number" style="padding-top:6px;">
<img src="http://www.venere.com/img/rs/search_large/numbers/3.gif">
      </td>
      <td class="Ven_td"><table><tr><td class="Ven_orangetxt">Guests and rooms</td></tr></table></td>
   </tr>
   <tr>
      <td class="Ven_td">&nbsp;</td>
      <td class="Ven_td">
<table align="left" border="0" width="70%" cellpadding="0" cellspacing="0" style="margin-bottom:4">
   <tr height="21px">
      <td class="Ven_label" style="padding-left:2px" valign="top">Guests:
<script>show_max_number_select("pval","check_sel_num(this)",10);</script>
      </td>
      <td class="Ven_label" valign="top">Rooms:
<script>show_max_number_select("rval","check_sel_num(this)",10);</script>
      </td>
      <td class="Ven_td" valign="bottom">
<input class="Ven_img"  width="65px" height="21px" type="image" src="http://www.venere.com/img/rs/search_large/find/find_en.gif" />
      </td>
   </tr>
</table>
      </td>
   </tr>
</form>
      </table>
      <script language="JavaScript">init(document.v_en_large_search0);</script><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>add to...</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=name+%28type%29++address%2C+city%2C+country&amp;Description=name+%28type%29++address%2C+city%2C+country&amp;Url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;submitHeadline=name+%28type%29++address%2C+city%2C+country&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=name+%28type%29++address%2C+city%2C+country&amp;url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;t=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;t=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country"" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;bm_description=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;T=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;name=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+name+%28type%29++address%2C+city%2C+country+@+http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;title=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/&amp;t=name+%28type%29++address%2C+city%2C+country" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://gtpoint.com/wpressmu/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://gtpoint.com/wpressmu/2009/11/20/name-type-address-city-country/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
