Quick Adsense is one of useful WordPress Plugin which can be downloaded here
WordPress › Quick Adsense « WordPress Plugins
It can insert ads to your post content automatically.
Here is a hack to make your ads to be aligned randomly left / right :
- Open your WP plugin editor from WP Admin.
- Edit "quick-adsense.php" file.
- Find this line :
PHP Code:
$adsalign = get_option('AdsAlign'.$adn);
- Add these lines just right below it :
PHP Code:
$adsalign = mt_rand(1,
...