source code

Permalink
I have been having trouble registering my website with Bing and I received the following e-mail:
Investigation shows that you have two opening and closing head tags. I recommend that you remove the second opening and closing head tags which can be found on line 226 to 228 on your HTML source code.

Can anyone instruct me on where to find the above mentioned source code?

 
DigitalCrate replied on at Permalink Best Answer Reply
DigitalCrate
Hey

Easiest way is to use Google Chrome, navigate to your page, right click on some White space and select "View Page Source". You will see that on the left hand side are line numbers, navigate to line 226 etc and you should find the issue. You'll need an editor to make the necessary changes obviously.

If you post the page in question, we can help pin point the issue for you.

Hope that helps :)
onelife replied on at Permalink Reply
Hi,

Here is my page info, which line should I remove:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<!-- add your meta tags here -->

<!-- Site Header Content //-->

<style type="text/css">@import "/index.php/tools/css/themes/column_cruiser/main.css";</style>
<style type="text/css">@import "/index.php/tools/css/themes/column_cruiser/typography.css";</style>

<!--[if lte IE 7]>
<link href="/packages/theme_column_cruiser/themes/column_cruiser/css/patch_tcc.css" rel="stylesheet" type="text/css" />
<![endif]-->


<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Here's 2 good friends Let us learn from one another</title>
<meta name="description" content="<p>Here's 2 good friends let's chat, live call-in talk show with comedy skits, featured products and services, book publisher, Jordan Jean-Jacques, Let's learn from others, I can help,</p>" />
<meta name="keywords" content="<p>Jordan Jean-Jacques, live call-in web show, get free dating,marriage advice, financial advice, share your experiences, publish your book, web show, how to treat your women, romance your woman, instructions on how to be successful, book publisher, comedy skits, ask questions, get answers,</p>" />
<meta name="generator" content="concrete5 - 5.4.2.2" />

<script type="text/javascript">
var CCM_DISPATCHER_FILENAME = '/index.php';
var CCM_CID = 1;
var CCM_EDIT_MODE = false;
var CCM_ARRANGE_MODE = false;
var CCM_IMAGE_PATH = "/concrete/images";
var CCM_TOOLS_PATH = "/index.php/tools/required";
var CCM_REL = "";

</script>


<link rel="stylesheet" type="text/css" href="/concrete/css/ccm.base.css?v=b32f24807e5e55d715567fa475d567aa" />
<script type="text/javascript" src="/concrete/js/jquery.js?v=b32f24807e5e55d715567fa475d567aa"></script>
<script type="text/javascript" src="/concrete/js/ccm.base.js?v=b32f24807e5e55d715567fa475d567aa"></script>
<style type="text/css">

#areaStyleFooter5 {background-repeat:no-repeat; }

</style>
<link rel="stylesheet" type="text/css" href="/packages/asmiller_gallery/blocks/asmiller_gallery/view.css?v=b32f24807e5e55d715567fa475d567aa" />
<script type="text/javascript" src="/packages/asmiller_gallery/blocks/asmiller_gallery/galleria.js"></script>
<script type="text/javascript" src="http://www.heres2goodfriends.com/packages/videojs_player/blocks/videojs_player/video-js/video.js"></script>
<link rel="stylesheet" href="http://www.heres2goodfriends.com/packages/videojs_player/blocks/videojs_player/video-js/video-js.css" />
<link rel="stylesheet" type="text/css" href="/packages/blogga/blocks/blog_posts/view.css?v=b32f24807e5e55d715567fa475d567aa" />
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">{lang: 'en-US'}</script>
<link rel="stylesheet" type="text/css" href="/concrete/blocks/slideshow/view.css?v=b32f24807e5e55d715567fa475d567aa" />
<meta name="msvalidate.01" content="580F68540AF14308C9E7F7662A641946" />
</head>
<body>
<div class="page_margins">
<div id="topnav">
<!-- start: skip link navigation -->
<a class="skip" title="skip link" href="#navigation">Skip to the navigation</a><span class="hideme">.</span>
<a class="skip" title="skip link" href="#content">Skip to the content</a><span class="hideme">.</span>
<!-- end: skip link navigation -->

</div>
<div id="border-top">
<div id="edge-tl"></div>
<div id="edge-tr"></div>
</div>
<div class="page">
<div id="header">
<div id="ccm-layout-wrapper-907" class="ccm-layout-wrapper"><div id="ccm-layout-header-16-1" class="ccm-layout ccm-layout-table ccm-layout-name-Header-Layout-1 "><div class="ccm-layout-row ccm-layout-row-1"><div class="ccm-layout-16-col-1 ccm-layout-cell ccm-layout-col ccm-layout-col-1 first" style="width:100%"><h1><span style="color: #ffffff;">Heres2GoodFriends.com</span></h1>
<script type="text/javascript">
//<![CDATA[
var ccmSlideShowHelper328 = {

bID:328,
imgNum:0,

init:function(){
this.displayWrap=$('#ccm-SlideshowBlock-display'+this.bID);
if(this.imgInfos.length==0){
//alert('There are no images in this slideshow');
return false;
}
var maxHeight=0;
for(var i=0;i<this.imgInfos.length;i++){
this.addImg(i);
if(maxHeight==0 || this.imgInfos[i].imgHeight > maxHeight)
maxHeight=this.imgInfos[i].imgHeight;
}
this.displayWrap.css('height',maxHeight);


//center images
for(var i=0;i<this.imgInfos.length;i++){
if( this.imgInfos[i].imgHeight < maxHeight){
var t=((maxHeight - this.imgInfos[i].imgHeight)/2);
this.imgEls[i].css('top',t);
}
}
this.nextImg();
},
nextImg:function(){
if(this.imgNum>=this.imgInfos.length) this.imgNum=0;
this.imgEls[this.imgNum].css('opacity',0);
this.imgEls[this.imgNum].css('display','block');
this.imgEls[this.imgNum].animate({opacity:1},
this.imgInfos[this.imgNum].fadeDuration*1000,'',function(){ccmSlideShowHelper328.preparefadeOut()});
var prevNum=this.imgNum-1;
if(prevNum<0) prevNum=this.imgInfos.length-1;
if(this.imgInfos.length==1) return;
this.imgEls[prevNum].animate({opacity:0},this.imgInfos[this.imgNum].fadeDuration*800,function(){this.style.zIndex=1;});
},
preparefadeOut:function(){
if(this.imgInfos.length==1) return;
var milisecDuration=parseInt(this.imgInfos[this.imgNum].duration)*1000;
this.imgEls[this.imgNum].css('z-index',2);
setTimeout('ccmSlideShowHelper'+328+'.nextImg();',milisecDuration);
this.imgNum++;
},
maxHeight:0,
imgEls:[],
addImg:function(num){
var el=document.createElement('div');
el.id="slideImgWrap"+num;
el.className="slideImgWrap";
if(this.imgInfos[num].fullFilePath.length>0)
imgURL=this.imgInfos[num].fullFilePath;
else imgURL='/files/'+this.imgInfos[num].fileName;
//el.innerHTML='<img src="'+imgURL+'" >';
el.innerHTML='<div style="height:'+this.imgInfos[num].imgHeight+'px; background:url(\''+escape(imgURL)+'\') center no-repeat"> </div>';
//alert(imgURL);
if(this.imgInfos[num].url.length>0) {
//el.linkURL=this.imgInfos[num].url;
var clickEvent='onclick="return ccmSlideShowHelper328.imgClick( this.href );"';
el.innerHTML='<a href="'+this.imgInfos[num].url+'" '+clickEvent+' >'+el.innerHTML+'</a>';
}
el.style.display='none';
this.displayWrap.append(el);
var jqEl=$(el);
this.imgEls.push(jqEl);
},
imgClick:function(linkURL){
//override for custom behavior
},
imgInfos:[
{
fileName:"17297573847_DFTR3.jpg",
fullFilePath:"/files/3613/2115/6111/17297573847_DFTR3.jpg",
duration:10,
fadeDuration:2,
url:"",
groupSet:0,
imgHeight:198 }
, {
fileName:"brooklyn2.jpg",
fullFilePath:"/files/2813/1950/8642/brooklyn2.jpg",
duration:5,
fadeDuration:2,
url:"",
groupSet:0,
imgHeight:192 }
, {
fileName:"DSC00369.JPG.jpg",
fullFilePath:"/files/4513/1747/8218/DSC00369.JPG.jpg",
duration:5,
fadeDuration:2,
url:"http://www.heres2goodfriends.com/index.php?cID=87",
groupSet:0,
imgHeight:192 }
, {
fileName:"DSC00346.JPG.jpg",
fullFilePath:"/files/2713/1747/8478/DSC00346.JPG.jpg",
duration:5,
fadeDuration:2,
url:"",
groupSet:0,
imgHeight:147 }
, {
fileName:"DSC00353.JPG.jpg",
fullFilePath:"/files/1013/1748/0679/DSC00353.JPG.jpg",
duration:5,
fadeDuration:2,
url:"",
groupSet:0,
imgHeight:192 }
, {
fileName:"DSC00367.JPG.jpg",
fullFilePath:"/files/2113/1748/0983/DSC00367.JPG.jpg",
duration:5,
fadeDuration:2,
url:"",
groupSet:0,
imgHeight:193 }
, {
fileName:"manhattan.jpg",
fullFilePath:"/files/7013/1748/1842/manhattan.jpg",
duration:5,
fadeDuration:2,
url:"",
groupSet:0,
imgHeight:192 }
, {
fileName:"17297515914_WvjRG.jpg",
fullFilePath:"/files/1813/2115/5864/17297515914_WvjRG.jpg",
duration:10,
fadeDuration:2,
url:"",
groupSet:0,
imgHeight:192 }
, {
fileName:"17297654837_fcMkd.jpg",
fullFilePath:"/files/4313/2115/6459/17297654837_fcMkd.jpg",
duration:5,
fadeDuration:2,
url:"",
groupSet:0,
imgHeight:192 }
]
}
$(function(){ccmSlideShowHelper328.init();});
//]]>
</script>

<div id="ccm-SlideshowBlock-display328" class="ccm-SlideshowBlock-display">
<div id="ccm-SlideshowBlock-heightSetter328" class="ccm-SlideshowBlock-heightSetter"></div>
<div class="ccm-SlideshowBlock-clear" ></div>
</div>
</div><div class="ccm-spacer"></div></div></div></div><div id="ccm-layout-wrapper-908" class="ccm-layout-wrapper"><div id="ccm-layout-header-18-2" class="ccm-layout ccm-layout-table ccm-layout-name-Header-Layout-2 "><div class="ccm-layout-row ccm-layout-row-1"><div class="ccm-layout-18-col-1 ccm-layout-cell ccm-layout-col ccm-layout-col-1 first" style="width:25%">
<div id="HTMLBlock398" class="HTMLBlock">
<html>

<head>

<title>My Great Web page</title>

</head>

<body>

<div id="fb-root"></div>

<script>

(function(d, s, id) {

var js, fjs = d.getElementsByTagName(s)[0];

if (d.getElementById(id)) {return;}

js = d.createElement(s); js.id = id;

js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";

fjs.parentNode.insertBefore(js, fjs);

}(document, 'script', 'facebook-jssdk'));

</script>

<div class="fb-like"></div>

</body>

</html></div></div><div class="ccm-layout-18-col-2 ccm-layout-cell ccm-layout-col ccm-layout-col-2 " style="width:25%"> </div><div class="ccm-layout-18-col-3 ccm-layout-cell ccm-layout-col ccm-layout-col-3 " style="width:25%"> </div><div class="ccm-layout-18-col-4 ccm-layout-cell ccm-layout-col ccm-layout-col-4 last" style="width:24.99%"><script type="text/javascript">var addthis_pub = "";</script>

<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" border="0" alt="" /></a>
<script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script></div><div class="ccm-spacer"></div></div></div></div> </div>
<div id="nav">
<!-- skiplink anchor: navigation -->
<a id="navigation" name="navigation"></a>
<div class="hlist">
<!-- main navigation: horizontal list -->
<div id="ccm-layout-wrapper-909" class="ccm-layout-wrapper"><div id="ccm-layout-headernav-14-2" class="ccm-layout ccm-layout-table ccm-layout-name-HeaderNav-Layout-2 "><div class="ccm-layout-row ccm-layout-row-1"><div class="ccm-layout-14-col-1 ccm-layout-cell ccm-layout-col ccm-layout-col-1 first" style="width:8%"><p><a title="Home" href="/index.php?cID=1">Home</a></p></div><div class="ccm-layout-14-col-2 ccm-layout-cell ccm-layout-col ccm-layout-col-2 " style="width:8%"><p><a title="Bio" href="/index.php/bio/">Bio</a></p></div><div class="ccm-layout-14-col-3 ccm-layout-cell ccm-layout-col ccm-layout-col-3 " style="width:10%"><p><a title="Mission" href="/index.php/mission/">Mission</a></p></div><div class="ccm-layout-14-col-4 ccm-layout-cell ccm-layout-col ccm-layout-col-4 " style="width:8%"><p><a title="Blog" href="/index.php/blog1/">Blog</a></p></div><div class="ccm-layout-14-col-5 ccm-layout-cell ccm-layout-col ccm-layout-col-5 " style="width:29%"><p><a title="Featured Services and Products" href="/index.php/featured-services-and-products/"><span style="color: #000000;">Featured Services and Products</span></a></p></div><div class="ccm-layout-14-col-6 ccm-layout-cell ccm-layout-col ccm-layout-col-6 " style="width:12%"><p><a title="Guessbook" href="/index.php/gu/">Guestbook</a></p></div><div class="ccm-layout-14-col-7 ccm-layout-cell ccm-layout-col ccm-layout-col-7 " style="width:13%"><p><a title="Contact Us" href="/index.php/contact-us/">Contact Us</a></p></div><div class="ccm-layout-14-col-8 ccm-layout-cell ccm-layout-col ccm-layout-col-8 last" style="width:11.99%"><p><a title="Search" href="/index.php/search/">Search</a></p></div><div class="ccm-spacer"></div></div></div></div> </div>
</div>

<div id="teaser">

<div class="ccm-spacer" style="padding-top: 5px;"> </div>
<g:plusone size="medium" count="true"></g:plusone> <div class="divider"></div>

</div>

<div id="main">

<div id="col1">

<div id="col1_content" class="clearfix">

<!-- add your content here -->

<div id="ccm-layout-wrapper-910" class="ccm-layout-wrapper"><div id="ccm-layout-sidebar-9-1" class="ccm-layout ccm-layout-table ccm-layout-name-Sidebar-Layout-1 "><div class="ccm-layout-row ccm-layout-row-1"><div class="ccm-layout-9-col-1 ccm-layout-cell ccm-layout-col ccm-layout-col-1 first" style="width:3%"> </div><div class="ccm-layout-9-col-2 ccm-layout-cell ccm-layout-col ccm-layout-col-2 last" style="width:96.99%"> </div><div class="ccm-spacer"></div></div></div></div><div id="ccm-layout-wrapper-911" class="ccm-layout-wrapper"><div id="ccm-layout-sidebar-1-2" class="ccm-layout ccm-layout-table ccm-layout-name-Sidebar-Layout-2 "><div class="ccm-layout-row ccm-layout-row-1"><div class="ccm-layout-1-col-1 ccm-layout-cell ccm-layout-col ccm-layout-col-1 first" style="width:34%"> </div><div class="ccm-layout-1-col-2 ccm-layout-cell ccm-layout-col ccm-layout-col-2 " style="width:33%"> </div><div class="ccm-layout-1-col-3 ccm-layout-cell ccm-layout-col ccm-layout-col-3 last" style="width:32.99%"> </div><div class="ccm-spacer"></div></div><div class="ccm-layout-row ccm-layout-row-2"><div class="ccm-layout-1-col-1 ccm-layout-cell ccm-layout-col ccm-layout-col-1 first" style="width:34%"> </div><div class="ccm-layout-1-col-2 ccm-layout-cell ccm-layout-col ccm-layout-col-2 " style="width:33%"> </div><div class="ccm-layout-1-col-3 ccm-layout-cell ccm-layout-col ccm-layout-col-3 last" style="width:32.99%"> </div><div class="ccm-spacer"></div></div></div></div> <div class="skybluesofa_block_quoter">
<blockquote cite="http://www.quotes-clothing.com/measure-man%E2%80%99s-character-what-do-knew-never-found-thomas-macaulay/">
<div class="skybluesofa_block_quoter-inner">
<q>"The measure of a man’s real character is what he would do if he knew he would never be found out."</q>
<span class="skybluesofa_block_quoter-outer_cite">
<cite><span class="skybluesofa_block_quoter-cite_name">Thomas Babington Macaulay</span></cite>
</span>
</div>
</blockquote>
</div>
<p><span style="text-decoration: underline;"><span style="color: #333333;"><strong><span style="font-size: large;">Credits</span></strong></span></span></p>

<p>Producer - Jordan Jean-Jacques</p>

<p>Maria Fererras - Director</p>

<p>Richard Miller- Music Editor</p><p><span style="font-size: medium;"><strong>Have you ever wanted to publish your book?</strong></span></p>

<p><span style="font-size: medium;"><strong>Do you have an idea for a book or need help completing your manuscript for publication?</strong></span><strong>  </strong><strong><span style="font-size: medium;">We can help, simply click on the red book below</span></strong></p>

<p><a href="http://www.heres2goodfriends.com/index.php/featured-services-and-products/writers/"><img src="/files/1313/2104/2084/17273580036_mVJdP.jpg" alt="picture_of_book3.jpg" width="150" height="150" /></a></p> <div class="divider"></div>

</div>

</div>

<div id="col2">

<div id="col2_content" class="clearfix">

<!-- add your content here -->

<p><strong><span style="font-size: medium;">This is a live call-in web show where everyone learns from one another's experiences.  </span></strong></p>

<p><strong><span style="font-size: medium;">New episodes air on Mondays at 7:00 PM, EST.<br /></span></strong></p>

<p>Phone lines are open every Friday and Saturday, from 6 PM to 11 PM, EST.</p>

<p>See <a href="http://www.heres2goodfriends.com/index.php/contact-us/">Contact Us </a>page for more information.</p>

<p><span style="color: #888888;"><br /></span></p><p><span style="text-decoration: underline;"><strong><span style="font-size: medium;"><a title="Featured Services and Products" href="/index.php/featured-services-and-products/">Featured Services and Producs</a> <a title="Featured Services and Products" href="/index.php/featured-services-and-products/"></a></span></strong></span></p>

<p><a title="Writers" href="/index.php/featured-services-and-products/writers/">() H2GF Publishing</a></p>

<p><a title="Featured Services and Products" href="index.php?cID=87">() Painings by Ron Nesbitt as seen below<br /></a></p>

<ul>

</ul>



<div id="asmillerGalleryBlock" class="asmillerGalleryBlock">

<div id="asmillerGallery_main" class="asmillerMainImage"><!--Image goes in here-->

<div id="asmillerGallery_spacer"></div> <!--Spacer is used to make images stay vertically at the bottom-->



</div>

<div style="display: table; margin: 0 auto;">

<ul id="asmillerGallery" class="asmillerGallery" style="margin:0 auto;">





<li><img src="/files/7613/1742/5455/DSC00340.JPG" title="Play Ball"/></li><li><img src="/files/7713/1959/4090/17002695640_3hqBH.jpg" title="3D Fighter planes"/></li><li><img src="/files/1513/1742/5513/DSC00349.JPG" title="Let's play ball"/></li> </ul>

</div>

<script type="text/javascript">



$(document).ready(function(){



var maxHeight = 250;

var maxWidth = 250;



$('.asmillerGalleryBlock li').width(40).height(40);



$('ul.asmillerGallery li:first-child').addClass('asmillerGalleria_active');



$("#asmillerGallery_main").height(250+50);



$('#asmillerGallery').asmillerGalleria({

history : false, // activates the history object for bookmarking, back-button etc.

clickNext : true, // helper for making the image clickable

insert : '#asmillerGallery_main', // the containing selector for our main image

onImage : function(image,asmillerGalleria_caption,asmillerGalleria_thumb) { // let's add some image effects



// fade in the image & caption

image.css('display','none').fadeIn(750);

asmillerGalleria_caption.css('display','none').fadeIn(2000);



// fetch the thumbnail container

var _li = asmillerGalleria_thumb.parents('li');



// fade out inactive thumbnail

_li.siblings().children('img.asmillerGalleria_active').fadeTo(500,0.3);



$(".asmillerGalleria_wrapper").width(image.width());



// fade in active thumbnail

asmillerGalleria_thumb.fadeTo('fast',1).addClass('asmillerGalleria_active');



// add a title for the clickable image

image.attr('title','Next image >>');



var height = image.height();

var width = image.width();



if(width > maxWidth) {

height = height * maxWidth / width;

width = maxWidth;

}

if(height > maxHeight){

width = maxHeight * width / height;

height = maxHeight;

}



image.width(width).height(height);



$(".asmillerGalleria_wrapper").width(image.width());

$("#asmillerGallery_spacer").height(250-image.height());

},

onasmillerGalleria_thumb : function(asmillerGalleria_thumb) { // thumbnail effects goes here



// fetch the thumbnail container

var _li = asmillerGalleria_thumb.parents('li');



// if thumbnail is active, fade all the way.

var _fadeTo = _li.is('.asmillerGalleria_active') ? '1' : '0.3';



// fade in the thumbnail when finnished loading

asmillerGalleria_thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);



// hover effects

asmillerGalleria_thumb.hover(

function() { asmillerGalleria_thumb.fadeTo('fast',1); },

function() { _li.not('.asmillerGalleria_active').children('img').fadeTo('fast',0.3); } // don't fade out if the parent is active

)

}

});

});

</script>

<div style="width:100%; clear:both;"></div>

</div> <div class="divider"></div>

</div>

</div>

<div id="col3">

<div id="col3_content" class="clearfix">

<!-- add your content here -->

<div class="pageSection">

<div class="pageSection">
<script type="text/javascript" charset="utf-8">
// Must come after the video.js library, loaded by controller in head
// Add VideoJS to all video tags on the page when the DOM is ready
VideoJS.setupAllWhenReady();
</script>
<div class="video-js-box">
<video id="video_353" class="video-js" width="344" height="300" controls="controls" preload="auto" poster="/files/3913/2513/0927/still_picture_for_first_episode.jpg">
<source src="/files/2613/2512/9618/episode_1.1.mp4video.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
<source src="/files/4913/2513/0592/episode_1.1.theora.ogv" type='video/ogg; codecs="theora, vorbis"'>
<source src="/files/9213/2513/0909/episode_1.1.webmvp8.webm" type='video/webm; codecs="vp8, vorbis"' />
<object id="flash_fallback_353" class="vjs-flash-fallback" width="344" height="300" type="application/x-shockwave-flash"
data="http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf">
<param name="movie" value="/packages/videojs_player/blocks/videojs_player/flowplayer/flowplayer-3.2.7.swf" />
<param name="allowfullscreen" value="true" />
<param name="flashvars" value='config={"playlist":["/files/3913/2513/0927/still_picture_for_first_episode.jpg", {"url": "/files/2613/2512/9618/episode_1.1.mp4video.mp4","autoPlay":false,"autoBuffering":true}]}' />
<img src="/files/3913/2513/0927/still_picture_for_first_episode.jpg" width="344" height="300" alt="Poster Image" title="No video playback capabilities." />
<p class="vjs-no-video"><strong>Download Video:</strong>
<a href="/files/2613/2512/9618/episode_1.1.mp4video.mp4">MP4</a>,
<a href="/files/4913/2513/0592/episode_1.1.theora.ogv">WebM</a>,
<a href="/files/9213/2513/0909/episode_1.1.webmvp8.webm">Ogg</a><br />
</p>
</object>
</video>
</div><!--/.video-js-box -->
<p>Episode 1</p>

<p>In this episode, we discuss the following questions:</p>

<p>How can you tell if your women is REALLY have an orgasim or is she faking it?</p>

<p>How to talk to your 4 year old son about his body?</p>

<p>Why do guys take girls phone numbers and don't call?</p>

<p>How to deal with anger issues in your relationship?</p></div>
<div class="pageSection">
</div>
<div class="pageSection">
<p style="text-align: center;"><span style="font-size: large;">Blogs..Blogs..Blogs...</span></p> <div class="blogga-rss">
<a href="/index.php/tools/blocks/blog_posts/rss?bID=387&cID=1&arHandle=Blog Post Footer" target="_blank"><img src="http://www.heres2goodfriends.com/packages/blogga/blocks/blog_posts/gfx/rss.png" width="14" height="14" /> <span class="subscribe-text">Subscribe</span></a>
<link href="/index.php/tools/blocks/blog_posts/rss?bID=387&cID=1&arHandle=Blog Post Footer" rel="alternate" type="application/rss+xml" title="" />
</div>

<div class="entry">
<h2><a href="/index.php/blog1/why-do-guys-take-phone-numbers-and-dont-call..../">Why do guys take phone numbers and don't call....</a></h2><p>No description provided yet</p><div style="clear:both;"></div><p class="small-text">Categories: <a href="http://www.heres2goodfriends.com/blog1/?category=category-name" title="See other posts in this category">Category Name</a> | Tags: None</p>
<div class="entry-details">
<p>
December 29, 2011  |  
<strong>Share:</strong>
<span class="share-links">
<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http://www.heres2goodfriends.com/index.php/blog1/why-do-guys-take-phone-numbers-and-dont-call..../&t=Why do guys take phone numbers and don't call...." title="Facebook"><img src="/packages/blogga/blocks/blog_posts/gfx/facebook.png" title="Facebook" alt="Facebook" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=Why do guys take phone numbers and don't call....%20-%20http://www.heres2goodfriends.com/index.php/blog1/why-do-guys-take-phone-numbers-and-dont-call..../" title="Twitter"><img src="/packages/blogga/blocks/blog_posts/gfx/twitter.png" title="Twitter" alt="Twitter" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http://www.heres2goodfriends.com/index.php/blog1/why-do-guys-take-phone-numbers-and-dont-call..../&title=Why do guys take phone numbers and don't call....&annotation=EXCERPT" title="Google Bookmarks"><img src="/packages/blogga/blocks/blog_posts/gfx/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.heres2goodfriends.com/index.php/blog1/why-do-guys-take-phone-numbers-and-dont-call..../&title=Why do guys take phone numbers and don't call....&source=Henryhagan.com&summary=EXCERPT" title="LinkedIn"><img src="/packages/blogga/blocks/blog_posts/gfx/linkedin.png" title="LinkedIn" alt="LinkedIn" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://www.printfriendly.com/print?url=http://www.heres2goodfriends.com/index.php/blog1/why-do-guys-take-phone-numbers-and-dont-call..../&partner=henryhagan" title="Print"><img src="/packages/blogga/blocks/blog_posts/gfx/printfriendly.png" title="Print" alt="Print" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="mailto:?subject=Why do guys take phone numbers and don't call....&body=http://www.heres2goodfriends.com/index.php/blog1/why-do-guys-take-phone-numbers-and-dont-call..../" title="email"><img src="/packages/blogga/blocks/blog_posts/gfx/email_link.png" title="email" alt="email" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
</span>
</p>
</div>
</div>


<div class="entry">
<h2><a href="/index.php/blog1/how-do-i-forgive-my-spouse..../">How do I forgive my spouse....</a></h2><p>No description provided yet</p><div style="clear:both;"></div><p class="small-text">Categories: <a href="http://www.heres2goodfriends.com/blog1/?category=category-name" title="See other posts in this category">Category Name</a> | Tags: None</p>
<div class="entry-details">
<p>
December 29, 2011  |  
<strong>Share:</strong>
<span class="share-links">
<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http://www.heres2goodfriends.com/index.php/blog1/how-do-i-forgive-my-spouse..../&t=How do I forgive my spouse...." title="Facebook"><img src="/packages/blogga/blocks/blog_posts/gfx/facebook.png" title="Facebook" alt="Facebook" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=How do I forgive my spouse....%20-%20http://www.heres2goodfriends.com/index.php/blog1/how-do-i-forgive-my-spouse..../" title="Twitter"><img src="/packages/blogga/blocks/blog_posts/gfx/twitter.png" title="Twitter" alt="Twitter" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http://www.heres2goodfriends.com/index.php/blog1/how-do-i-forgive-my-spouse..../&title=How do I forgive my spouse....&annotation=EXCERPT" title="Google Bookmarks"><img src="/packages/blogga/blocks/blog_posts/gfx/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.heres2goodfriends.com/index.php/blog1/how-do-i-forgive-my-spouse..../&title=How do I forgive my spouse....&source=Henryhagan.com&summary=EXCERPT" title="LinkedIn"><img src="/packages/blogga/blocks/blog_posts/gfx/linkedin.png" title="LinkedIn" alt="LinkedIn" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://www.printfriendly.com/print?url=http://www.heres2goodfriends.com/index.php/blog1/how-do-i-forgive-my-spouse..../&partner=henryhagan" title="Print"><img src="/packages/blogga/blocks/blog_posts/gfx/printfriendly.png" title="Print" alt="Print" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="mailto:?subject=How do I forgive my spouse....&body=http://www.heres2goodfriends.com/index.php/blog1/how-do-i-forgive-my-spouse..../" title="email"><img src="/packages/blogga/blocks/blog_posts/gfx/email_link.png" title="email" alt="email" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
</span>
</p>
</div>
</div>


<div class="entry">
<h2><a href="/index.php/blog1/i-need-a-good-woman-where-are-you.../">I need a good woman, where are you...</a></h2><p>No description provided yet</p><div style="clear:both;"></div><p class="small-text">Categories: <a href="http://www.heres2goodfriends.com/blog1/?category=category-name" title="See other posts in this category">Category Name</a> | Tags: None</p>
<div class="entry-details">
<p>
December 29, 2011  |  
<strong>Share:</strong>
<span class="share-links">
<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http://www.heres2goodfriends.com/index.php/blog1/i-need-a-good-woman-where-are-you.../&t=I need a good woman, where are you..." title="Facebook"><img src="/packages/blogga/blocks/blog_posts/gfx/facebook.png" title="Facebook" alt="Facebook" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=I need a good woman, where are you...%20-%20http://www.heres2goodfriends.com/index.php/blog1/i-need-a-good-woman-where-are-you.../" title="Twitter"><img src="/packages/blogga/blocks/blog_posts/gfx/twitter.png" title="Twitter" alt="Twitter" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http://www.heres2goodfriends.com/index.php/blog1/i-need-a-good-woman-where-are-you.../&title=I need a good woman, where are you...&annotation=EXCERPT" title="Google Bookmarks"><img src="/packages/blogga/blocks/blog_posts/gfx/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.heres2goodfriends.com/index.php/blog1/i-need-a-good-woman-where-are-you.../&title=I need a good woman, where are you...&source=Henryhagan.com&summary=EXCERPT" title="LinkedIn"><img src="/packages/blogga/blocks/blog_posts/gfx/linkedin.png" title="LinkedIn" alt="LinkedIn" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://www.printfriendly.com/print?url=http://www.heres2goodfriends.com/index.php/blog1/i-need-a-good-woman-where-are-you.../&partner=henryhagan" title="Print"><img src="/packages/blogga/blocks/blog_posts/gfx/printfriendly.png" title="Print" alt="Print" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="mailto:?subject=I need a good woman, where are you...&body=http://www.heres2goodfriends.com/index.php/blog1/i-need-a-good-woman-where-are-you.../" title="email"><img src="/packages/blogga/blocks/blog_posts/gfx/email_link.png" title="email" alt="email" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
</span>
</p>
</div>
</div>


<div class="entry">
<h2><a href="/index.php/blog1/how-can-i-know-if-she-is-faking-it.../">How can I know if she is faking it...</a></h2><p>No description provided yet</p><div style="clear:both;"></div><p class="small-text">Categories: <a href="http://www.heres2goodfriends.com/blog1/?category=category-name" title="See other posts in this category">Category Name</a> | Tags: None</p>
<div class="entry-details">
<p>
December 29, 2011  |  
<strong>Share:</strong>
<span class="share-links">
<a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http://www.heres2goodfriends.com/index.php/blog1/how-can-i-know-if-she-is-faking-it.../&t=How can I know if she is faking it..." title="Facebook"><img src="/packages/blogga/blocks/blog_posts/gfx/facebook.png" title="Facebook" alt="Facebook" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://twitter.com/home?status=How can I know if she is faking it...%20-%20http://www.heres2goodfriends.com/index.php/blog1/how-can-i-know-if-she-is-faking-it.../" title="Twitter"><img src="/packages/blogga/blocks/blog_posts/gfx/twitter.png" title="Twitter" alt="Twitter" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http://www.heres2goodfriends.com/index.php/blog1/how-can-i-know-if-she-is-faking-it.../&title=How can I know if she is faking it...&annotation=EXCERPT" title="Google Bookmarks"><img src="/packages/blogga/blocks/blog_posts/gfx/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.heres2goodfriends.com/index.php/blog1/how-can-i-know-if-she-is-faking-it.../&title=How can I know if she is faking it...&source=Henryhagan.com&summary=EXCERPT" title="LinkedIn"><img src="/packages/blogga/blocks/blog_posts/gfx/linkedin.png" title="LinkedIn" alt="LinkedIn" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="http://www.printfriendly.com/print?url=http://www.heres2goodfriends.com/index.php/blog1/how-can-i-know-if-she-is-faking-it.../&partner=henryhagan" title="Print"><img src="/packages/blogga/blocks/blog_posts/gfx/printfriendly.png" title="Print" alt="Print" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
<a rel="nofollow" target="_blank" href="mailto:?subject=How can I know if she is faking it...&body=http://www.heres2goodfriends.com/index.php/blog1/how-can-i-know-if-she-is-faking-it.../" title="email"><img src="/packages/blogga/blocks/blog_posts/gfx/email_link.png" title="email" alt="email" style="width: 16px; height: 16px;" class="sharelinks-hovers" /></a>
</span>
</p>
</div>
</div>


<div style="padding:15px 0 8px;">
</div>
</div> </div>

<!-- IE Column Clearing -->

<div id="ie_clearing">   </div>

</div>

</div>



<!-- begin: #footer -->
<div id="footer">
<div class="subcolumns">
<div class="c25l">
<div class="subcl">
<!-- Insert your subtemplate content here -->

<div id="HTMLBlock230" class="HTMLBlock">
<a href="https://www.sitelock.com/verify.php?site=heres2goodfriends.com" target="_blank"><img alt="website security" title="SiteLock" border="0" src="//shield.sitelock.com/shield/heres2goodfriends.com"/></a></div> <div class="divider"></div>
</div>
</div>
<div class="c25l">
<div class="subcl">
<!-- Insert your subtemplate content here -->
</div>
</div>
<div class="c25l">
<div class="subcl">
<!-- Insert your subtemplate content here -->
</div>
</div>
<div class="c25r">
<div class="subcl">
<!-- Insert your subtemplate content here -->
<p style="text-align: center;"><span style="font-size: x-small;"><a href="/index.php/legal/"><span style="color: #000000;"><strong>Terms and Conditions, Privacy Policy, Disclaimer</strong></span></a></span></p> <div class="divider"></div>
</div>
</div>
</div> <a href="http://www.yaml.de/"></a><a href="http://www.concrete5.org/"></a>
</div>
</div>
<div id="border-bottom">
<div id="edge-bl"></div>
<div id="edge-br"></div>
</div>
</div>
<script type="text/javascript">



var _gaq = _gaq || [];

_gaq.push(['_setAccount', 'UA-26979524-1']);

_gaq.push(['_trackPageview']);



(function() {

var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

})();



</script>



© 2011 Here's 2 Good Friends. All rights reserved. Website created by JJJ</body>
</html>
onelife replied on at Permalink Reply
I hit reply before getting a chance to thank you for giving me a solution....
melat0nin replied on at Permalink Reply
melat0nin
Ctrl+U is your friend :)
DigitalCrate replied on at Permalink Reply
DigitalCrate
Thanks melat0nin, I've learnt something new today too :)