var enlace = new Array();
enlace[0] = '<a href="websites.html#360mexico"><img src="img/thumbs/snippets/inseven-designs-360mexico.gif" alt=" Calgary Web Designer" title="inseven-designs-360mexico" border="0"/></a>';
enlace[1] = '<a href="websites.html#dkenvy"><img src="img/thumbs/snippets/inseven-designs-dkenvy.gif" alt=" Calgary Web Designer" title="inseven-designs-dkenvy" border="0"/></a>';
enlace[2] = '<a href="branding.html#dxrad"><img src="img/thumbs/snippets/inseven-designs-dxrad.gif" alt="Branding Design Calgary" title="inseven-designs-dxrad" border="0"/></a>';
enlace[3] = '<a href="websites.html#classic-custom-creations"><img src="img/thumbs/snippets/inseven-designs-classic-custom-creations.gif" alt=" Calgary Web Designer" title="inseven-designs-classic-custom-creations" border="0"/></a>';
enlace[4] = '<a href="websites.html#long"><img src="img/thumbs/snippets/inseven-designs-long.gif" alt=" Calgary Web Designer" title="inseven-designs-long" border="0"/></a>';
enlace[5] = '<a href="websites.html#crown-west-recruitment"><img src="img/thumbs/snippets/inseven-designs-crown-west-recruitment.gif" alt="Branding Design Calgary" title="inseven-designs-crown-west-recruitment" border="0"/></a>';
enlace[6] = '<a href="branding.html#the-red-thread"><img src="img/thumbs/snippets/inseven-designs-the-red-thread.gif" alt="Branding Design Calgary" title="inseven-designs-the-red-thread="0"/></a>';
enlace[7] = '<a href="websites.html#calgary-inferno"><img src="img/thumbs/snippets/inseven-designs-calgary-inferno.gif" alt=" Calgary Web Designer" title="inseven-designs-calgary-inferno" border="0"/></a>';
enlace[8] = '<a href="websites.html#hammo"><img src="img/thumbs/snippets/inseven-designs-hammo.gif" alt=" Calgary Web Designer" title="inseven-designs-hammo" border="0"/></a>';
enlace[9] = '<a href="websites.html#hiv"><img src="img/thumbs/snippets/inseven-designs-hiv.gif" alt=" Calgary Web Designer" title="inseven-designs-hiv-west-yellowhead" border="0"/></a>';
enlace[10] = '<a href="websites.html#harmony"><img src="img/thumbs/snippets/inseven-designs-harmony.gif" alt=" Calgary Web Designer" title="inseven-designs-harmony" border="0"/></a>';
enlace[11] = '<a href="branding.html#social-restoloundge"><img src="img/thumbs/snippets/inseven-designs-social-restoloundge.gif" alt=" Branding Design Calgary" title="inseven-designs-social-restoloundge" border="0"/></a>';
enlace[12] = '<a href="websites.html#platinum-roofing"><img src="img/thumbs/snippets/inseven-designs-platinum-roofing.gif" alt=" Calgary Web Designer" title="inseven-designs-platinum-roofing" border="0"/></a>';
enlace[13] = '<a href="branding.html#sals"><img src="img/thumbs/snippets/inseven-designs-sals.gif" alt="Branding Design Calgary" title="inseven-designs-sals" border="0"/></a>';
enlace[14] = '<a href="branding.html#kanani"><img src="img/thumbs/snippets/inseven-designs-kanani.gif" alt="Branding Design Calgary" title="inseven-designs-kanani" border="0"/></a>';
enlace[15] = '<a href="websites.html#btgcanada"><img src="img/thumbs/snippets/inseven-designs-btgcanada.gif" alt="Bridging The Gap" title="inseven-designs-Bridging The Gap" border="0"/></a>';



var temp = new Array(12); 

function mostraRandomImg()
{
	temp[0] = Math.floor(Math.random() * enlace.length); 
	
	//alert(temp[0]);
	
	do 
	    temp[1] = Math.floor(Math.random() * enlace.length); 
	while (temp[0] == temp[1]) 
	
	do 
	    temp[2] = Math.floor(Math.random() * enlace.length); 
	while (temp[0] == temp[1] || temp[0] == temp[2] || temp[1] == temp[2]) 
	
	do 
	    temp[3] = Math.floor(Math.random() * enlace.length); 
	while ( temp[0] == temp[1] || 
	    	temp[0] == temp[2] || 
		    temp[0] == temp[3] || 
		    temp[1] == temp[2] || 
		    temp[1] == temp[3] || 
		    temp[2] == temp[3])
	    
	do 
	    temp[4] = Math.floor(Math.random() * enlace.length); 
	while ( temp[0] == temp[1] || 
	    	temp[0] == temp[2] || 
		    temp[0] == temp[3] || 
		    temp[0] == temp[4] || 
		    temp[1] == temp[2] || 
		    temp[1] == temp[3] || 
		    temp[1] == temp[4] || 
		    temp[2] == temp[3] ||
		    temp[2] == temp[4] ||
		    temp[3] == temp[4]
		   )
	    
	do 
	    temp[5] = Math.floor(Math.random() * enlace.length); 
	while ( temp[0] == temp[1] || 
	    	temp[0] == temp[2] || 
		    temp[0] == temp[3] || 
		    temp[0] == temp[4] || 
		    temp[0] == temp[5] || 
		    temp[1] == temp[2] || 
		    temp[1] == temp[3] || 
		    temp[1] == temp[4] || 
		    temp[1] == temp[5] || 
		    temp[2] == temp[3] ||
		    temp[2] == temp[4] ||
		    temp[2] == temp[5] ||
		    temp[3] == temp[4] ||
		    temp[3] == temp[5] ||
		    temp[4] == temp[5]
		   )
	    
	do 
	    temp[6] = Math.floor(Math.random() * enlace.length); 
	while ( temp[0] == temp[1] || 
	    	temp[0] == temp[2] || 
		    temp[0] == temp[3] || 
		    temp[0] == temp[4] || 
		    temp[0] == temp[5] || 
		    temp[0] == temp[6] || 
		    temp[1] == temp[2] || 
		    temp[1] == temp[3] || 
		    temp[1] == temp[4] || 
		    temp[1] == temp[5] || 
		    temp[1] == temp[6] || 
		    temp[2] == temp[3] ||
		    temp[2] == temp[4] ||
		    temp[2] == temp[5] ||
		    temp[2] == temp[6] ||
		    temp[3] == temp[4] ||
		    temp[3] == temp[5] ||
		    temp[3] == temp[6] ||
		    temp[4] == temp[5] ||
		    temp[4] == temp[6] ||
		    temp[5] == temp[6]
		   )

	do 
	    temp[7] = Math.floor(Math.random() * enlace.length); 
	while ( temp[0] == temp[1] || 
	    	temp[0] == temp[2] || 
		    temp[0] == temp[3] || 
		    temp[0] == temp[4] || 
		    temp[0] == temp[5] || 
		    temp[0] == temp[6] || 
		    temp[0] == temp[7] || 
		    temp[1] == temp[2] || 
		    temp[1] == temp[3] || 
		    temp[1] == temp[4] || 
		    temp[1] == temp[5] || 
		    temp[1] == temp[6] || 
		    temp[1] == temp[7] || 
		    temp[2] == temp[3] ||
		    temp[2] == temp[4] ||
		    temp[2] == temp[5] ||
		    temp[2] == temp[6] ||
		    temp[2] == temp[7] ||
		    temp[3] == temp[4] ||
		    temp[3] == temp[5] ||
		    temp[3] == temp[6] ||
		    temp[3] == temp[7] ||
		    temp[4] == temp[5] ||
		    temp[4] == temp[6] ||
		    temp[4] == temp[7] ||
		    temp[5] == temp[6] ||
		    temp[5] == temp[7] ||
		    temp[6] == temp[7]
		   )

	do 
	    temp[8] = Math.floor(Math.random() * enlace.length); 
	while ( temp[0] == temp[1] || 
	    	temp[0] == temp[2] || 
		    temp[0] == temp[3] || 
		    temp[0] == temp[4] || 
		    temp[0] == temp[5] || 
		    temp[0] == temp[6] || 
		    temp[0] == temp[7] || 
		    temp[0] == temp[8] || 
		    temp[1] == temp[2] || 
		    temp[1] == temp[3] || 
		    temp[1] == temp[4] || 
		    temp[1] == temp[5] || 
		    temp[1] == temp[6] || 
		    temp[1] == temp[7] || 
		    temp[1] == temp[8] || 
		    temp[2] == temp[3] ||
		    temp[2] == temp[4] ||
		    temp[2] == temp[5] ||
		    temp[2] == temp[6] ||
		    temp[2] == temp[7] ||
		    temp[2] == temp[8] ||
		    temp[3] == temp[4] ||
		    temp[3] == temp[5] ||
		    temp[3] == temp[6] ||
		    temp[3] == temp[7] ||
		    temp[3] == temp[8] ||
		    temp[4] == temp[5] ||
		    temp[4] == temp[6] ||
		    temp[4] == temp[7] ||
		    temp[4] == temp[8] ||
		    temp[5] == temp[6] ||
		    temp[5] == temp[7] ||
		    temp[5] == temp[8] ||
		    temp[6] == temp[7] ||
		    temp[6] == temp[8] ||
		    temp[7] == temp[8]
		   )

	do 
	    temp[9] = Math.floor(Math.random() * enlace.length); 
	while ( temp[0] == temp[1] || 
	    	temp[0] == temp[2] || 
		    temp[0] == temp[3] || 
		    temp[0] == temp[4] || 
		    temp[0] == temp[5] || 
		    temp[0] == temp[6] || 
		    temp[0] == temp[7] || 
		    temp[0] == temp[8] || 
		    temp[0] == temp[9] || 
		    temp[1] == temp[2] || 
		    temp[1] == temp[3] || 
		    temp[1] == temp[4] || 
		    temp[1] == temp[5] || 
		    temp[1] == temp[6] || 
		    temp[1] == temp[7] || 
		    temp[1] == temp[8] || 
		    temp[1] == temp[9] || 
		    temp[2] == temp[3] ||
		    temp[2] == temp[4] ||
		    temp[2] == temp[5] ||
		    temp[2] == temp[6] ||
		    temp[2] == temp[7] ||
		    temp[2] == temp[8] ||
		    temp[2] == temp[9] ||
		    temp[3] == temp[4] ||
		    temp[3] == temp[5] ||
		    temp[3] == temp[6] ||
		    temp[3] == temp[7] ||
		    temp[3] == temp[8] ||
		    temp[3] == temp[9] ||
		    temp[4] == temp[5] ||
		    temp[4] == temp[6] ||
		    temp[4] == temp[7] ||
		    temp[4] == temp[8] ||
		    temp[4] == temp[9] ||
		    temp[5] == temp[6] ||
		    temp[5] == temp[7] ||
		    temp[5] == temp[8] ||
		    temp[5] == temp[9] ||
		    temp[6] == temp[7] ||
		    temp[6] == temp[8] ||
		    temp[6] == temp[9] ||
		    temp[7] == temp[8] ||
		    temp[7] == temp[9] ||
		    temp[8] == temp[9]
		   )

	do 
	    temp[10] = Math.floor(Math.random() * enlace.length); 
	while ( temp[0] == temp[1] || 
	    	temp[0] == temp[2] || 
		    temp[0] == temp[3] || 
		    temp[0] == temp[4] || 
		    temp[0] == temp[5] || 
		    temp[0] == temp[6] || 
		    temp[0] == temp[7] || 
		    temp[0] == temp[8] || 
		    temp[0] == temp[9] || 
		    temp[0] == temp[10] || 
		    temp[1] == temp[2] || 
		    temp[1] == temp[3] || 
		    temp[1] == temp[4] || 
		    temp[1] == temp[5] || 
		    temp[1] == temp[6] || 
		    temp[1] == temp[7] || 
		    temp[1] == temp[8] || 
		    temp[1] == temp[9] || 
		    temp[1] == temp[10] || 
		    temp[2] == temp[3] ||
		    temp[2] == temp[4] ||
		    temp[2] == temp[5] ||
		    temp[2] == temp[6] ||
		    temp[2] == temp[7] ||
		    temp[2] == temp[8] ||
		    temp[2] == temp[9] ||
		    temp[2] == temp[10] ||
		    temp[3] == temp[4] ||
		    temp[3] == temp[5] ||
		    temp[3] == temp[6] ||
		    temp[3] == temp[7] ||
		    temp[3] == temp[8] ||
		    temp[3] == temp[9] ||
		    temp[3] == temp[10] ||
		    temp[4] == temp[5] ||
		    temp[4] == temp[6] ||
		    temp[4] == temp[7] ||
		    temp[4] == temp[8] ||
		    temp[4] == temp[9] ||
		    temp[4] == temp[10] ||
		    temp[5] == temp[6] ||
		    temp[5] == temp[7] ||
		    temp[5] == temp[8] ||
		    temp[5] == temp[9] ||
		    temp[5] == temp[10] ||
		    temp[6] == temp[7] ||
		    temp[6] == temp[8] ||
		    temp[6] == temp[9] ||
		    temp[6] == temp[10] ||
		    temp[7] == temp[8] ||
		    temp[7] == temp[9] ||
		    temp[7] == temp[10] ||
		    temp[8] == temp[9] ||
		    temp[8] == temp[10] ||
		    temp[9] == temp[10]
		   )

	do 
	    temp[11] = Math.floor(Math.random() * enlace.length); 
	while ( temp[0] == temp[1] || 
	    	temp[0] == temp[2] || 
		    temp[0] == temp[3] || 
		    temp[0] == temp[4] || 
		    temp[0] == temp[5] || 
		    temp[0] == temp[6] || 
		    temp[0] == temp[7] || 
		    temp[0] == temp[8] || 
		    temp[0] == temp[9] || 
		    temp[0] == temp[10] || 
		    temp[0] == temp[11] || 
		    temp[1] == temp[2] || 
		    temp[1] == temp[3] || 
		    temp[1] == temp[4] || 
		    temp[1] == temp[5] || 
		    temp[1] == temp[6] || 
		    temp[1] == temp[7] || 
		    temp[1] == temp[8] || 
		    temp[1] == temp[9] || 
		    temp[1] == temp[10] || 
		    temp[1] == temp[11] || 
		    temp[2] == temp[3] ||
		    temp[2] == temp[4] ||
		    temp[2] == temp[5] ||
		    temp[2] == temp[6] ||
		    temp[2] == temp[7] ||
		    temp[2] == temp[8] ||
		    temp[2] == temp[9] ||
		    temp[2] == temp[10] ||
		    temp[2] == temp[11] ||
		    temp[3] == temp[4] ||
		    temp[3] == temp[5] ||
		    temp[3] == temp[6] ||
		    temp[3] == temp[7] ||
		    temp[3] == temp[8] ||
		    temp[3] == temp[9] ||
		    temp[3] == temp[10] ||
		    temp[3] == temp[11] ||
		    temp[4] == temp[5] ||
		    temp[4] == temp[6] ||
		    temp[4] == temp[7] ||
		    temp[4] == temp[8] ||
		    temp[4] == temp[9] ||
		    temp[4] == temp[10] ||
		    temp[4] == temp[11] ||
		    temp[5] == temp[6] ||
		    temp[5] == temp[7] ||
		    temp[5] == temp[8] ||
		    temp[5] == temp[9] ||
		    temp[5] == temp[10] ||
		    temp[5] == temp[11] ||
		    temp[6] == temp[7] ||
		    temp[6] == temp[8] ||
		    temp[6] == temp[9] ||
		    temp[6] == temp[10] ||
		    temp[6] == temp[11] ||
		    temp[7] == temp[8] ||
		    temp[7] == temp[9] ||
		    temp[7] == temp[10] ||
		    temp[7] == temp[11] ||
		    temp[8] == temp[9] ||
		    temp[8] == temp[10] ||
		    temp[8] == temp[11] ||
		    temp[9] == temp[10] ||
		    temp[9] == temp[11] ||
		    temp[10] == temp[11]
		   )
}
