myWidth = 500;
myStories = 15;
myImageLocation = 1;
myDays = 1;
myAffiliateID = 040103;
myPadding = 2;
mySpacing = 4;
myBullets = 1;
myRandom = Math.round(Math.random()*100000) + 1;
myScript = 'http://www.macnn.com/newsfeed.php?random=' + myRandom + 
'&width=' + myWidth + '&stories=' + myStories + '&imagelocation=' + 
myImageLocation + '&days='+ myDays + '&affiliate=' + myAffiliateID + 
'&padding=' + myPadding + '&spacing=' + mySpacing + '&bullets=' + 
myBullets;
//document.write( myScript );
document.write('<SCRIPT LANGUAGE="JavaScript" SRC="' + myScript + '">');
document.write('</scr' + 'ipt>');
