<div id='adHolder'>
adsense code here
</div>
//on dom ready
jQuery('#adHolder').css('something','somevalue');
-i have placed my adsenese code inside a div and repositioning it on dom ready, i want to know- is iam breaking google adsense TERMS & CONDITIONS
-i also want to know- is performing some javascript/jquery actions on parent element(div in my case) containing google adsense code breaks google adsense terms and condition.