Insert into a post or a page the following
to display default ad :
''
to display 'nameofthe_ad' ad :
'
</em>
**Insert** in your code :
<em>
to display default ad :
'<?php
if ( class_exists( 'MyAdsense' ) )
MyAdsense::doit();
?>'
to display 'name_of_the_ad' ad :
'<?php
if ( class_exists( 'MyAdsense' ) )
MyAdsense::doit( 'name_of_the_ad' );
?>




