﻿// JScript File

function writeFlash(text)
{
     document.write(text); 
}

