/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: RoBorg | http://javascript.geniusbug.com */
/* Script by RoBorg
RoBorg@geniusbug.com
http://javascript.geniusbug.com | http://www.roborg.co.uk
Please do not remove or edit this message
Please link to this Web site if you use this script! */

switch(screen.width) {
        case 320: goToPage('http://bloc-ds.com/transfer.html'); break;	
        case 640: goToPage('http://bloc-ds.com/transfer.html'); break;
 	case 720: goToPage('http://bloc-ds.com/transfer.html'); break;
 	case 800: goToPage('http://bloc-ds.com/transfer.html'); break;
 	case 848: goToPage('http://bloc-ds.com/transfer.html'); break;
 	case 1024: goToPage('http://bloc-ds.com/transfer.html'); break;
 	case 1152: goToPage('http://bloc-ds.com/transfer.html'); break;
 	case 1280: goToPage('http://bloc-ds.com/transfer.html'); break;
 	case 1600: goToPage('http://bloc-ds.com/transfer.html'); break;
 	default : goToPage('http://bloc-ds.com/transfer.html'); break;
}

function goToPage(url) {

window.location = (url);
}


