[jQuery] body background fading images in cycle? need help...

[jQuery] body background fading images in cycle? need help...


Hi,
I am looking for a solution to change my body's background with a list
of backgrounds in every 3 seconds with some fade-in and fade-out
transitions, I also want it to cycle back to its beginning image.
<script jquery></script>
<style>
.bodyBG1 { image1 }
.bodyBG2 { image1 }
.bodyBG3 { image1 }
</style>
<body>
<div id="mainwrapper">
<div id="sample">sample content</div>
</div>
<body>
Thanks guy!