function RunFoo(url)
{
    document.write(url);
    document.write.width=10;
    document.write.height=10;
}

