﻿window.onload = function(){
	$(".sandbox").html($("#frame").contents().find(".sandbox").html());
	$.getScript("/script/a.js"); 
};
