/*
 +---------------------------------------------------------+
 | Ad Simple                 Copyright www.YugDesign.com   |
 +---------------------------------------------------------+
 | This program may be used and hosted free of charge by   |
 |anyone for personal purpose as long as this copyright    |
 |notice remains intact.                                   |
 +---------------------------------------------------------+
*/

var ad=new Array()
ad[0]='<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=54719341" rel="nofollow" target="_blank">photo from myspace</a>';

var xy=Math.floor(Math.random()*ad.length);
document.write(ad[xy]);


