﻿function sponsor(obj){
	if(obj.src.search("_g") != -1){
		obj.src = obj.src.replace("_g", "_c");
	}else{
		obj.src = obj.src.replace("_c", "_g");
	}
}
