/*
 * Master
 * http://rayboyd.com/
 *
 * Copyright (c) 2009 Ray Boyd
 * Dual licensed under the MIT and GPL licenses.
 */

// Load SwfObject
google.load("swfobject", "2.1");

// Dom ready?
google.setOnLoadCallback(start);

// Global
var swf;

// Start app
function start()
{
    swfobject.embedSWF("/projects/013/media/nn1.swf", "swfcontainer", "600", "400", "9.0.0");
};
