
<!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 - rugbyslut'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=rugbyslut&b=&c=2589014&d=&e=N&rem=n"); swapTrackImage(false);';
    var removeTrackHREF = 'javascript:MakeTrax("a=rugbyslut&b=&c=2589014&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("","rugbyslut",,"R",""); toggleLink("friend","R");';
    var addFriendHREF = 'javascript:AddFriend("","rugbyslut",,"A",""); toggleLink("friend","A");';
    
    var removeFavouriteText = "Remove Favorite";
    var addFavouriteText = "Add to Favorites";
    var removeFavouriteHREF = 'javascript:AddToFavourites("","rugbyslut",,"R",""); toggleLink("favourite","R");';
    var addFavouriteHREF = 'javascript:AddToFavourites("","rugbyslut",,"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=','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=&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">rugbyslut</span></div>
                            
                            <br /><div style="clear: left;"></div>
                            
                            <br />
                            44 years old
                            <br />
                            MASCULIN SLUTBOI luvs piss/fuck/cum w Top men/lads
                            </div>

                            </td>
                        <td width="30%" class="w-s-b">Area : England - London - South                
                            <br />
                            City : Balham, London, United Kingdom
                            <br />
                            Viewed 89153 Times
                            <br /> 
                            Last Visit : 2 September 2010
                        </td>
                        <td width="30%">
                        
                        </td>
                        <td width="10%">
                        
                            <!-- **CA20090123** Member or Guest -->
                            
                                
                                <img src="/images/MemberBadge.png" alt="Member" title="Member" />
                            

                            
                        </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://ecs3.gaydar.net/images/xxx2.jpg' onClick="return false;" target='_blank'><img id='mainThumb' src='http://ecs3.gaydar.net/images/xxx2_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs3.gaydar.net/images/xxx2.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs3.gaydar.net/images/xxx2.jpg','')" title="Main Picture" class='galleryThumbnailPlain' /></a></div>
                        </td>
                        
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs1.gaydar.net/NewPhotos/25/r/rugbyslut240pbx.jpg' onClick="return false;" target='_blank'><img id='secThumb0' src='http://ecs1.gaydar.net/NewPhotos/25/r/rugbyslut240pbx_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs1.gaydar.net/NewPhotos/25/r/rugbyslut240pbx.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs1.gaydar.net/NewPhotos/25/r/rugbyslut240pbx.jpg','')" title="Secondary Picture 1" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs3.gaydar.net/images/xxx2.jpg' onClick="return false;" target='_blank'><img id='secThumb1' src='http://ecs3.gaydar.net/images/xxx2_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs3.gaydar.net/images/xxx2.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs3.gaydar.net/images/xxx2.jpg','')" title="Secondary Picture 2" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs4.gaydar.net/newphotos/25/r/rugbyslutfn83.jpg' onClick="return false;" target='_blank'><img id='secThumb2' src='http://ecs4.gaydar.net/newphotos/25/r/rugbyslutfn83_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/25/r/rugbyslutfn83.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/25/r/rugbyslutfn83.jpg','')" title="Secondary Picture 3" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs1.gaydar.net/newphotos/25/14/2589014_975600.jpg' onClick="return false;" target='_blank'><img id='secThumb3' src='http://ecs1.gaydar.net/newphotos/25/14/2589014_975600_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs1.gaydar.net/newphotos/25/14/2589014_975600.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs1.gaydar.net/newphotos/25/14/2589014_975600.jpg','')" title="Secondary Picture 4" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs4.gaydar.net/newphotos/25/14/2589014_390875.jpg' onClick="return false;" target='_blank'><img id='secThumb4' src='http://ecs4.gaydar.net/newphotos/25/14/2589014_390875_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/25/14/2589014_390875.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/25/14/2589014_390875.jpg','')" title="Secondary Picture 5" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                        <td class="thumbnail">
	                       <div class="profilethumbnail">                        
                              <a href="javascript:ViewAlbum('albumlogged.asp');" onclick="ViewAlbum('albumlogged.asp');return false;">
                              <img src="/images/photoalbum.png" style="vertical-align:middle; width:60px; height:60px" alt="" title="Photo Album" 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://ecs3.gaydar.net/images/xxx2.jpg" alt="Main Photo" title="Main Photo"> 
                        <br />
                        <div id="mainPicCaption" class="g-s-b"> 
                          
                        </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<!-- dadbear1 -->&nbsp;-&nbsp;<a href="/dadbear1" target="_blank">Partner</a>
                  </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, Bi-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"> 
							Email/Chat, 1-on-1 Sex, Group Sex, Other Activities
						  </td>
						</tr>
						<tr> 
						  <td width="25%" class="profileHighlightsBold" valign="top"> 
							Between
						  </td>
						  <td width="75%" class="g-s-b" valign="top"> 
							18
							&amp; 
							65
							&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">Body Type</td>
            <td width="75%" class="g-s-b">Stocky</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Height</td>
            <td width="75%" class="g-s-b">5' 8" (173 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">Shaved</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Eyes</td>
            <td width="75%" class="g-s-b">Blue</td>
          </tr>
          
		  <tr height="15"> 
			<td width="25%" class="profileHighlightsBold">Body Hair</td>
			<td width="75%" class="g-s-b">Some</td>
		  </tr>
		  
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Role</td>
            <td width="75%" class="g-s-b">Bottom/Versatile</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="15"> 
            <td width="25%" class="profileHighlightsBold">Cut / Uncut
            </td>
            <td width="75%" class="g-s-b">Cut</td>
          </tr>
          
          <tr height="5"> 
            <td colspan="2"><div class="divider"></div></td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Out</td>
            <td width="75%" class="g-s-b">Yes</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Profession</td>
            <td width="75%" class="g-s-b">willing slut!</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Scene</td>
            <td width="75%" class="g-s-b">Jocks</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">Always</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">Often</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Drugs</td>
            <td width="75%" class="g-s-b">Rather not say</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/aquarius.gif" alt="" title="Aquarius" /><br />
                Aquarius
                </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">Masculine rugby-playing feisty sub boi/cub who's here for dominant guys to use and appreciate<br/>
<br/>
I'm still in the attitude of you need to be Man enough to claim my holes as yours, but am very willing for them to be taken by the right guy. And when you get me there I'm the best sub a guy could wish for - bottom but all man!<br/>
<br/>
However I can also go from sleazy greedy sub boy to aggressive dirty top depending on the mood, chemistry and who I'm playing with....<br/>
<br/>
Have a dom side that does need airing sometimes, usually when i see really cute yng pup who gets all sub for me - still get an urge to tie certain lads down and make them mine but they're usually a LOT yngr than me - rest of the time I'm a feisty but submissive slut who loves to service confident, in shape, top or bigger dominant guys/daddies/Masters and having my holes used by any stud or group who like using a willing btm and need to dump a load.<br/>
<br/>
Sane, sorted, educated, totally masculine, dirty and 'very' adventurous - have something between the ears as well as between the legs. Give great head and love my ass to be hammered by masculine cock/s  - horny, highly sexed and bit of a POWER BOTTOM when I get going! <br/>
<br/>
5`8", good rugby build but no muscle-mary (175 llbs, 33"w, 40"ch), OK body/good rugby legs/fit arse/ nice 7.5" cut cock, short blond/brown hair (now cropped) & blue eyes.*<br/>
<br/>
Love Leather/Bondage/SM/Titplay/Role/Dad,son, schoolboy and more, always safe!<br/>
<br/>
**Now boi to my own Leatherdad - Dadbear1**</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">**Dads/Masters/Blokes/older MEN/ruff blokes, geezers or cocky younger lads who 'know' they're Top! Ascertive, masculine Tops!*<br/>
<br/>
 Guys or lads who' like masc btm men and who like a bit of meaty ass - hard! or love gettin their cock sucked dry by a real masculine bloke! <br/>
<br/>
Into groups/sex parties, 3-sums, Daddy/boy, Master/Slave, S/M, Bondage etc inside or outside and LOVE role play, cum and w/s!! ;-)<br/>
<br/>
And yes, you prob have seen my other profile which kind of shows a different side to me! Nothing wrong with  different desires at different times I say, so don't think I'm just covering the bases - absolutely 100% genuine on both counts when it matters!!***<br/>
<br/>
**Ideally looking for  someone who understands and knows the spiritual side of D/s and who will see my soul for what it is and knows that for me to truly submit, I need to meet the Master who has a truly Dominant soul who will take us where we need to both be**</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">
                    Armpits, Boots, Cut, Denim, Feet, Foreskin, Jocks, Leather, Muscle, Nipples, Socks, Sportswear, Tattoos, Trainers/Sneakers, Underwear, 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, Clubbers, Construction Workers, Farmers, Firemen, Football Players, Footballers, Geeks, Labourers, Leather Men, Married Men, Military (Uniforms), Muscle Men, Older Guys, Policemen, Preppies, Short Guys, Skinheads, Truck Drivers, Twinks
            <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, Bondage, Exhibitionists, Fisting, Glory Holes, Groups, Kissing, Masters &amp; Dogs, Masters &amp; Slaves, Masturbation, Naturist, Oral, Outdoor, Outdoor Sex, Rimming, Role Play, S&amp;M, Sauna/Bath Houses, Shaving, Spanking, Threesomes, 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, French, Spanish
            <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">
                    Spiritual
            <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">http://www.EUROWOOF.com/Rugbylad *** http://www.slave4master.com/rugbyslut *** http://bnskin.com/rugbyslut *** http://www.gayrugby.net/rugbylad
++++++++++++++++++++++++++++++++++
UP 4 HRNY LUNCHTIME OR AFTER WORK FUCKS IN/NR HOLBORN/CHANCERY LANE (especially with hrny scallies/builders)!!

HIT ME UP IF YA INTERESTED AND CAN ACCOM/KNOW A PLACE!  ;-)

Sexual Racism SUX!
[Please paste this web address into your browser for more info]
http://www.sexualracismsux.com</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">Spunk</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Music</td>
            <td width="75%" class="g-s-b">anythin to fuck by!</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Author</td>
            <td width="75%" class="g-s-b">Paulo Coehlo, John Preston</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Film</td>
            <td width="75%" class="g-s-b">Hard porn!</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Actor</td>
            <td width="75%" class="g-s-b"></td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Actress</td>
            <td width="75%" class="g-s-b"></td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">TV Show</td>
            <td width="75%" class="g-s-b"></td>
          </tr>
          <tr>
            <td width="25%" class="profileHighlightsBold">Vacation Spot</td>
            <td width="75%" class="g-s-b">Anywhere with leather/sex clubs</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">City</td>
            <td width="75%" class="g-s-b">Anywhere with leather/sex clubs</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Country</td>
            <td width="75%" class="g-s-b">Anywhere with leather/sex clubs</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Club</td>
            <td width="75%" class="g-s-b">XXL/RudeBoyz/SOP/HOIST/OIM8/BACKSTREET!!</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Bar/Pub</td>
            <td width="75%" class="g-s-b">KINGS ARMS/COMPTONS/BARCODE/EAGLE wherever</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='bannerFrame401212146' name='bannerFrame401212146' src='/scripts/bannerIFrame.asp?zoneid=40&amp;target=_blank&amp;n=401212146&amp;loc=profilesbottom&amp;source=C100,A1502,Len-us&amp;qsc=100&amp;qsa=1502&amp;qsl=en-us&amp;qsr=C&amp;cb=0.4940152' framespacing='0' frameborder='no' scrolling='no' width='100%' height='90' allowtransparency='true'><a href='http://ads2.qsoft.co.uk/delivery/ck.php?n=401212146&amp;cb=0.4940152' target='_blank'><img src='http://ads2.qsoft.co.uk/delivery/avw.php?zoneid=40&amp;n=401212146&amp;loc=profilesbottom&amp;source=C100,A1502,Len-us&amp;qsc=100&amp;qsa=1502&amp;qsl=en-us&amp;qsr=C&amp;cb=0.4940152' 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"> 
        AN
        </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.co.uk"> <img src="/images/logos/title_couk.gif" border="0" alt="" title="What you want, when you want it"> 
		  </a> 
		  
    </td>
    <td width="728" align="right"> 
      <iframe id='bannerFrame400580850' name='bannerFrame400580850' src='/scripts/bannerIFrame.asp?zoneid=40&amp;target=_blank&amp;n=400580850&amp;loc=profiles&amp;source=C100,A1502,Len-us&amp;qsc=100&amp;qsa=1502&amp;qsl=en-us&amp;qsr=C&amp;cb=6.050968E-02' framespacing='0' frameborder='no' scrolling='no' width='100%' height='90' allowtransparency='true'><a href='http://ads2.qsoft.co.uk/delivery/ck.php?n=400580850&amp;cb=6.050968E-02' target='_blank'><img src='http://ads2.qsoft.co.uk/delivery/avw.php?zoneid=40&amp;n=400580850&amp;loc=profiles&amp;source=C100,A1502,Len-us&amp;qsc=100&amp;qsa=1502&amp;qsl=en-us&amp;qsr=C&amp;cb=6.050968E-02' 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://ecs1.gaydar.net/NewPhotos/25/r/rugbyslut240pbx.jpg";
        
    var preload1 = new Image();
    preload1.src="http://ecs3.gaydar.net/images/xxx2.jpg";
        
    var preload2 = new Image();
    preload2.src="http://ecs4.gaydar.net/newphotos/25/r/rugbyslutfn83.jpg";
        
    var preload3 = new Image();
    preload3.src="http://ecs1.gaydar.net/newphotos/25/14/2589014_975600.jpg";
        
    var preload4 = new Image();
    preload4.src="http://ecs4.gaydar.net/newphotos/25/14/2589014_390875.jpg";
        
</script>

</body>
</html>


<!-- 38.107.191.106 -->
<!--  -->
