Please wait...
You are about to visit The American Mall Model Search
The American Mall Model Search holds model searches in Malls all across the country. Founded in 1982, we have been scouting for models, actors, singers and performers. Go to www.theamms.com to see some of our top discoveries
(If you continue to experience problems, you may need to upgrade or re-install
Adobe Flash Player)
\n');
}
// Handle all the the FSCommand messages from the Flash movie.
function indexload_doFSCommand(command, argsStr)
{
//window.status = "doFSCommand "+command+" "+argsStr;
//alert("doFSCommand with "+command+" "+argsStr);
var flashObj = InternetExplorer ? indexload : document.indexload;
// Anything else, assume a JS function exists/
//alert("About to execute "+command+" with "+argsStr);
eval(command+"(\""+argsStr+"\")");
}
// Paremeters passed to SWF
// startPage values "Home" "AboutUs", "Photoshoot", "Talent", "Runway", "SuccessStories"
// Pulled from the HTML Page URL line
var url = window.location.href;
var startPage = "none";
var p = url.indexOf("startPage=");
if (p > 0)
{
startPage = url.substring(p+10);
}
var so = new SWFObject('homepage_test.swf?startPage='+startPage, 'indexload', '100%', '100%', '9', '#000000');
so.useExpressInstall('include/expressinstall.swf');
//so.addParam('menu', 'false');
so.addParam('scale', 'noscale');
so.addParam('salign', 'mt');
function updateSwfSize(w,h)
{
var forcesize = new SWFForceSize( so,w,h );
}
function updateBrowserScroll(y)
{
window.scrollTo(0,y);
}
if( so.write('flashcontent') )
{
var forcesize = new SWFForceSize( so, 990, 800 );
}
// ]]>