
<!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 - skinlurner'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=skinlurner&b=&c=92429&d=&e=N&rem=n"); swapTrackImage(false);';
    var removeTrackHREF = 'javascript:MakeTrax("a=skinlurner&b=&c=92429&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("","skinlurner",,"R",""); toggleLink("friend","R");';
    var addFriendHREF = 'javascript:AddFriend("","skinlurner",,"A",""); toggleLink("friend","A");';
    
    var removeFavouriteText = "Remove Favorite";
    var addFavouriteText = "Add to Favorites";
    var removeFavouriteHREF = 'javascript:AddToFavourites("","skinlurner",,"R",""); toggleLink("favourite","R");';
    var addFavouriteHREF = 'javascript:AddToFavourites("","skinlurner",,"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">skinlurner</span></div>
                            
                            <br /><div style="clear: left;"></div>
                            
                            <br />
                            42 years old
                            <br />
                            Hackney 0 crop leather/skin/cigar sub
                            </div>

                            </td>
                        <td width="30%" class="w-s-b">Area : England - London - East                 
                            <br />
                            City : Clapton, E5, United Kingdom
                            <br />
                            Viewed 37973 Times
                            <br /> 
                            Last Visit : 1 September 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://ecs4.gaydar.net/newphotos/0/29/92429_326139.jpg' onClick="return false;" target='_blank'><img id='mainThumb' src='http://ecs4.gaydar.net/newphotos/0/29/92429_326139_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/0/29/92429_326139.jpg','Shoreditch, July 2008');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/0/29/92429_326139.jpg','Shoreditch, July 2008')" title="Main Picture" class='galleryThumbnailPlain' /></a></div>
                        </td>
                        
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs4.gaydar.net/newphotos/0/29/92429_751487.jpg' onClick="return false;" target='_blank'><img id='secThumb0' src='http://ecs4.gaydar.net/newphotos/0/29/92429_751487_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/0/29/92429_751487.jpg','January 2008');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/0/29/92429_751487.jpg','January 2008')" title="Secondary Picture 1" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs2.gaydar.net/newphotos/0/29/92429_697729.jpg' onClick="return false;" target='_blank'><img id='secThumb1' src='http://ecs2.gaydar.net/newphotos/0/29/92429_697729_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs2.gaydar.net/newphotos/0/29/92429_697729.jpg','July 6th, 2008');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs2.gaydar.net/newphotos/0/29/92429_697729.jpg','July 6th, 2008')" title="Secondary Picture 2" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs4.gaydar.net/newphotos/0/29/92429_767107.jpg' onClick="return false;" target='_blank'><img id='secThumb2' src='http://ecs4.gaydar.net/newphotos/0/29/92429_767107_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/0/29/92429_767107.jpg','July 5th 2008');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/0/29/92429_767107.jpg','July 5th 2008')" title="Secondary Picture 3" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs4.gaydar.net/newphotos/0/29/92429_159959.jpg' onClick="return false;" target='_blank'><img id='secThumb3' src='http://ecs4.gaydar.net/newphotos/0/29/92429_159959_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/0/29/92429_159959.jpg','Amsterdam, June 2008');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/0/29/92429_159959.jpg','Amsterdam, June 2008')" title="Secondary Picture 4" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs1.gaydar.net/newphotos/0/29/92429_864212.jpg' onClick="return false;" target='_blank'><img id='secThumb4' src='http://ecs1.gaydar.net/newphotos/0/29/92429_864212_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs1.gaydar.net/newphotos/0/29/92429_864212.jpg','Folsom Europe, 2009');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs1.gaydar.net/newphotos/0/29/92429_864212.jpg','Folsom Europe, 2009')" title="Secondary Picture 5" 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://ecs1.gaydar.net/media/Render.ashx/04B5B15DDBA5FFB287C3A4597CF81A2F769B6BFF4F62D605D96D277FCA785EEA65F56864D246FCE194A7FDBAA59D0E6C1CEEF976282BAD0240AE8A735803A111633D8F3A8C0DA20E" alt="Main Photo" title="Main Photo"> 
                        <br />
                        <div id="mainPicCaption" class="g-s-b"> 
                          Shoreditch, July 2008
                        </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
						  </td>
						</tr>
						<tr> 
						  <td width="25%" class="profileHighlightsBold" valign="top"> 
							For
						  </td>
						  <td width="75%" class="g-s-b" valign="top"> 
							Relationship, Friendship, Email/Chat, 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"> 
							28
							&amp; 
							50
							&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">Average</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Height</td>
            <td width="75%" class="g-s-b">5' 6" (168 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">Uncut</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">Journalist/Writer                                 </td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Scene</td>
            <td width="75%" class="g-s-b">Skin</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">Socially</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Drugs</td>
            <td width="75%" class="g-s-b">Never</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/scorpio.gif" alt="" title="Scorpio" /><br />
                Scorpio
                </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`m a 0 crop guy with left of centre politics, a cat and a place of my own to lure unsuspecting men to...<br/>
<br/>
Also organiser of BLUF and smoking nights at The Backstreet, if you like that sort of thing<br/>
<br/>
Looking to meet guys for friendship, drinking (well, I am a journo; it`s part of the job description), good food, and possibly a spot of sleazy sex too.<br/>
<br/>
Mates are important to me, and I`m happily single at the moment (aside from the cat...) That`s not to say that if a relationship came along, I might not say no. I`m not actively looking for one; but a regular sleazy sessions would be welcome.<br/>
<br/>
I`m based in London, but I do travel to Antwerp, Amsterdam and other places on the continent a fair bit, and can get around the UK if you make me a good offer; have car, can travel.<br/>
<br/>
If you want to know more about the sexual side of things, there are sordid details, plus more pictures than you can shake a shaky thing at on my web site; ask for the address.<br/>
<br/>
I was going to renew my membership here, but thanks to Gaydar taking a leaf out of Recon's book and deciding you can't even tell people your MSN id, because of their precious cash flow, they can forget that.<br/>
<br/>
Remember guys - there are other ways to meet people besides giving money to companies that don't care about their customers.</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">If you`re a rabid €phobe, a fan of George Bush, or you think caring about people in far away places is too "wishy washy liberal" then we`re not going to get on well. I don`t have much time for people who think the only good things England ever did was beat the Germans in two wars and a couple of football matches.<br/>
<br/>
On the other hand, if you`re open minded, eagerly waiting to swap your old money into shiny new ? notes and coins, enjoy films in the cinema or curled up on the sofa at home, and think  swapping sections of the Sunday papers in bed is just as important as sleazy sex on Saturday night, then let`s have a pint.<br/>
<br/>
On the sex front, I`ll try most safe stuff... I like men who can help push my limits, and be tender too. If you think being top means not caring, we won`t click. I`m versatile, but mostly sub and would welcome top/vers guys who want to take control.<br/>
<br/>
And remember - there`s nothing "straight acting" about putting another man`s cock in your mouth.</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">
                    Boots, Hoods &amp; Masks, Leather, Nipples, Rubber/PVC, Smoking, 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">
                    Bikers, Goth, Leather Men, Military (Uniforms), Skinheads, Tall Guys
            <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">
                    autoasphyxiation, Bondage, CBT, Electro, Masters &amp; Slaves, Role Play, S&amp;M, Shaving
            <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
            <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">
                    Agnostic
            <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">
                    Cars, Cooking, Dining Out, Gardening, Movies, 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">Citroënaut - presently the owner of a DS23 EFI Pallas and a CX25 GTi Turbo for those who care.

For those who don`t, cooking, films, a spot of gardening, and wrestling with my cat.</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">Thai, italian, anything that I'm good at cooking.</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Music</td>
            <td width="75%" class="g-s-b">Bruce Springsteen; I'd be his prison bitch</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Author</td>
            <td width="75%" class="g-s-b">Many</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Film</td>
            <td width="75%" class="g-s-b">LA Confidential; and Almodovar</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">Helen Mirren; Roissy de Palma</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">Holiday? Hah! I'm self employed...</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">City</td>
            <td width="75%" class="g-s-b"></td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Country</td>
            <td width="75%" class="g-s-b">England and Scotland</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Club</td>
            <td width="75%" class="g-s-b">Amsterdam: The Argos</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Bar/Pub</td>
            <td width="75%" class="g-s-b">King's Arms</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='bannerFrame375714865' name='bannerFrame375714865' src='/scripts/bannerIFrame.asp?zoneid=37&amp;target=_blank&amp;n=375714865&amp;loc=profilesbottom&amp;source=C100,A1504,Len-us&amp;qsc=100&amp;qsa=1504&amp;qsl=en-us&amp;qsr=A&amp;cb=0.7493711' framespacing='0' frameborder='no' scrolling='no' width='100%' height='90' allowtransparency='true'><a href='http://ads2.qsoft.co.uk/delivery/ck.php?n=375714865&amp;cb=0.7493711' target='_blank'><img src='http://ads2.qsoft.co.uk/delivery/avw.php?zoneid=37&amp;n=375714865&amp;loc=profilesbottom&amp;source=C100,A1504,Len-us&amp;qsc=100&amp;qsa=1504&amp;qsl=en-us&amp;qsr=A&amp;cb=0.7493711' 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.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='bannerFrame373182778' name='bannerFrame373182778' src='/scripts/bannerIFrame.asp?zoneid=37&amp;target=_blank&amp;n=373182778&amp;loc=profiles&amp;source=C100,A1504,Len-us&amp;qsc=100&amp;qsa=1504&amp;qsl=en-us&amp;qsr=A&amp;cb=0.3158655' framespacing='0' frameborder='no' scrolling='no' width='100%' height='90' allowtransparency='true'><a href='http://ads2.qsoft.co.uk/delivery/ck.php?n=373182778&amp;cb=0.3158655' target='_blank'><img src='http://ads2.qsoft.co.uk/delivery/avw.php?zoneid=37&amp;n=373182778&amp;loc=profiles&amp;source=C100,A1504,Len-us&amp;qsc=100&amp;qsa=1504&amp;qsl=en-us&amp;qsr=A&amp;cb=0.3158655' 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://ecs4.gaydar.net/newphotos/0/29/92429_751487.jpg";
        
    var preload1 = new Image();
    preload1.src="http://ecs2.gaydar.net/newphotos/0/29/92429_697729.jpg";
        
    var preload2 = new Image();
    preload2.src="http://ecs4.gaydar.net/newphotos/0/29/92429_767107.jpg";
        
    var preload3 = new Image();
    preload3.src="http://ecs4.gaydar.net/newphotos/0/29/92429_159959.jpg";
        
    var preload4 = new Image();
    preload4.src="http://ecs1.gaydar.net/newphotos/0/29/92429_864212.jpg";
        
</script>

</body>
</html>


<!-- 38.107.191.105 -->
<!--  -->
