<!-- Begin
var theImages = new Array() // do not change this


theImages[0] = 'featured/biaspower.gif'
theImages[1] = 'featured/caseconstruction.gif'
theImages[2] = 'featured/cherrylogistics.gif'
theImages[3] = 'featured/landscapeutility.jpg'
theImages[4] = 'featured/oswego308.gif'
theImages[5] = 'featured/oswegochamber.gif'
theImages[6] = 'featured/rosaryhs.gif'
theImages[7] = 'featured/tomzuba.jpg'
theImages[8] = 'featured/ultimatedive.gif'
theImages[9] = 'featured/yorkvillelibrary.jpg'


// do not edit anything below this line

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
if (whichImage == 0)
	document.write('<h1>Bias Power</h1><p>Bias Power designs and manufactures state-of-the-art low-wattage AC to DC power supplies for a wide variety of applications. Using ITwerx allows the company to continually update their product information. <a href="portfolio.html#biasPower">read more...</a></p><p align="center"><a href="portfolio.html#biasPower"><img src="'+theImages[whichImage]+'" border=0 alt="Bias Power"></a></p>');
if (whichImage == 1)
	document.write('<h1>CASE Construction Equipment</h1><p>Content for Case is based on the user profile. Videos, Images, Testimonials, Training info, etc. are provided that are relevant to your profile. The site has point rewards based on what the user does in the site. <a href="portfolio2.html#caseConstruction">read more...</a></p><p align="center"><a href="portfolio2.html#caseConstruction"><img src="'+theImages[whichImage]+'" border=0 alt="CASE Construction Equipment"></a></p>');
if (whichImage == 2)
	document.write('<h1>Cherry Logistics</h1><p>Based in North Aurora, Illinois, Cherry Logistics provides snow and ice removal services nationwide. The company uses ITwerx to update the content on their site and collect information from potential vendors. <br><a href="portfolio.asp#cherryLogistics">read more...</a></p><p align="center"><a href="portfolio.asp#cherryLogistics"><img src="'+theImages[whichImage]+'" border=0 alt="Cherry Logistics"></a></p>');
if (whichImage == 3)
	document.write('<h1>New Holland Construction</h1><p>New Holland agricultural and construction tractors, mowers and equipment for the Landscaping industry. Dealer Locator with graphical interface, file upload administration tool overwrites Dealer listing, and allows easy management of changes by New Holland administration. <a href="portfolio2.asp#newHollandConstruction">read more...</a></p><p align="center"><a href="portfolio2.asp#newHollandConstruction"><img src="'+theImages[whichImage]+'" border=0 alt="New Holland Construction"></a></p>');
if (whichImage == 4)
	document.write('<h1>Oswego Community School District 308</h1><p>Automatic Staff lisitng from accounting SQL database. The listing site has relieved many hours of maintenance, and added functionality for minimal cost. <a href="portfolio2.asp#oswegoSchoolDistrict">read more...</a></p><p align="center"><a href="portfolio2.asp#oswegoSchoolDistrict"><img src="'+theImages[whichImage]+'" border=0 alt="Oswego Community School District 308"></a></p>');
if (whichImage == 5)
	document.write('<h1>Oswego Chamber of Commerce</h1><p>ITWerx has been integrated for the business listings.  Visitors can select category, search by keyword (in business description) or by business name, or select by alphabetical listing. <a href="portfolio2.asp#oswegoChamber">read more...</a></p><p align="center"><a href="portfolio2.asp#oswegoChamber"><img src="'+theImages[whichImage]+'" border=0 alt="Oswego Chamber of Commerce"></a></p>');
if (whichImage == 6)
	document.write('<h1>Rosary High School</h1><p>The school uses ITwerx to update current and potential students, parents, and teachers on school activities, policies, special events, and more. <a href="portfolio.asp#rosaryHS">read more...</a></p><p align="center"><a href="portfolio.asp#rosaryHS"><img src="'+theImages[whichImage]+'" border=0 alt="Rosary High School"></a></p>');
if (whichImage == 7)
	document.write('<h1>Tom Zuba</h1><p>The site allows anyone agreeing to the terms of the site to post their information and stories of grief, with image upload and full control of their font type, color, etc. <a href="portfolio2.asp#tomZuba">read more...</a></p><p align="center"><a href="portfolio2.asp#tomZuba"><img src="'+theImages[whichImage]+'" border=0 alt="Tom Zuba"></a></p>');
if (whichImage == 8)
	document.write('<h1>Ultimate Dive Travel</h1><p>The Ultimate Dive website features an interactive map, loads of content on the destinations they offer, and general information about scuba diving, all updated and maintained by Ultimate Dive using the ITWerx tools supplied by Weblinx. <a href="portfolio.asp#ultimateDiveTravel">read more...</a></p><p align="center"><a href="portfolio.asp#ultimateDiveTravel"><img src="'+theImages[whichImage]+'" border=0 alt="Ultimate Dive Travel"></a></p>');
if (whichImage == 9)
	document.write('<h1>Yorkville Library</h1><p>Yorkville Library is updated and maintained by library staff using the ITWerx tools supplied by Weblinx. The library  changes the content and navigation for the site as needed. <a href="portfolio.asp#yorkvilleLibrary">read more...</a></p><p align="center"><a href="portfolio.asp#yorkvilleLibrary"><img src="'+theImages[whichImage]+'" border=0 alt="Yorkville Library"></a></p>');


}
//  End -->