
<!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 - azrael'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=azrael&b=&c=1549624&d=&e=N&rem=n"); swapTrackImage(false);';
    var removeTrackHREF = 'javascript:MakeTrax("a=azrael&b=&c=1549624&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("","azrael",,"R",""); toggleLink("friend","R");';
    var addFriendHREF = 'javascript:AddFriend("","azrael",,"A",""); toggleLink("friend","A");';
    
    var removeFavouriteText = "Remove Favorite";
    var addFavouriteText = "Add to Favorites";
    var removeFavouriteHREF = 'javascript:AddToFavourites("","azrael",,"R",""); toggleLink("favourite","R");';
    var addFavouriteHREF = 'javascript:AddToFavourites("","azrael",,"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">azrael</span></div>
                            
                            <br /><div style="clear: left;"></div>
                            
                            <br />
                            41 years old
                            <br />
                            has an evil twin that cums from within
                            </div>

                            </td>
                        <td width="30%" class="w-s-b">Area : England - Manchester                    
                            <br />
                            City : ...manchester..., United Kingdom
                            <br />
                            
                            <br /> 
                            Last Visit : 3 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://ecs1.gaydar.net/newphotos/15/24/1549624_659392.jpg' onClick="return false;" target='_blank'><img id='mainThumb' src='http://ecs1.gaydar.net/newphotos/15/24/1549624_659392_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs1.gaydar.net/newphotos/15/24/1549624_659392.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs1.gaydar.net/newphotos/15/24/1549624_659392.jpg','')" title="Main Picture" class='galleryThumbnailPlain' /></a></div>
                        </td>
                        
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs2.gaydar.net/newphotos/15/24/1549624_862933.jpg' onClick="return false;" target='_blank'><img id='secThumb0' src='http://ecs2.gaydar.net/newphotos/15/24/1549624_862933_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs2.gaydar.net/newphotos/15/24/1549624_862933.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs2.gaydar.net/newphotos/15/24/1549624_862933.jpg','')" title="Secondary Picture 1" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs3.gaydar.net/newphotos/15/24/1549624_552174.jpg' onClick="return false;" target='_blank'><img id='secThumb1' src='http://ecs3.gaydar.net/newphotos/15/24/1549624_552174_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs3.gaydar.net/newphotos/15/24/1549624_552174.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs3.gaydar.net/newphotos/15/24/1549624_552174.jpg','')" title="Secondary Picture 2" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs1.gaydar.net/newphotos/15/24/1549624_429872.jpg' onClick="return false;" target='_blank'><img id='secThumb2' src='http://ecs1.gaydar.net/newphotos/15/24/1549624_429872_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs1.gaydar.net/newphotos/15/24/1549624_429872.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs1.gaydar.net/newphotos/15/24/1549624_429872.jpg','')" title="Secondary Picture 3" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs4.gaydar.net/newphotos/15/24/1549624_281859.jpg' onClick="return false;" target='_blank'><img id='secThumb3' src='http://ecs4.gaydar.net/newphotos/15/24/1549624_281859_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/15/24/1549624_281859.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/15/24/1549624_281859.jpg','')" title="Secondary Picture 4" 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://ecs2.gaydar.net/media/Render.ashx/D0D774DBFBFFB32382ECB0480E7AE962A2F9AE796F389A94DC42336FA2E7A6BCA794ACE4F275B176F88FEFABCA4CBF689D883EB70829EA8C118E8865398A5B08FD5C42B4FE5B49" 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
                  </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, 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"> 
							25
							&amp; 
							99
							&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">6' 1" (185 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">Red</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">None/Little</td>
		  </tr>
		  
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Role</td>
            <td width="75%" class="g-s-b">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">..live for a job and a perfect behind...</td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Scene</td>
            <td width="75%" class="g-s-b">Casual</td>
          </tr>
          

          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Orientation</td>
            <td width="75%" class="g-s-b">Gay</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">Socially</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">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/cancer.gif" alt="" title="Cancer" /><br />
                Cancer
                </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">
              
              <div style="float: left; text-align: center; margin: 10;"> 
                
                <img src="/images/sexfactor/sexfactor_blue.gif" border="0" alt="" title="Enter or Vote in the sexiest, fun contest on the web. Have you got the Sex Factor?" /> 
                
                <br />Top 10<br />
                (
                4
                &nbsp; 
                times
                )</div>
              
              <div style="float: left; text-align: center; margin: 10;"> 
                
                <img src="/images/sexfactor/sexfactor_purple.png" border="0" alt="" title="Enter or Vote in the sexiest, fun contest on the web. Have you got the Sex Factor?" /> 
                
                <br />Sex Factor Winner<br />
                (
                3
                &nbsp; 
                times
                )</div>
              
            </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">manchester suedehead in search of new adventures..<br/>
<br/>
<i>"Something has changed within me, something is not the same<br/>
I’m through with playing by the rules of someone else’s game<br/>
Too late for second-guessing, too late to go back to sleep<br/>
It’s time to trust my instincts, close my eyes and leap!<br/>
It’s time to try defying gravity and you can’t pull me down"</i><br/>
<br/>
To some... I am everything and more and to others... nothing at all.<br/>
<br/>
I am at turns (according to those in the know); sage, honest, caring, generous, horny, loyal, comfortable, confident yet at the same time shy, tactile, cute, lively, vivacious, loving, beautiful, forthright, sensitive, reliable, tenacious, vibrant, profound, sexy, complicated, sassy and "...they say that I have the best ass below 14th Street, is it true?"<br/>
<br/>
It's for you to make up your mind what I am to you, but from me you can expect an absolute honesty (sometimes brutal) because what you see is most definitely what you get (plus some extras, like a good DVD!)<br/>
 <br/>
<i>"I can't control my destiny,  I trust my soul, my only goal is just to be.  There's only now, there's only here.  Give in to love or live in fear.  No other path, no other way, no day but today..."</i></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">You have to be true to yourself in order to be true to me.<br/>
<br/>
Someone:<br/>
*    for me to take care of, and who can take care of me in equal measure<br/>
*    who won`t let me down or take the piss cos it suits them<br/>
*    who isn`t afraid to speak their mind<br/>
*    with true ambition, a worker<br/>
*    open to infinite possibilities in an infinitely diverse world<br/>
*    who can live without the village, but can appreciate what it has to offer<br/>
*    not scared to be just together on our own<br/>
*    who <b>has the ability to rotate a photograph!</b><br><br/>
<br/>
So, if you've got past the pretty [?????] pictures and are this far down my ramblings, then; <i>'How-do, why not come say hello?"</i><br/>
<br/>
<b>"If you're careful you wont get hurt,  but if you're careful all the time, then what's it worth?"</b><br/>
<br/>
<b>"Never take someone for granted.  Hold every person close to your heart because you might wake up one day and realize that you`ve lost a diamond while you were too busy collecting stones..."</b></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, Body Hair, Boots, Chaps, Foreskin, Jocks, Kilts, Leather, Nipples, Rubber/PVC, Suits, Tattoos
            <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, Firemen, Goth, Leather Men, Military (Uniforms), Policemen, Skinheads
            <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, CBT, Kissing, Masturbation, Medical, Oral, Outdoor Sex, Rimming, S&amp;M, Shaving, Spanking, Verbal/Gob, 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">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">
                    Clubbing, Computers, DIY/Home Improvement, Entertaining, Movies, Music, Photography, Reading, Surfing the Web, Television, Videos/DVDs
            <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">I like. . . 
little bits of glassware. . . 
ashtrays with inscriptions. . . 
plastic things on pencils. . . 
bits of mass productions. . . 
postcards. . . 
pretty pictures. . . 
little bits of plastic. . . 
cluttering up the bedroom. . . 
keychains and snowstorms. . .  
     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     .     
. . .  music. . . music. . .  and, . . . erm . .  more music. . .  
and the bands I like?  . . . 
well here?s a small selection. . .  
. . .
abc . . .
all about eve [julianne regan, mice] . . . 
marc almond [marc and the mambas, soft cell] . . . 
adam ant. . . 
antony and the johnsons . . . 
associates [billy mackenzie] . . . 
[melissa] auf der maur. . . 
b-52`s. . . 
b-movie. . . 
baby bird . . . 
balaam and the angel. . . 
belle and sebastian. . . 
beloved . . . 
bis. . . 
bjork. . . 
bow wow wow. . . 
breeders. . . 
camera obscura . . . 
chameleons. . . 
chatshow. . . 
claudia brucken [act, onetwo, propaganda] . . . 
client . . . 
courtney love [hole] . . . 
cocteau twins. . . 
cult [southern death, death and the] . . . 
curve [toni halliday = goddess] . . . 
css. . . 
danse society. . . 
darling buds. . . 
danielle dax. . . 
dead or alive. . . 
delays . . . 
dirty sanchez . . . 
divine comedy. . . 
tanya donelly [belly] . . . 
dragonette . . . 
dubstar . . . 
duran duran. . . 
echobelly. . . 
elastica. . . 
erasure . . . 
feline. . . 
flinch. . . 
afos. . . 
fischerpooner. . . 
futon. . . 
garbage. . . 
getting the fear. . . 
ghost dance [skeletal family] . . . 
go-go`s. . . 
goldfrapp. . 
haysi fantayzee. . . 
hazel o`connor. . . 
heart throbs. . . 
human league . . . 
into a circle. . . 
japan . . . 
juliana hatfield [in all her guises]. . . 
kristin hersh [50 foot wave, throwing muses] . . . kenickie [the luscious 

lauren laverne]. . . 
killers. . . 
klaus nomi. . . 
ladytron . . . 
laughing mothers . . . 
les mystere de voix bulgares. . . 
letters to cleo. . . 
luscious jackson. . . 
lush. . . 
madonna. . . 
malcolm mclaren . . . 
matinee club [the modern] . . . 
motorcycle boy [shop assistants] . . . 
my life story [exile inside, jake shillingford]. . . new young pony club . . . 
pay tv . . . 
pipettes . . . 
placebo. . . 
popinjays. . . 
pretty girls make graves. . . 
primitives . . . 
psychic tv. . . 
salvation . . . 
sex gang children . . . 
scheer. . . 
shelleyann orphan . . . 
shiny toy guns . . . 
sins of the flesh. . . 
siouxsie and the banshees [creatures]. . . 
sneaker pimps. . . 
soho dolls . . . 
sounds . . . 
southern death cult . . . 
strawberry switchblade [rose macdowell, sorrow, spell] . . . 
sugarcubes. . . 
sundays [the wonderful harriet wheeler]. . . 
talulah gosh. . . 
theaudience [sophie ellis-bextor]. . . 
tiny monroe. . . 
toyah. . . 
veruca salt. . . 
vicious pink . . . 
visage. . . 
voice of the beehive. . . 
x-ray spex. . . 
yazoo. . . 
younger younger 28`s. . .</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">oh okay then, but only with black pepper!</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Music</td>
            <td width="75%" class="g-s-b">80`s indie/alt trash, electro, <b>as above</b></td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Author</td>
            <td width="75%" class="g-s-b"><b>Poppy Z Brite</b>, Dennis Cooper, Scott Heim</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Film</td>
            <td width="75%" class="g-s-b">Directors: <b>John Waters</b> & Pedro Almodovar</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Actor</td>
            <td width="75%" class="g-s-b"><b>Harris Glenn Milstead</b>, ''nuff said!</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Actress</td>
            <td width="75%" class="g-s-b">Elvira, Ricci, Plimpton, Posey & <b>Mink Stole</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">TV Show</td>
            <td width="75%" class="g-s-b">Angel, Buffy, Shameless, Teachers, The High Life</td>
          </tr>
          <tr>
            <td width="25%" class="profileHighlightsBold">Vacation Spot</td>
            <td width="75%" class="g-s-b">gimme culture over sun</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">City</td>
            <td width="75%" class="g-s-b">San Francisco</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Country</td>
            <td width="75%" class="g-s-b"></td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Club</td>
            <td width="75%" class="g-s-b">Legends, Bollox (anybody remember Cloud 9?)</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Bar/Pub</td>
            <td width="75%" class="g-s-b"></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='bannerFrame315616355' name='bannerFrame315616355' src='/scripts/bannerIFrame.asp?zoneid=31&amp;target=_blank&amp;n=315616355&amp;loc=profilesbottom&amp;source=C100,A1,Len-us&amp;qsc=100&amp;qsa=1&amp;qsl=en-us&amp;qsr=B&amp;cb=0.4253507' framespacing='0' frameborder='no' scrolling='no' width='100%' height='90' allowtransparency='true'><a href='http://ads2.qsoft.co.uk/delivery/ck.php?n=315616355&amp;cb=0.4253507' target='_blank'><img src='http://ads2.qsoft.co.uk/delivery/avw.php?zoneid=31&amp;n=315616355&amp;loc=profilesbottom&amp;source=C100,A1,Len-us&amp;qsc=100&amp;qsa=1&amp;qsl=en-us&amp;qsr=B&amp;cb=0.4253507' 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='bannerFrame314884277' name='bannerFrame314884277' src='/scripts/bannerIFrame.asp?zoneid=31&amp;target=_blank&amp;n=314884277&amp;loc=profiles&amp;source=C100,A1,Len-us&amp;qsc=100&amp;qsa=1&amp;qsl=en-us&amp;qsr=B&amp;cb=0.9918451' framespacing='0' frameborder='no' scrolling='no' width='100%' height='90' allowtransparency='true'><a href='http://ads2.qsoft.co.uk/delivery/ck.php?n=314884277&amp;cb=0.9918451' target='_blank'><img src='http://ads2.qsoft.co.uk/delivery/avw.php?zoneid=31&amp;n=314884277&amp;loc=profiles&amp;source=C100,A1,Len-us&amp;qsc=100&amp;qsa=1&amp;qsl=en-us&amp;qsr=B&amp;cb=0.9918451' 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://ecs2.gaydar.net/newphotos/15/24/1549624_862933.jpg";
        
    var preload1 = new Image();
    preload1.src="http://ecs3.gaydar.net/newphotos/15/24/1549624_552174.jpg";
        
    var preload2 = new Image();
    preload2.src="http://ecs1.gaydar.net/newphotos/15/24/1549624_429872.jpg";
        
    var preload3 = new Image();
    preload3.src="http://ecs4.gaydar.net/newphotos/15/24/1549624_281859.jpg";
        
</script>

</body>
</html>


<!-- 38.107.191.105 -->
<!--  -->
