<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var phone		= "yes"		// SHOW PHONE NUMBER
var phoneLR		= "left"	// phone LEFT OR RIGHT
var phoneX		= "5"		// phone X LOCATION
var phoneY		= "4"		// phone Y LOCATION



document.write('<br>');




// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Links<br></legend>');

document.write('<a href="http://www.biggalslingerie.com">BigGalsLingerie.com</a><br><a href="http://www.forbiggirlsonly.com">ForBigGirlsOnly.com</a><br><a href="http://stores.ebay.com/dream-wear-lingerie">BigGals on Ebay</a><br><a href="http://www.myspace.com/designercurves_jj">BigGals on MySpace</a><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}







// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Join Our Email List<br></legend>');

document.write('Receive updates regarding our current & future modeling contests & other info related to plus size modeling & fashion<center><form method="POST" action="http://scripts.dreamhost.com/add_list.cgi" target=_blank>');


document.write('<input type=hidden name="list" value="plusmodels">');


document.write('<input type=hidden name="domain" value="divagirl.net">');


document.write('<input type=hidden name="url" value="">');


document.write('<input type=hidden name="unsuburl" value="">');

document.write('<input type=hidden name="alreadyonurl" value="">');

document.write('<input type=hidden name="notonurl" value="">');

document.write('<input type=hidden name="invalidurl" value="">');

document.write('<input type=hidden name="emailconfirmurl" value="">');

document.write('<input type="text" name="email" size="25"  value="enter your email address"><br>');

document.write('<input type="radio" name="submit" value="Join Our Announcement List">Join The List <input type="radio" name="unsub" value="Unsubscribe">Remove<br>');

document.write('<input type="submit" value="SUBMIT" name="SUBMIT" class="menuSidebar"></form></center>');

document.write('</fieldset>');
document.write('<br><br><br>');
}






// START PHONE NUMBER IN TOP MENU

   if (phone == "yes") {
document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; TOP: '+phoneY+'px" class="menu-note">');

document.write('Email: modelsearch@divagirl.net<br>');

document.write('</div>');
}








// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->