Help with jQuery.get()

Help with jQuery.get()

Well... I was trying to replace the iframes use with the jQuery.get() plugin, buy I dont know hoy to do the implementation on a php function that call another page. Could someone help me?

The needing is on this:

                     <div class="newsLastWrapper">
                 
                     <?php the_plogger_head(); ?>
                     <?php the_plogger_gallery(); ?>

                    </div> <!-- newsLastWrapper -->  

Where <?php the_plogger_head(); ?> <?php the_plogger_gallery(); ?> I need to insert in a frame, to not load al page when the user is navigating the photos.

If any have another sugerences, it'll be ok so.