
<!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 - phil.marriott'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=phil.marriott&b=&c=5232797&d=&e=N&rem=n"); swapTrackImage(false);';
    var removeTrackHREF = 'javascript:MakeTrax("a=phil.marriott&b=&c=5232797&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("","phil.marriott",,"R",""); toggleLink("friend","R");';
    var addFriendHREF = 'javascript:AddFriend("","phil.marriott",,"A",""); toggleLink("friend","A");';
    
    var removeFavouriteText = "Remove Favorite";
    var addFavouriteText = "Add to Favorites";
    var removeFavouriteHREF = 'javascript:AddToFavourites("","phil.marriott",,"R",""); toggleLink("favourite","R");';
    var addFavouriteHREF = 'javascript:AddToFavourites("","phil.marriott",,"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">phil.marriott</span></div>
                            
                            <br /><div style="clear: left;"></div>
                            
                            <br />
                            39 years old
                            <br />
                            Gaydar Radio
                            </div>

                            </td>
                        <td width="30%" class="w-s-b">Area : England - London - General              
                            <br />
                            City : London, United Kingdom
                            <br />
                            Viewed 19839 Times
                            <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://ecs2.gaydar.net/newphotos/52/97/5232797_968145.jpg' onClick="return false;" target='_blank'><img id='mainThumb' src='http://ecs2.gaydar.net/newphotos/52/97/5232797_968145_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs2.gaydar.net/newphotos/52/97/5232797_968145.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs2.gaydar.net/newphotos/52/97/5232797_968145.jpg','')" title="Main Picture" class='galleryThumbnailPlain' /></a></div>
                        </td>
                        
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs2.gaydar.net/newphotos/52/97/5232797_604745.jpg' onClick="return false;" target='_blank'><img id='secThumb0' src='http://ecs2.gaydar.net/newphotos/52/97/5232797_604745_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs2.gaydar.net/newphotos/52/97/5232797_604745.jpg','');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs2.gaydar.net/newphotos/52/97/5232797_604745.jpg','')" title="Secondary Picture 1" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs4.gaydar.net/newphotos/52/97/5232797_120511.jpg' onClick="return false;" target='_blank'><img id='secThumb1' src='http://ecs4.gaydar.net/newphotos/52/97/5232797_120511_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/52/97/5232797_120511.jpg','DJing on the main stage at Manchester Pride 2008');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs4.gaydar.net/newphotos/52/97/5232797_120511.jpg','DJing on the main stage at Manchester Pride 2008')" title="Secondary Picture 2" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs3.gaydar.net/newphotos/52/97/5232797_675374.jpg' onClick="return false;" target='_blank'><img id='secThumb2' src='http://ecs3.gaydar.net/newphotos/52/97/5232797_675374_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs3.gaydar.net/newphotos/52/97/5232797_675374.jpg','Shocked at the pinkness of George at Pride London - Sat 4th July 09');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs3.gaydar.net/newphotos/52/97/5232797_675374.jpg','Shocked at the pinkness of George at Pride London - Sat 4th July 09')" title="Secondary Picture 3" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs1.gaydar.net/newphotos/52/97/5232797_354916.jpg' onClick="return false;" target='_blank'><img id='secThumb3' src='http://ecs1.gaydar.net/newphotos/52/97/5232797_354916_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs1.gaydar.net/newphotos/52/97/5232797_354916.jpg','DJing at Soho Live 2009');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs1.gaydar.net/newphotos/52/97/5232797_354916.jpg','DJing at Soho Live 2009')" title="Secondary Picture 4" class='galleryThumbnailPlain' /></a></div>
                                </td>
                                
                                <td class="thumbnail">
                                  <div class='profilethumbnail'><a href='http://ecs2.gaydar.net/newphotos/52/97/5232797_915145.jpg' onClick="return false;" target='_blank'><img id='secThumb4' src='http://ecs2.gaydar.net/newphotos/52/97/5232797_915145_t.jpg' width='60' height='60' border='0' alt='' onClick="return clickGalleryThumbnail(this, 'http://ecs2.gaydar.net/newphotos/52/97/5232797_915145.jpg','Meeting Maxi Jazz and Sister Bliss from Faithless / London 11/05/10');" onMouseOver="return mouseoverGalleryThumbnail(this, 'http://ecs2.gaydar.net/newphotos/52/97/5232797_915145.jpg','Meeting Maxi Jazz and Sister Bliss from Faithless / London 11/05/10')" 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://ecs2.gaydar.net/media/Render.ashx/ECC585F1C8A6F0150C759F21864370539EEB5F535C61D9A252DB1C022DDE348E9B825AC9CA2DF9437619C3C340782159A19ACF9D3B70A9BA9F06B517BCF39C5AC040A683995CE87DA927EB55549CE225" 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"> 
                    We are a
                  </td>
                  <td width="75%" class="g-s-b" valign="top"> 
                    Gay Male Couple
                  </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
						  </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
						  </td>
						</tr>
						<tr> 
						  <td width="25%" class="profileHighlightsBold" valign="top"> 
							Between
						  </td>
						  <td width="75%" class="g-s-b" valign="top"> 
							18
							&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' 2" (188 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">None/Little</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">Radio Presenter                                   </td>
          </tr>
          
          <tr height="15"> 
            <td width="25%" class="profileHighlightsBold">Scene</td>
            <td width="75%" class="g-s-b">Trendy</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">Occasionally</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/virgo.gif" alt="" title="Virgo" /><br />
                Virgo
                </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 currently present the Evening Show every weekday from 6pm and Club Nation show every Friday from 6pm on GaydarRadio. Club Nation is a 4-hour mix show.</span>
    </td></tr>
<tr>
<td class='wbl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='wbr'>&nbsp;</td>
</tr>
</table>

    </td>
    
    <td bgcolor="#e1e1e1"  valign="Top">
    <table summary='' class='tbl-3' width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>
<tr class='tbl-1'>
<td class='wtl' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
<td height='25' class='w-s-b'>Looking For<br /></td>
<td class='wtr' width='20'><img src='/images/spacer.gif' width='20' alt=''/></td>
</tr>
<tr>
<td class='intl'>&nbsp;</td>
<td>&nbsp;</td>
<td class='intr'>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td align='left' valign='top' class='g-s-n'>

    <span class="g-s-b">I host The Gaydar Radio Evening Show every weekday
evening Sunday to Thursday from 18.00GMT (6pm) and the Club Nation show every Friday from 18.00GMT (6pm) Sky 0158 DAB Digital Radio in
London the South East and the Sussex Coast and at www.gaydarradio.com</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'>

    &nbsp; 
    </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">Clubbing / Cinema / Travel / Gigs / Reading / Having fun!</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">Vegetarian - I don't eat anything with a face!</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Music</td>
            <td width="75%" class="g-s-b">House/Electro/80's/Indie/Alternative</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Author</td>
            <td width="75%" class="g-s-b">Autobiographies</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Film</td>
            <td width="75%" class="g-s-b">Dancer In The Dark/Halloween/Girls Night/Baby Jane</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Actor</td>
            <td width="75%" class="g-s-b">Christian Slater/Bruce Willis/Ryan Gosling (Grr!)</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Actress</td>
            <td width="75%" class="g-s-b">Julie Walters/Brenda Blethyn/Bjork/Bette Davis</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">TV Show</td>
            <td width="75%" class="g-s-b">Catherine Tate/Six Feet Under/French & Saunders</td>
          </tr>
          <tr>
            <td width="25%" class="profileHighlightsBold">Vacation Spot</td>
            <td width="75%" class="g-s-b">LA/Las Vegas/Sitges</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">City</td>
            <td width="75%" class="g-s-b">Barcelona/London/New York</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Country</td>
            <td width="75%" class="g-s-b">UK</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Club</td>
            <td width="75%" class="g-s-b">XXL/Megawoof/Horsemeat Disco/The Fridge</td>
          </tr>
          <tr> 
            <td width="25%" class="profileHighlightsBold">Bar/Pub</td>
            <td width="75%" class="g-s-b">Profile/Kings Arms/Retro Bar/Barcode</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='bannerFrame382271708' name='bannerFrame382271708' src='/scripts/bannerIFrame.asp?zoneid=38&amp;target=_blank&amp;n=382271708&amp;loc=profilesbottom&amp;source=C100,A1500,Len-us&amp;qsc=100&amp;qsa=1500&amp;qsl=en-us&amp;qsr=A&amp;cb=0.7607999' framespacing='0' frameborder='no' scrolling='no' width='100%' height='90' allowtransparency='true'><a href='http://ads2.qsoft.co.uk/delivery/ck.php?n=382271708&amp;cb=0.7607999' target='_blank'><img src='http://ads2.qsoft.co.uk/delivery/avw.php?zoneid=38&amp;n=382271708&amp;loc=profilesbottom&amp;source=C100,A1500,Len-us&amp;qsc=100&amp;qsa=1500&amp;qsl=en-us&amp;qsr=A&amp;cb=0.7607999' 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='bannerFrame381557512' name='bannerFrame381557512' src='/scripts/bannerIFrame.asp?zoneid=38&amp;target=_blank&amp;n=381557512&amp;loc=profiles&amp;source=C100,A1500,Len-us&amp;qsc=100&amp;qsa=1500&amp;qsl=en-us&amp;qsr=A&amp;cb=0.3272943' framespacing='0' frameborder='no' scrolling='no' width='100%' height='90' allowtransparency='true'><a href='http://ads2.qsoft.co.uk/delivery/ck.php?n=381557512&amp;cb=0.3272943' target='_blank'><img src='http://ads2.qsoft.co.uk/delivery/avw.php?zoneid=38&amp;n=381557512&amp;loc=profiles&amp;source=C100,A1500,Len-us&amp;qsc=100&amp;qsa=1500&amp;qsl=en-us&amp;qsr=A&amp;cb=0.3272943' 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/52/97/5232797_604745.jpg";
        
    var preload1 = new Image();
    preload1.src="http://ecs4.gaydar.net/newphotos/52/97/5232797_120511.jpg";
        
    var preload2 = new Image();
    preload2.src="http://ecs3.gaydar.net/newphotos/52/97/5232797_675374.jpg";
        
    var preload3 = new Image();
    preload3.src="http://ecs1.gaydar.net/newphotos/52/97/5232797_354916.jpg";
        
    var preload4 = new Image();
    preload4.src="http://ecs2.gaydar.net/newphotos/52/97/5232797_915145.jpg";
        
</script>

</body>
</html>


<!-- 38.107.191.106 -->
<!--  -->
