// write credits

function writeme(color) 
{  	
	var phone = "212.244.4307";
	var email ="Info@alloyinc.com"
	var todaysdate = new Date();
	var year = todaysdate.getFullYear();
	document.write ('<table width="715" cellpadding="4" cellspacing="0" border="0" align="center" bgcolor="white" style="font-family: arial; font-size: 10px; color:'+ color +'"><tr><td align="center"><br><b>' + phone + '  | copyright ' + year + '. Alloy, Inc.  | <a href="privacy.html" style="font-family: arial; font-size: 10px; color:'+ color +';text-decoration:none;"> PRIVACY STATEMENT </A> | <a href="mailto:'+ email +'" style="font-family: arial; font-size: 10px; color:'+ color +';text-decoration:none;">'+ email +'</b></a><br><br><br></td></tr></table>');
}


function corporatemenu () {
	document.write ('<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" bgcolor="cccccc" style="font-family: arial; font-size: 11px; color:A9A9A9"><tr><td align="left"><b>OVERVIEW<br>CORPORATE GOVERNANCE<br>STOCK QUOTE<br>STOCK CHART<br>NEWS RELEASES<br>CALENDAR<br>SEC FILINGS<br>LITERATURE REQUEST<br>E-MAIL ALERTS<br>ALLOY ONLINE<br>360 YOUTH<br></b></td></tr></table>');
}


function executivemenu () {
	document.write ('<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" bgcolor="cccccc" style="font-family: arial; font-size: 11px; color:A9A9A9"><tr><td align="left"><a href="mattdiamond.html" target="main" style="text-decoration:none;color:777777;"><b style="color:#693B69">Matthew C. Diamond<br></b></a><b style="color:777777">Chairman and Chief Executive Officer</b><br> Alloy Inc.</td></tr><tr><td align="left"><a href="jimjohnson.html" target="main" style="text-decoration:none;color:777777;"><b style="color:#693B69">James K. Johnson<br></b></a><b style="color:777777">Chief Operating Officer</b><br> Alloy Inc.</td></tr><tr><td align="left"><a href="samgradess.html" target="main" style="text-decoration:none;color:777777;"><b style="color:#693B69">Samuel A. Gradess<br></b></a><b style="color:777777">Chief Financial Officer</b><br> Alloy Inc.</td></tr><tr><td align="left"><a href="derekwhite.html" target="main" style="text-decoration:none;color:777777;"><b style="color:#693B69">Derek White<br></b></a><b style="color:777777">Executive Vice President</b><br> Alloy Inc.</td></tr><tr><td align="left"><a href="roberbell.html" target="main" style="text-decoration:none;color:777777;"><b style="color:#693B69">Robert L. Bell<br></b></a><b style="color:777777">Chief Technology Officer</b><br> Alloy Inc.</td></tr><tr><td align="left"><a href="samskey.html" target="main" style="text-decoration:none;color:777777;"><b style="color:#693B69">Samantha Skey<br></b></a><b style="color:777777">Convergent Marketing Group</b><br> 360 Youth</td></tr><tr><td align="left"><a href="garycolen.html" target="main" style="text-decoration:none;color:777777;"><b style="color:#693B69">Gary Colen<br></b></a><b style="color:777777">Chief Executive Office</b><br> Amp Agency</td></tr></table>');
}