Help with Google Adsense in sidebar.php.?

Will

New member
My sidebar is not showing any Google Adsense. Can anyone help?

<!-- Sidebar -->

<td valign="top">
<br /><center>
<script type="text/javascript"><!--
google_ad_client = "pub-<?php echo $google; ?>";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "<?php echo $bgcolormain; ?>";
google_color_link = "<?php echo $fontcolormain; ?>";
google_color_bg = "<?php echo $bgcolormain; ?>";
google_color_text = "<?php echo $fontcolormain; ?>";
google_color_url = "<?php echo $fontcolormain; ?>";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>
<br><br>
<script type="text/javascript"><!--
google_ad_client = "pub-<?php echo $google; ?>";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "<?php echo $bgcolormain; ?>";
google_color_link = "<?php echo $fontcolormain; ?>";
google_color_bg = "<?php echo $bgcolormain; ?>";
google_color_text = "<?php echo $fontcolormain; ?>";
google_color_url = "<?php echo $fontcolormain; ?>";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>

</center>


</td>
</tr>
<tbody>
</table>
 
Back
Top