rand_id = Math.ceil(1000000*Math.random());

document.write('<iframe id="cgstory'+rand_id+'" width="480" height="174" frameborder="0" scrolling="no" style="overflow: hidden; background: #191919;"></iframe>');

cgg_frame = document.getElementById("cgstory"+rand_id);
cgg_frame.src = "http://cggallery.itsartmag.com/cgstory.php?id="+cgg_id;
//cgg_frame.src = "http://localhost/_CGGallery/cgstory.php?id="+cgg_id;
