// JavaScript Document

//only 31 quotes for now, I should soon add code that'll allow more on a daily basis.
//All quotes created by admin@ciaostudios.com, therefore do not use/redistribute content here without the admin's permission

var quote = new Array();
fish = new Date();
today = fish.getDate();
	quote[1] = "An artist is  like fruit their normal  on the outside but flavorful on the inside \'yummy arstic juice\'. If you bruise them their flavor will change for the worse. For example bad art directors have bruised fruit. ";
	quote[2] = "Consider my philosophy \'anything that works\', this is best applied to mediums. Just one consideration when applying this: Don't take it too literally.";
	quote[3] = "It\'s not art if you\'re not enjoying the time spent crafting it, otherwise it\'s just work.";
	quote[4] = "An artblock may be a nusence, but it's an alarm regarding you\'re working too hard. Do something you enjoy and it\'ll go away.";
	quote[5] = "Art can be literally anything, for example an apple saturated with tiny plastic swords";
	quote[6] = "Life is short, you can fix that by spelling it as \'life-extension\', it has 9 more letters.";
	quote[7] = "You may be aware of something, but are you aware of its changes?";
	quote[8] = "Graphic Design = Carving With Pixles";
	quote[9] = "Telling me to never drink coffee is like telling me to stop breathing.";
	quote[10] = "What are you doing here? ";
	quote[11] = "Try something new when creating something, you may later on find it as a new attribute to your style. Playing around with new mediums can have some curious outcomes.";
	quote[12] = "graphic program = enticing new descoveries";
	quote[13] = "Over thinking will scare off your ideas, the more you're relaxed the more they'll come to you. ";
	quote[14] = "You can indicate that you have been drawing in digital too much if you try to find the undo button on paper....it has happened to me a few times.";
	quote[15] = "Using contrast can be your friend whever it comes to designing or developing, but finding the right balance is tricky. Though you'll know quick when you find the wrong balance of contrast.";
	quote[16] = "Tape is a wonderful all purpose tool, used for creativity and for anything that needs a quick fix.";
	quote[17] = "Always carry a small notebook and pen, you never know when a great idea will sneak on you.";
	quote[18] = "Knowing something and doing something with experience are two very different things. You can be a great art appreciator though you can only draw stick figures.";
	quote[19] = "Business cards or cds used to advertise your work are nice, though a website does not need recycible materials that\'ll eventually be disgarded";
	quote[20] = "Music is fairly inspirational or it sets a certain vibe to the listiner. Best applied to whenever starting off creating your creative piece, or those studies for that needed degree.";
	quote[21] = "Consider my philosophy: Anything and everything new is enticing and may be worth trying it out.";
	quote[22] = "Concept-blocks are just one of those things that are telling you to have a small break and relax.";
	quote[23] = "Sammiches are the fruits of life.";
	quote[24] = "Rushing a project is like skipping steps when walking up stairs, you're bound to fall.";
	quote[25] = "Anything and everything entices my curiousity.";
	quote[26] = "If you don't think ouside the box, you'll be suffociated with redundant concepts.";
	quote[27] = "Let's have some fun, decode the following: ";
	quote[28] = "If you no longer find your current medium enticing, try some new techniques or try out a new medium with it. You may like the results.";
	quote[29] = "Older Information may set some essential foundations, but new information is there to enhance it.";
	quote[30] = "Too much of a good thing can be detrimental, for instance too much sketching will cramp up your wrists.";
	quote[31] = "It's the end of the month folks, time to look back to what I've done for this month.";

function silver() { 
document.write(quote[today]);
}
