
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="imagetoolbar" content="no">
<title> 
Gaydar - widereceivernet's Profile
</title>

<link rel="stylesheet" href="/css/v7.1/style.css?v=2.2" type="text/css">
<link rel="stylesheet" href="/css/v7.1/orange_style.css" type="text/css">

<script type="text/javascript">
<!-- 
	if (window.top != window.self){
		window.top.location.href = window.self.location.href;
	}
	else {
	    if (window.top.location.href != window.self.location.href){
		    window.top.location.href = window.self.location.href;
	    }
    }
//-->
</script>

<script language="javascript" type="text/javascript" src="/java/gaydar.js?v=2"></script>
<script language="javascript" type="text/javascript" src="/java/instachat.js"></script>
<script language="javascript" type="text/javascript" src="/java/utils.js"></script>
<script language="javascript" type="text/javascript" src="/scripts/videouploads/videoswfobject.js"></script>




<style type="text/css">
.profileTitle
{
background-color: #ff9933;
}

#header .current a, #headerTabs .current a 
{
    height: 24px;
	background-color:#000000;
	background-image:none;
}

.tbl-1{
	background-color: #000000;
}

.videoborder
{
    width:105;
    height: 90;
    position: relative;
    text-align: left;
    border: none;
    float: left;
    margin-left:10px;
    margin-bottom:10px;
    border:none;
}

#headerTabs {
  float:none;
  line-height:normal;
  position:relative;
  background-color: #000000;
  padding: 0px;
  margin: 0px;
  border: 0px;
  }
  
#headerTabs ul {
  margin:0px;
  padding:0px;
  list-style:none;
}

#headerTabs li
{
  float:left;
  height: 24px;
  margin:0px;
  padding:0px;
  background-color:#ccc;
  width: 49.99%;
}
#headerTabs a {
  float:left;
  display:block;
  background:url("/images/divider.png") repeat-y left top;
  padding:5px 15px 4px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  }
#headerTabs .tabOff {
  float:left;
  display:block;
  background:url("/images/divider.png") repeat-y left top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  color:#999;
  font-family: tahoma, Arial,verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  }
/* hides rule from IE5-Mac \*/
#headerTabs a {float:none;}
/* End IE5-Mac hack */
#headerTabs a:hover {
  color:#999;
  }
#headerTabs .current a {
  color:#fff;
  padding-bottom:5px;
  }

#main{
    margin-top:0px;
    position:relative;
}
#nPhoto{
    width:100%; 
    padding:0px;
    overflow: hidden;
    
    position: relative;
    z-index: 1;
    height:700px;
    
}
#nVideo{
    width:100%;
    padding:0px;
    overflow: hidden;
    top: 10px;
    
    visibility: hidden;
    position: absolute;
    z-index: 2;
    
}

.buttonLink
{
    width: 132;
    height: 16px;
    float: left;
    border-right: solid 1px #ffffff;
    text-align: center;
    padding: 2px;
    margin: 0px;
}

a:link.mnu
{
    text-decoration: none;
}

a:active.mnu
{
    text-decoration: none;
}

a:visited.mnu
{
    text-decoration: none;
}

a:hover.mnu
{
    color: #999999;
    text-decoration: none;
}

.bodymain
{
    margin: 0px;
}

.w-l-b
{
    font-size: 16px;
}

.divider
{
    clear: left;
    height: 1px;
    border-bottom: dotted 1px white;
    width: 95%;
}

</style>

<script type="text/javascript" language="javascript">
<!--
var prevMenu = 'nPhoto';

function displayMenu(Menu){
	if(!Menu==''){
		if(document.all){
			thisDoc = document.all(Menu).style;
			if(!prevMenu==''){
				prevDoc = document.all(prevMenu).style;
			}
		}else if(document.getElementById){
			thisDoc = document.getElementById(Menu).style;
			if(!prevMenu==''){
				prevDoc = document.getElementById(prevMenu).style;
			}
		}

		if(prevMenu!='' && Menu!=prevMenu){
				prevDoc.visibility = 'hidden';
				prevDoc.position = 'absolute';
				document.getElementById(Menu+'Menu').className = 'current';

				document.getElementById(prevMenu+'Menu').className = '';

		}
		
		if(prevMenu==Menu && Menu !=''){
			//thisDoc.visibility = 'hidden';
			//thisDoc.position = 'absolute';
			//prevMenu = '';
		}else{
			thisDoc.visibility = 'visible';
			thisDoc.position = 'relative';
			prevMenu = Menu;
		}
	}else{
		if(prevMenu!=''){
			if(document.all){
				prevDoc = document.all(prevMenu).style;
			}else{
				prevDoc = document.getElementById(prevMenu).style;
			}
			prevDoc.visibility = 'hidden';
			prevDoc.position = 'absolute';
			prevMenu = '';
		}
	}
}
//-->
</script>

</head>
<body class="bodymain"  style="overflow: hidden; margin: 3px;" >

<script type="text/javascript">
<!--
window.focus();

function swapTrackImage(removeTrack)
{
    var trackIcon1 = getObject('trackImage');
    var trackLink1 = getObject('trackLink');
    
    var leaveTrackImageSrc = '/images/trax.gif';
    var removeTrackImageSrc = '/images/traxoff.gif';
    var leaveTrackImageTitle = "Leave Track";
    var removeTrackImageTitle = "Remove Track";
    var leaveTrackHREF = 'javascript:MakeTrax("a=widereceivernet&b=&c=1877795&d=&e=N&rem=n"); swapTrackImage(false);';
    var removeTrackHREF = 'javascript:MakeTrax("a=widereceivernet&b=&c=1877795&d=&e=N&rem=y"); swapTrackImage(true);';
        
    if(removeTrack){
        trackIcon1.src = leaveTrackImageSrc;
        trackIcon1.title = leaveTrackImageTitle;
        trackLink1.href = leaveTrackHREF;
    }else{
        trackIcon1.src = removeTrackImageSrc;
        trackIcon1.title = removeTrackImageTitle;
        trackLink1.href = removeTrackHREF;
    }
}

function toggleLink(linkType,action)
{
    var friendLink1 = getObject('friendLink1');
    var friendLinkText1 = getObject('friendLinkText1');
    var friendLink2 = getObject('friendLink2');
    var friendLinkText2 = getObject('friendLinkText2');
    var favouriteLink1 = getObject('favouriteLink1');
    var favourtieLink2 = getObject('favouriteLink2');
    
    var removeFriendText = "Remove from Friends";
    var addFriendText = "Add to my Friends";
    var removeFriendHREF = 'javascript:AddFriend("","widereceivernet",2325795,"R",""); toggleLink("friend","R");';
    var addFriendHREF = 'javascript:AddFriend("","widereceivernet",2325795,"A",""); toggleLink("friend","A");';
    
    var removeFavouriteText = "Remove Favorite";
    var addFavouriteText = "Add to Favorites";
    var removeFavouriteHREF = 'javascript:AddToFavourites("","widereceivernet",2325795,"R",""); toggleLink("favourite","R");';
    var addFavouriteHREF = 'javascript:AddToFavourites("","widereceivernet",2325795,"A",""); toggleLink("favourite","A");';
        
    if(linkType == 'friend'){
        if(action == 'A')
        {
            friendLink1.href = removeFriendHREF;
            friendLinkText1.innerHTML = removeFriendText;
            friendLink2.href = removeFriendHREF;
            friendLinkText2.innerHTML = removeFriendText;
        }else
        {
            friendLink1.href = addFriendHREF;
            friendLinkText1.innerHTML = addFriendText;
            friendLink2.href = addFriendHREF;
            friendLinkText2.innerHTML = addFriendText;
        }
    }else if(linkType == 'favourite'){
        if(action == 'A')
        {
            favouriteLink1.href = removeFavouriteHREF;
            favouriteLinkText1.innerHTML = removeFavouriteText;
            favouriteLink2.href = removeFavouriteHREF;
            favouriteLinkText2.innerHTML = removeFavouriteText;
        }else
        {
            favouriteLink1.href = addFavouriteHREF;
            favouriteLinkText1.innerHTML = addFavouriteText;
            favouriteLink2.href = addFavouriteHREF;
            favouriteLinkText2.innerHTML = addFavouriteText;
        }
    }
}

function displayVideo(cover, path, autoplay){
    var autoStart
    if (autoplay){
        autoStart = "true"
    } else {
        autoStart = "false"
    }
    
    var fc = getObject("flashcontent");
    if (fc) {
        var so = new SWFObject("/scripts/videouploads/flvPlayer.swf?imagePath=" + cover + "&videoPath=" + path + "&autoStart=" + autoStart + "&autoHide=false&autoHideTime=5&hideLogo=true&volAudio=60&newWidth=412&newHeight=310&disableMiddleButton=false&playSounds=false&soundBarColor=0xff9933&barColor=0xff9933&barShadowColor=0xe1e1e1&subbarColor=0xffffff", "flashVideo", "412", "344", "9", "#e1e1e1");
        so.addParam("allowFullScreen", "true");
        so.write("flashcontent");
    }
}

function ViewAlbum(s)
{
	window.open(s,'viewalbum','status=yes,scrollbars=yes,resizable=yes,width=850,height=650,screenX=10,screenY=10,top=10,left=10');
}


function reportProfile(proName, proNoId)
{
    window.open('/scripts/ndisplay/reportProfileForm.asp?profile='+proName+'&n='+proNoId+'&session=2325795','reportProfile','status=no,scrollbars=no,resizable=no,width=550,height=480,screenX=10,screenY=10,top=10,left=10');
}

function AddFriendGuest()
{
    window.open('/scripts/guestMessage.asp?session=2325795&message=friends','reportProfile','status=no,scrollbars=no,resizable=no,width=850,height=350,screenX=10,screenY=10,top=10,left=10');
}

//-->
</script>


<div id="content" style="width: 100%; height: 87%; overflow: auto; position: absolute; top: 105px; left: 0px;">

<table border="0" bordercolor="white" cellspacing="3" width="100%">

    <tr>
        <td bgcolor="#e1e1e1"  valign="Top" colspan="2">
        <div style="width: 100%; overflow: hidden;">
            
            <table summary="" style="width: 100%; margin-right: 4px; padding: 0px;" cellpadding="0" cellspacing="0" border="0" class="tbl-2">
                <tr class="profileTitle">
                    <td class="wtl">&nbsp;</td>
            
                    <td>
                    <table summary="" width="100%" style="height: 60px;">
                        <tr align="left" valign="top"> 
                        <td width="30%" class="w-s-b">
                            <div style="width: 20px; float: left; padding-top: 3px;">
                            
                            </div>
                            <div style="float: left;">
                            <div style="height: 20px; float: left; vertical-align: top; width: 100%;"><span class="w-l-b">widereceivernet</span></div>
                            
                            <br /><div style="clear: left;"></div>
                            
                            <br />
                            52 years old
                            <br />
                            Bottom Bear Seeks Top Riders
                            </div>

                            </td>
                        <td width="30%" class="w-s-b">Area : Maryland                                
                            <br />
                            City : Aberdeen, United States
                            <br />
                            Viewed 1993 Times
                            <br /> 
                            Last Visit : 23 August 2010
                        </td>
                        <td width="30%">
                        
                        </td>
                        <td width="10%">
                        
                            <!-- **CA20090123** Member or Guest -->
                            
                                
                                &nbsp;
                            

                            
                        </td>
                    </tr>
                </table>
                </td>
                
                <td class="wtr">&nbsp;</td>
                
                </tr>
            </table>
            
        </div>

        </td>
    </tr>
    


    <tr>
        <td rowspan="3" width="50%" bgcolor="#e1e1e1"  valign="Top">
        
        <div id="headerTabs" style="background-color: #cccccc; overflow: hidden;">
            
            <ul>
            <li id="nPhotoMenu" class="current"><a href="javascript:displayMenu('nPhoto')">Images</a></li>
            <li id="nVideoMenu" ><span class="tabOff" title='No videos available'>&nbsp;No videos available</span></li>
            </ul>
        </div>
         
        <div style="clear:both;"></div>
        
        <div id="nVideo">
        <table width='100%' border='0' align='center' cellpadding='0' cellspacing='0' class='tbl-3' summary=''>
<tr>
<td class='intl'>&nbsp;</td>
<td height='55' rowspan='2' valign='top' class='w-m-b'>

            <br />
            <div class="g-s-n" style="text-align: left; width: 412px;">
            <!--img style="height:310px;width:412px;text-align:center;vertical-align:top;" border="0" src="/images/novid.jpg" alt="" title="Sorry, this feature is for Gaydar Members only. You are currently a Gaydar Guest." /><br /-->
		    
            </div>
            <br />
            <br />
         
        <br />
        </div>
        </td></tr>
<tr>
<td class='wbl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='wbr'>&nbsp;</td>
</tr>
</table>
 
        </div>
        

        <!--START: IMAGES-->
        <div id="nPhoto">
            <table width='100%' border='0' align='center' cellpadding='0' cellspacing='0' class='tbl-3' summary=''>
<tr>
<td class='intl'>&nbsp;</td>
<td height='55' rowspan='2' valign='top' class='w-m-b'>

            <table summary="" width="100%" border="0" cellspacing="0" cellpadding="0">
	            <tr align="center" valign="top"> 
	              <td width="100%" align="center" >
                    <table summary="" border="0">
                      <tr> 
                        
                        <td class="thumbnail">
                          <div class='profilethumbnail'><a href='http://ecs2.gaydar.net/media/Render.ashx/1F05386664B6D2BE58FB9CB4084C94F96D2BE2C4F071FB0906551F93A9D1D0266846ED5A633DDBEA2299C65ACB74C4F3525A720A97608B11CB8FB78F3BAB2FD63B881F032E4DDBD6FDA9E8C0DA9306B1' onClick="return false;" target='_blank'><img id='mainThumb' src='http://ecs3.gaydar.net/newphotos/18/95/1877795_704474_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs2.gaydar.net/media/Render.ashx/1F05386664B6D2BE58FB9CB4084C94F96D2BE2C4F071FB0906551F93A9D1D0266846ED5A633DDBEA2299C65ACB74C4F3525A720A97608B11CB8FB78F3BAB2FD63B881F032E4DDBD6FDA9E8C0DA9306B1','Autumnal Equinox 2006');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs2.gaydar.net/media/Render.ashx/1F05386664B6D2BE58FB9CB4084C94F96D2BE2C4F071FB0906551F93A9D1D0266846ED5A633DDBEA2299C65ACB74C4F3525A720A97608B11CB8FB78F3BAB2FD63B881F032E4DDBD6FDA9E8C0DA9306B1','Autumnal Equinox 2006')" title="Main Picture" class='galleryThumbnailPlain' /></a></div>
                        </td>
                        
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs2.gaydar.net/media/Render.ashx/A8B66DB0E031F8D3E533B6552CB7D04BDA98B71274F6D164BB9D35728D2ADA8E83A1E3D4BEE9A9C0B949ABE6BFDDC60AECFC299502F0B76D3F5391324912206D993503C4BDDCE0F21164C923E3301082329F8725E5E23044A7F65EC62ACCB9' onClick="return false;" target='_blank'><img id='secThumb0' src='http://ecs3.gaydar.net/newphotos/18/w/secondary/widereceivernetce830_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs2.gaydar.net/media/Render.ashx/A8B66DB0E031F8D3E533B6552CB7D04BDA98B71274F6D164BB9D35728D2ADA8E83A1E3D4BEE9A9C0B949ABE6BFDDC60AECFC299502F0B76D3F5391324912206D993503C4BDDCE0F21164C923E3301082329F8725E5E23044A7F65EC62ACCB9','What I look like as a skinhead.');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs2.gaydar.net/media/Render.ashx/A8B66DB0E031F8D3E533B6552CB7D04BDA98B71274F6D164BB9D35728D2ADA8E83A1E3D4BEE9A9C0B949ABE6BFDDC60AECFC299502F0B76D3F5391324912206D993503C4BDDCE0F21164C923E3301082329F8725E5E23044A7F65EC62ACCB9','What I look like as a skinhead.')" title="Secondary Picture 1" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs1.gaydar.net/media/Render.ashx/B4059FB89D648C56DC585A66A155EB85C62B451A09A3A5E182F6D94100C8AF5AC3464A849AEF8502A63A0485656BB68FF95AD5D46EB2D5F94F2C715D92B250AA9088B8DDD79F853E790A2E12738A79C8' onClick="return false;" target='_blank'><img id='secThumb1' src='http://ecs4.gaydar.net/newphotos/18/95/1877795_749319_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs1.gaydar.net/media/Render.ashx/B4059FB89D648C56DC585A66A155EB85C62B451A09A3A5E182F6D94100C8AF5AC3464A849AEF8502A63A0485656BB68FF95AD5D46EB2D5F94F2C715D92B250AA9088B8DDD79F853E790A2E12738A79C8','What I look like as a longhair.');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs1.gaydar.net/media/Render.ashx/B4059FB89D648C56DC585A66A155EB85C62B451A09A3A5E182F6D94100C8AF5AC3464A849AEF8502A63A0485656BB68FF95AD5D46EB2D5F94F2C715D92B250AA9088B8DDD79F853E790A2E12738A79C8','What I look like as a longhair.')" title="Secondary Picture 2" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                      </tr>
                    </table>
                    </td>
                  </tr>
                </table>
                <br /> 
                <table summary="" border="0" width="100%" cellspacing="0" cellpadding="0">
                  <tr> 
                    <td align="center" valign="top" height="540"> 
                        <div  class="tbl-3 throbber" style="height: 540; width: 470px; text-align: center; position: relative;" > 
                        <img id="mainPic" style="text-align: center; vertical-align: top;" src="http://ecs2.gaydar.net/media/Render.ashx/1F05386664B6D2BE58FB9CB4084C94F96D2BE2C4F071FB0906551F93A9D1D0266846ED5A633DDBEA2299C65ACB74C4F3525A720A97608B11CB8FB78F3BAB2FD63B881F032E4DDBD6FDA9E8C0DA9306B1" alt="Main Photo" title="Main Photo"> 
                        <br />
                        <div id="mainPicCaption" class="g-s-b"> 
                          Autumnal Equinox 2006
                        </div>
                      </div>
                    </td>
                   </tr>
                </table>
            </td></tr>
<tr>
<td class='wbl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='wbr'>&nbsp;</td>
</tr>
</table>

        <!--END: IMAGES-->  
        
        
        </div>
    
    </td>
    
    
    <td bgcolor="#e1e1e1"  valign="Top">
    <table summary='' class='tbl-3' width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr class='tbl-1'>
<td class='wtl' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
<td height='25' class='w-s-b'>General Information<br /></td>
<td class='wtr' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
</tr>
<tr>
<td class='intl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='intr'>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td align='left' valign='top' class='g-s-n'>
 
		<table summary="" width="100%">
                <tr> 
                  <td width="25%" class="profileHighlightsBold" valign="top"> 
                    I am a
                  </td>
                  <td width="75%" class="g-s-b" valign="top"> 
                    Single Gay Man
                  </td>
                </tr>
				 
						<tr> 
						  <td width="25%" class="profileHighlightsBold" valign="top"> 
							Interested in meeting
						  </td>
						  <td width="75%" class="g-s-b" valign="top"> 
							Single Gay Man, Gay Male Couple, Group (Gay men)
						  </td>
						</tr>
						<tr> 
						  <td width="25%" class="profileHighlightsBold" valign="top"> 
							For
						  </td>
						  <td width="75%" class="g-s-b" valign="top"> 
							Relationship, 1-on-1 Sex, Group Sex
						  </td>
						</tr>
						<tr> 
						  <td width="25%" class="profileHighlightsBold" valign="top"> 
							Between
						  </td>
						  <td width="75%" class="g-s-b" valign="top"> 
							18
							&amp; 
							57
							&nbsp; 
							years old
						  </td>
						</tr>
					
              </table>
			  </td></tr>
<tr>
<td class='wbl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='wbr'>&nbsp;</td>
</tr>
</table>

        <br /> 
    
    </td>
</tr>



<tr height="50">
    <td bgcolor="#e1e1e1"  valign="Top">
        <table summary='' class='tbl-3' width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr class='tbl-1'>
<td class='wtl' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
<td height='25' class='w-s-b'>Personal Information<br /></td>
<td class='wtr' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
</tr>
<tr>
<td class='intl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='intr'>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td align='left' valign='top' class='g-s-n'>

        <div style="height: 400px;">
        <table summary="" width="100%" border="0">

          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Height</td>
            <td width="75%" class="g-s-b">6' 4" (193 cm)</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Ethnic Origins</td>
            <td width="75%" class="g-s-b">Caucasian</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Hair</td>
            <td width="75%" class="g-s-b">Brown</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Eyes</td>
            <td width="75%" class="g-s-b">Hazel</td>
          </tr>
          
		  <tr height="15"> 
			<td width="25%" class="profileHighlightsBold">Body Hair</td>
			<td width="75%" class="g-s-b">Hairy</td>
		  </tr>
		  
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Role</td>
            <td width="75%" class="g-s-b">Bottom</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Dick Size</td>
            <td width="75%" class="g-s-b">Average</td>
          </tr>
          
          <tr height="5"> 
            <td colspan="2"><div class="divider"></div></td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Profession</td>
            <td width="75%" class="g-s-b">Photographer/Graphic Artist</td>
          </tr>
          

          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Orientation</td>
            <td width="75%" class="g-s-b">Gay</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Safe Sex</td>
            <td width="75%" class="g-s-b">Never</td>
          </tr>
          
          <tr height="5"> 
            <td colspan="2"><div class="divider"></div></td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Smoke</td>
            <td width="75%" class="g-s-b">No</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Drink</td>
            <td width="75%" class="g-s-b">Occasionally</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Drugs</td>
            <td width="75%" class="g-s-b">Socially</td>
          </tr>
          
          <tr height="5"> 
            <td colspan="2">&nbsp;</td>
          </tr>
          <tr height="30"> 
            <td colspan="2">
                <div style="float: left;" class="profileHighlightsBold"> 
                <img src="/images/ssigns/leo.gif" alt="" title="Leo" /><br />
                Leo
                </div>
            </td>
          </tr>
        </table>
        </div>
        </td></tr>
<tr>
<td class='wbl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='wbr'>&nbsp;</td>
</tr>
</table>

    </td>
</tr>


<tr height="50">
    <td bgcolor="#e1e1e1"  valign="Top">
    
        <table summary="" class="tbl-3" width="100%" style="height: 100%" border="0" cellpadding="0" cellspacing="0">
          <tr class="tbl-1"> 
            <td class="wtl">&nbsp; </td>
            <td height="25" class="w-s-b">Gaydar Sex Factor</td>
            <td class="wtr">&nbsp; </td>
          </tr>
          <tr> 
            <td class="intl">&nbsp; </td>
            <td>&nbsp; </td>
            <td class="intr">&nbsp; </td>
          </tr>
          <tr> 
            <td>&nbsp; </td>
            <td align="left" class="g-s-n">
              
            </td>
            <td>&nbsp; </td>
          </tr>
          <tr> 
            <td class="wbl">&nbsp; </td>
            <td>&nbsp; </td>
            <td class="wbr">&nbsp; </td>
          </tr>
        </table>
        
         
    <table width="350">
    <tr><td>&nbsp;</td></tr>
    </table>
    
    </td>
</tr>
<tr height="100">
    <td bgcolor="#e1e1e1"  valign="Top" class="profileHighlightsBold">
    <table summary='' class='tbl-3' width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr class='tbl-1'>
<td class='wtl' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
<td height='25' class='w-s-b'>About<br /></td>
<td class='wtr' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
</tr>
<tr>
<td class='intl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='intr'>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td align='left' valign='top' class='g-s-n'>

    <span class="g-s-b">I am a tall, differently-abled, (hence 100%) bottom bear with pierced ears, nipples, and dick (PA). I have two dragon delt tats. I usually have salt'n'pepper facial hair but it is highly variable and have dark brown currently short hair that is just starting to turn salt'n'pepper. I use a cane and braces to get around most of the time but use the wheels on bad/long days.</span>
    </td></tr>
<tr>
<td class='wbl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='wbr'>&nbsp;</td>
</tr>
</table>

    </td>
    
    <td bgcolor="#e1e1e1"  valign="Top">
    <table summary='' class='tbl-3' width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr class='tbl-1'>
<td class='wtl' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
<td height='25' class='w-s-b'>Looking For<br /></td>
<td class='wtr' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
</tr>
<tr>
<td class='intl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='intr'>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td align='left' valign='top' class='g-s-n'>

    <span class="g-s-b">I am looking for real deal top men who like being tops (at least sexually), who like being men, and who like fucking another man. Ink and metal are pluses. Rimming, felching, and watersports are big plues. Top fisters are a big, big pluses.</span>
    
    </td></tr>
<tr>
<td class='wbl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='wbr'>&nbsp;</td>
</tr>
</table>

    </td>
</tr>


<tr>
    <td bgcolor="#e1e1e1"  valign="Top">
    <table summary='' class='tbl-3' width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr class='tbl-1'>
<td class='wtl' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
<td height='25' class='w-s-b'>Keywords<br /></td>
<td class='wtr' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
</tr>
<tr>
<td class='intl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='intr'>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td align='left' valign='top' class='g-s-n'>

    <table summary="" width="100%" border="0" cellpadding="0" cellspacing="0">
    
        <tr> 
            <td width="20%" valign="top" class="profileHighlightsBold">Fetishes                                </td>
        </tr>
        <tr>
            <td width="80%" valign="top" class="g-s-b">
                    Body Hair, Cut, Facial Hair, Foreskin, Hands, Kilts, Muscle, Nipples, Piercing, Tattoos, Toys, Uniforms
            <br />&nbsp;</td>
        </tr>
        
        <tr> 
            <td width="20%" valign="top" class="profileHighlightsBold">Types I Like                            </td>
        </tr>
        <tr>
            <td width="80%" valign="top" class="g-s-b">
                    Bears, Bikers, Construction Workers, Farmers, Firemen, Football Players, Footballers, Goth, Labourers, Leather Men, Married Men, Medical (Uniforms), Military (Uniforms), Muscle Men, Policemen, Preppies, Short Guys, Skinheads, Tall Guys, Truck Drivers
            <br />&nbsp;</td>
        </tr>
        
        <tr> 
            <td width="20%" valign="top" class="profileHighlightsBold">Sexual Activities                       </td>
        </tr>
        <tr>
            <td width="80%" valign="top" class="g-s-b">
                    Anal, Exhibitionists, Fisting, Glory Holes, Groups, Kissing, Naturist, Oral, Outdoor, Outdoor Sex, Rimming, Sauna/Bath Houses, Shaving, Threesomes, Vacuum Pumping, Vanilla, Verbal/Gob, Voyeurs, Watersports
            <br />&nbsp;</td>
        </tr>
        
        <tr> 
            <td width="20%" valign="top" class="profileHighlightsBold">Languages                               </td>
        </tr>
        <tr>
            <td width="80%" valign="top" class="g-s-b">
                    English
            <br />&nbsp;</td>
        </tr>
        
        <tr> 
            <td width="20%" valign="top" class="profileHighlightsBold">Sports &amp; Fitness                        </td>
        </tr>
        <tr>
            <td width="80%" valign="top" class="g-s-b">
                    Swimming, Weight Training
            <br />&nbsp;</td>
        </tr>
        
        <tr> 
            <td width="20%" valign="top" class="profileHighlightsBold">Religious Interests                     </td>
        </tr>
        <tr>
            <td width="80%" valign="top" class="g-s-b">
                    Pagan, Spiritual
            <br />&nbsp;</td>
        </tr>
        
        <tr> 
            <td width="20%" valign="top" class="profileHighlightsBold">Leisure Activities                      </td>
        </tr>
        <tr>
            <td width="80%" valign="top" class="g-s-b">
                    Arts &amp; Crafts, Computers, DIY/Home Improvement, Drawing, Music, Painting, Photography, Reading, Surfing the Web, Television, Theater, Videos/DVDs, Writing
            <br />&nbsp;</td>
        </tr>
        
    </table>
    </td></tr>
<tr>
<td class='wbl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='wbr'>&nbsp;</td>
</tr>
</table>

    </td>    
    
    
    <td bgcolor="#e1e1e1" valign="Top">
    <table summary='' class='tbl-3' width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr class='tbl-1'>
<td class='wtl' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
<td height='25' class='w-s-b'>Hobbies & Favorite Things<br /></td>
<td class='wtr' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
</tr>
<tr>
<td class='intl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='intr'>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td align='left' valign='top' class='g-s-n'>

        <span  class="g-s-b">Photography (digital and traditional), I also do painting and drawing (digital and traditional media. I swim and do weight training when I can as part of my rehab but would like to do more.</span>
        <br /> &nbsp;<br /> 
        
        <table summary="" width="100%" cellspacing="0">
          <tr> 
            <td width="25%" class="profileHighlightsBold">Food</td>
            <td width="75%" class="g-s-b">Cheesecake (great for Imbolc)</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Music</td>
            <td width="75%" class="g-s-b">Most anything that does not monger fear and hate.</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Author</td>
            <td width="75%" class="g-s-b"></td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Film</td>
            <td width="75%" class="g-s-b">The Sum of Us</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Actor</td>
            <td width="75%" class="g-s-b">Russell Crowe, Hugh Jackman</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Actress</td>
            <td width="75%" class="g-s-b">Geena Davis, Sigourney Weaver</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">TV Show</td>
            <td width="75%" class="g-s-b">True Blood, Dexter</td>
          </tr>
          <tr>
            <td width="25%" class="profileHighlightsBold">Vacation Spot</td>
            <td width="75%" class="g-s-b">a sling, preferably in a steam room</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">City</td>
            <td width="75%" class="g-s-b">Amsterdam</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Country</td>
            <td width="75%" class="g-s-b">Australia /  New Zealand or Ireland</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Club</td>
            <td width="75%" class="g-s-b">I like the kind you can grease up and ...</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Bar/Pub</td>
            <td width="75%" class="g-s-b">most any Eagle</td>
          </tr>
        </table>
        </td></tr>
<tr>
<td class='wbl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='wbr'>&nbsp;</td>
</tr>
</table>

    </td>
</tr>

<tr>
    <td bgcolor="#e1e1e1"  valign="Top" colspan="2">


<div style="float: right; position: relative; height: 100px; width: 100%; background-color: #ffffff;">
    <iframe id='bannerFrame647682625' name='bannerFrame647682625' src='/scripts/bannerIFrame.asp?zoneid=64&amp;target=_blank&amp;n=647682625&amp;loc=profilesbottom&amp;source=C60,A1020,Len-us&amp;qsc=60&amp;qsa=1020&amp;qsl=en-us&amp;qsr=A&amp;cb=0.2572446' framespacing='0' frameborder='no' scrolling='no' width='100%' height='90' allowtransparency='true'><a href='http://ads2.qsoft.co.uk/delivery/ck.php?n=647682625&amp;cb=0.2572446' target='_blank'><img src='http://ads2.qsoft.co.uk/delivery/avw.php?zoneid=64&amp;n=647682625&amp;loc=profilesbottom&amp;source=C60,A1020,Len-us&amp;qsc=60&amp;qsa=1020&amp;qsl=en-us&amp;qsr=A&amp;cb=0.2572446' border='0' alt=''></a></iframe>
    <style type="text/css">
    .bodymain {
        background-attachment:fixed;
        background-position:0px 28px;
    }
    </style>

</div>

    <div style="clear: both; width: 100%; background-color: #ff9933; height: 30px;">
        <div style="float: right; font-family: tahoma, Arial,verdana, Helvetica, sans-serif; font-size: 10px; color: gray"> 
        ZN
        </div>
        
        <div style="padding: 10px; height: 20px; float: left;"><span class="w-s-b">Designed by QSoft Consulting Ltd. &copy; 1999-2010 QSoft Consulting Ltd. All rights reserved.</span></div>
    </div></td>
</tr>
</table>

</div>

<div id="Div1" style="background-color: #ff9933; position: absolute; top: 0px; left: 0px; width: 100%; height: 5px;">
&nbsp;
</div>
<div id="header" style="background-color: #FFFFFF; position: absolute; top: 5px; left: 0px; width: 100%; height: 90px; padding: 4px; z-index: 3;">
<table summary="" width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
  <tr> 
    <td> 
	  
		  <a href="http://gaydar.net"> <img src="/images/logos/title_net.gif" border="0" alt="" title="What you want, when you want it"> 
		  </a> 
		  
    </td>
    <td width="728" align="right"> 
      <iframe id='bannerFrame646070437' name='bannerFrame646070437' src='/scripts/bannerIFrame.asp?zoneid=64&amp;target=_blank&amp;n=646070437&amp;loc=profiles&amp;source=C60,A1020,Len-us&amp;qsc=60&amp;qsa=1020&amp;qsl=en-us&amp;qsr=A&amp;cb=0.8237391' framespacing='0' frameborder='no' scrolling='no' width='100%' height='90' allowtransparency='true'><a href='http://ads2.qsoft.co.uk/delivery/ck.php?n=646070437&amp;cb=0.8237391' target='_blank'><img src='http://ads2.qsoft.co.uk/delivery/avw.php?zoneid=64&amp;n=646070437&amp;loc=profiles&amp;source=C60,A1020,Len-us&amp;qsc=60&amp;qsa=1020&amp;qsl=en-us&amp;qsr=A&amp;cb=0.8237391' border='0' alt=''></a></iframe>
    <style type="text/css">
    .bodymain {
        background-attachment:fixed;
        background-position:0px 28px;
    }
    </style>
  
    </td>
  </tr>
</table>
</div>

<script type="text/javascript">

    var preload0 = new Image();
    preload0.src="http://ecs3.gaydar.net/newphotos/18/w/secondary/widereceivernetce830.jpg";
        
    var preload1 = new Image();
    preload1.src="http://ecs4.gaydar.net/newphotos/18/95/1877795_749319.jpg";
        
</script>

</body>
</html>


<!-- 38.107.191.80 -->
<!--  -->
