function MakeIFrame(url,arg){
    document.write( '<iframe src="' + url  + '?' + (new Date()).getTime() + '" ' + arg + '></iframe>' );
}