george61 0 Junior Poster in Training

Hi all.
I'm working on an entertainment site and I need some script for displaying random flash game. I want the following: the user is playing some game and when he clicks on a dice icon the game dissappears and new game appears on the same place because I don't want using random link. The idea is from Flickr. When you click on another page then you have the current thumbnails dissappear and new thumbnails are appearing on the same place(not redirection).The url is cahngin in this way page=2,page=3...
http://www.flickr.com/search/?q=cat#page=3
This is the game source:

<div class="game">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','610','height','465','title','3D SWAT','src','3D-SWAT','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','3D-SWAT' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="610" height="465" title="3D SWAT" >
  <param name="movie" value="3D-SWAT.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="opaque" />
  <embed src="3D-SWAT.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="610" height="465"></embed>
</object></noscript>
</div>

Best regards.